1) How to remove the hover text for large mode gallery ?
http://yfrog.com/muscreenshot20100722atpm0p
2) after click to single article, how to disable and remove the lightbox image?
http://yfrog.com/5iscreenshot20100722atpm0p
1) How to remove the hover text for large mode gallery ?
http://yfrog.com/muscreenshot20100722atpm0p
2) after click to single article, how to disable and remove the lightbox image?
http://yfrog.com/5iscreenshot20100722atpm0p
1.) add this to your style.css file:
.text_tooltip{display:none !important;}
2.) open single.php. change line 58 from :
if(!$gallerypage) $prev_image_link = array('lightbox');
to
$prev_image_link = array('none');
You must log in to post.