Keyword

How to edit navigation tip and browsing images by text

  • smejus57
  • smejus57's Avatar Topic Author
  • Offline
  • New Member
More
13 years 10 months ago #40662 by smejus57
Where do I change the navigation tip and browsing images by article_name text that is displayed when an image is opened?

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #40663 by slovenath
Hi
this is in the default.php file, line 14
you find the file in /plugins/content/jw_simpleImageGallery/tmpl/Polaroids

How to remove the navigation tip text?
For those who have not found a solution, here is my tip:
you can hide the long navigation tip text without modifying the default.php, by editing the lightbox.css file
line 23
replace:
#imageData #caption{ 
font-weight: bold;
}

with
#imageData #caption{ 
font-size: 0px;
line-height: 0px;
}

and because of the line-height set to 0, there is no white space...
hope it can helps...

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum