- This topic has 4 replies, 2 voices, and was last updated 10 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Thumbnails not displaying properly in Gallery
Tagged: gallery display, thumbnail
On the page [http://larrybarshphotography.com/photogallery/gallery2/], the thumbnails do not resize properly. I have a feeling that this is due to the original css file for the theme itself that limits the size of the container. Is there a way to resize the thumbnails so that they display properly? Also when the final image is displayed by clicking the link, the image is noticeably darker than the original photograph.
Thanks
That’s your theme doing that.
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
#wps-gallery-template-5 p:empty {
display: none;
}
.wpps-t5-thumb br {
display: none;
}
Beautiful, thanks so much!
Larry
Does the same code (with changed template number) hold true for all galleries?
Solved! Found code at another posting. Thanks for the lead to find what I was looking for