mrdares

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • in reply to: add images caption to Lightbox!!! #53823
    mrdares
    Participant

    pasting the code in here just won’t work… sorry

    here’s a text file with the solution inside http://www.superextramail.com/caption-to-light-box.txt

    in reply to: add images caption to Lightbox!!! #53821
    mrdares
    Participant

    first let’s edit store.php

    mrdares
    Participant

    did you click the “hide picture link” check box along with “hide slideshow link” in settings?

    in reply to: Add caption to Lightbox? #53491
    mrdares
    Participant

    Ok,
    Will be waiting for the next release!

    in reply to: Hiding first and last arrows in Lightbox #53490
    mrdares
    Participant

    OK! Thanks!

    in reply to: Hiding first and last arrows in Lightbox #53483
    mrdares
    Participant

    Something like… but I can’t figure it out for touch.jquery.js

    function updateNavigation( isLastPage ) {

    if( current === 0 ) {
    $navNext.show();
    $navPrev.hide();
    }
    else if( isLastPage ) {
    $navNext.hide();
    $navPrev.show();
    }
    else {
    $navNext.show();
    $navPrev.show();
    }

    }

    but I can’t figure it out for touch.jquery.js

    Please help!

    in reply to: Add caption to Lightbox? #53446
    mrdares
    Participant

    HEllo,
    maybe if you give me a little hint, I can try to set it up…
    The captions appear in the slideshow view of the gallery…
    I’m sure it’s something to do with store.php and touch.jquery.js to have them appear in the lightbox…
    🙂

    in reply to: Image store wont work now we have updated #53429
    mrdares
    Participant

    Did you try re-scanning your galleries folders?

    in reply to: Add caption to Lightbox? #53426
    mrdares
    Participant

    Hello Hax, thanks for the reply,

    In dia de los Muertos, it is the name of the picture that appears in the lightbox,

    I would like to display the “caption” that is (in the admin section of galleries) the box right under the title of the picture

    captions

    in reply to: Image preview not working correctly #53425
    mrdares
    Participant

    🙂

    in reply to: Image preview not working correctly #53362
    mrdares
    Participant

    Hello,

    In style.css you have :

    img {

    border: none;
    float: left;
    margin-right: 10px;

    }

    remove the float…

    in reply to: Add caption to Lightbox? #53355
    mrdares
    Participant

    Hello,

    in _inc folder >store.php : touch.jquery.js is loaded,

     

    in touch.jquery.js
    if (e(“.ims-touch-” + t).next(“.img-metadata”)[0]) {
              title = e(“.ims-touch-” + t).attr(“title”);
              e(“#ims-slide-” + t).html(this).append(e(“.ims-touch-” + t).next(“.img-metadata”).clone().prepend(‘<span class=”image-title”>’ + title + “</span>”).append(closelink))
            } else e(“#ims-slide-” + t).html(this).append(e(‘<span class=”img-metadata” ></span>’).append(closelink))
          });

    and : .attr(“title”) seems to be the title of the picture that appears in the lightbox…

    guess I have to create in store.php an attribute for “captions” that I could add in touch.jquery.js

    a bit of help would be appreciated! 🙂

    in reply to: Add caption to Lightbox? #53351
    mrdares
    Participant

    Hello,

    I would like to add captions too, in the Lightbox pop-up.

    Tried to look at the touch.jquery.js, still looking for a solution

    Any Idea?

     

    in reply to: Slider not working in IE #53350
    mrdares
    Participant

    Thank you for the reply

    I,m working locally so I won’t be able to share a link

    Meanwhile I just use another theme

    in reply to: Slider not working in IE #53349
    mrdares
    Participant

    Thank you for the reply,

    i’m working locally won’t be able to share a link for now…

    Meanwhile i just use another theme…

Viewing 15 posts - 1 through 15 (of 18 total)