catgraphics1950
Member
Posted 1 year ago #
I have two gallery pages with multiple thumbs. The product descriptions do NOT show under each thumb on this page:
http://www.loveexpressionsllc.com/gallery/
But on this page they DO show - how can I hide them?
http://www.loveexpressionsllc.com/necklaces-and-pendants-2/
Both galleries are set up the same way!
The overlay shows the descriptions perfectly on both gallery pages.
Using Next Gen Gallery Version 1.7.4, with a modified 2010 child theme.
Any help appreciated. Thanks.
msayenko
Member
Posted 1 year ago #
how did you get the captions to be hidden on the thumbs? thanks
catgraphics1950
Member
Posted 1 year ago #
Darn.. I wish I could remember how I hid the captions on the first page! I set up that gallery several months ago, and don't remember even seeing the captions under the thumbs at that time. However, I upgraded the NG gallery March 1st, and I wonder if that reset something I had changed? I have the previous version of the plugin on my local machine, so I may try to compare the css and/or php files. Either way - whatever I did or did not change, the css and php should render both gallery pages the same way.. but they are different. I see no settings in the admin area where one can choose to see the captions on the thumb pages.
I have to solve this puzzle and appreciate any help!
Thanks.
catgraphics1950
Member
Posted 1 year ago #
Here's how to I got rid of the captions under the thumbs on the
Gallery thumbs page. Small change in the "nggallery,css" file, (in the "css" folder of the nextgen-gallery plugin)
On the class:
.ng-gallery-thmbnail span {
(line 155)
Add:
display:none;
That removed all captions from thumbs pages, but captions are still under the overlay photo enlargements.
Thanks.
C.