Is it possible to disable image description?
Thanks for the great plugin!
http://wordpress.org/extend/plugins/photoswipe-for-nextgen-gallery/
Is it possible to disable image description?
Thanks for the great plugin!
http://wordpress.org/extend/plugins/photoswipe-for-nextgen-gallery/
Yes, the easiest way is to use CSS to set display: none to the div enclosing the image description.
This is the code one needs to get it done.
.ps-caption{
display:none !important;
}
Thanks rgfxnet!
Is it possible to also hide the title?
You must log in to post.