1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Monday, 18 January 2016
  5.  Subscribe via email
Hello,

I'd like to edit the 'next' 'prev' buttons in the Thumbs galery module but I can't find a language file for this. Where do I have to look?
Thanks!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your thumbs gallery module?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

the URL is this one
It's almost at the bottom, the four small images.

Greetings,
Ton
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ton

The prev/next buttons for this module are in fact images which you will need to edit directly. You will find them located at the following from the root of your Joomla installation...

../modules/mod_j51thumbsgallery/css/nextlabel.gif
../modules/mod_j51thumbsgallery/css/prevlabel.gif

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

thanks, that's what I was looking for.
Can you please also tell me where I can change the text "Image 1 of 4"?
Thanks!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates 'Head Custom Code' field (Custom Code tab) try adding the following...


<script type="text/javascript"> 
jQuery(function () {
jQuery(".j51Box").slimbox({counterText: "Image {x} of {y}"});
});
</script>


Edit 'Image {x} of {y}' to your own taste.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

Thanks, this works!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!