Getting Frizly to work with WP Lightbox 2
-
I’m using WP Lightbox 2 and Enhanced Media Library Pro to display images. I do not want the buttons to show up on thumbnails, but do want it to show up on images in the Lightbox. Unfortunately, changing the Lightbox plugin may not be possible
I have successfully removed the buttons from the thumbnails by increasing the size of the minimum size image to display the buttons on the Hover tab, and have experimented with changing the Image Selector there as well. Unfortunately, the Lightbox plugin uses IDs, not Classes, and inputting the IDs has not worked for me so far.
I will paste the code being generated by the Lightbox plugin below in case that will help. Thanks in advance!
<div id="lightbox" style="display: block; top: 127px; left: 0px;"> <div id="outerImageContainer" style="width: 1366px; height: 634px;"> <div id="imageContainer"> <iframe id="lightboxIframe"> <img id="lightboxImage" style="display: inline; width: 1346px; height: 614px;" src="https://mydomain.net/wp-content/uploads/2012/11/Knot.jpg"> <div id="hoverNav" style="display: block;"> <a id="prevLink" title="previous image" href="javascript://" style="display: block; height: 614px;"></a> <a id="nextLink" title="next image" href="javascript://" style="display: block; height: 614px;"></a> </div> <div id="loading" style="display: none;"> </div> </div>
- The topic ‘Getting Frizly to work with WP Lightbox 2’ is closed to new replies.