Bring Your Business to Life › Support › WordPress: Popular Widget Plugin 100K downloads
Forum Replies Created
- AuthorPosts
-
mrdares
Participantpasting 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
mrdares
Participantfirst let’s edit store.php
July 16, 2013 at 6:59 pm in reply to: No Thumbnails (tried every troubleshooting on this forum) #53813mrdares
Participantdid you click the “hide picture link” check box along with “hide slideshow link” in settings?
mrdares
ParticipantOk,
Will be waiting for the next release!mrdares
ParticipantOK! Thanks!
mrdares
ParticipantSomething 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!
mrdares
ParticipantHEllo,
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…
🙂mrdares
ParticipantDid you try re-scanning your galleries folders?
mrdares
ParticipantHello 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
mrdares
Participant🙂
mrdares
ParticipantHello,
In style.css you have :
img {
border: none;
float: left;
margin-right: 10px;}
remove the float…
mrdares
ParticipantHello,
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! 🙂
mrdares
ParticipantHello,
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?
mrdares
ParticipantThank you for the reply
I,m working locally so I won’t be able to share a link
Meanwhile I just use another theme
mrdares
ParticipantThank 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