Forum Replies Created
-
AuthorPosts
-
mrdaresParticipant
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
mrdaresParticipantfirst let’s edit store.php
July 16, 2013 at 6:59 pm in reply to: No Thumbnails (tried every troubleshooting on this forum) #53813mrdaresParticipantdid you click the “hide picture link” check box along with “hide slideshow link” in settings?
mrdaresParticipantOk,
Will be waiting for the next release!mrdaresParticipantOK! Thanks!
mrdaresParticipantSomething 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!
mrdaresParticipantHEllo,
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…
🙂mrdaresParticipantDid you try re-scanning your galleries folders?
mrdaresParticipantHello 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
mrdaresParticipant🙂
mrdaresParticipantHello,
In style.css you have :
img {
border:Â none;
float:Â left;
margin-right:Â 10px;}
remove the float…
mrdaresParticipantHello,
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! 🙂
mrdaresParticipantHello,
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?
mrdaresParticipantThank you for the reply
I,m working locally so I won’t be able to share a link
Meanwhile I just use another theme
mrdaresParticipantThank you for the reply,
i’m working locally won’t be able to share a link for now…
Meanwhile i just use another theme…
-
AuthorPosts