toppa / Shashin

A WordPress plugin for displaying photos and videos from Google+, Youtube, and Twitpic
http://www.toppa.com/shashin-wordpress-plugin/
GNU General Public License v3.0
24 stars 10 forks source link

Option to display or not description #50

Closed mdelpeix closed 11 years ago

rekliner commented 11 years ago

i think what you are wanting can be done through CSS. Just set the class "shashinPrettyPhotoCaption" to display:none. Assuming that's the description you are referring to, you only typed 6 words.

toppa commented 11 years ago

That's correct. Or if you want to hide the caption under the thumbnails, its .shashinCaption (at this point I'm actually trying to reduce the number of options on the settings page, as it's becoming overly complicated from both a usability and a maintenance perspective).

mdelpeix commented 11 years ago

ok, thank you!