Viewing 11 replies - 1 through 11 (of 11 total)
  • Same here in Safari 6.0.5, FF 22 and Chrome 28 on OSX 10.7.

    It seems to be a z-index-issue. I have an incomplete fix by adding

    #lbCenter { z-index: 10000 !important; }

    to my themes style.css so at least the picture is visible but not the text below it

    I have the same problem; for chrome, it appears without the grey cast but there is nothing showing in the text.

    I ran into this too on my site. I found the fix over at stackoverflow. Browse to the plugin area of wordpress go to slimbox and click edit. It takes you to an edit plug-in page. Then select the slimbox/stylesheets/jquery.slimbox.css file and do the following.

    add z-index:1; to #lbImage { }
    
     remove z-index:9999; from #lbCenter, #lbBottomContainer { }
    
    and remove z-index:9998; from #lbOverlay { }

    Credit goes to Lodder over on stackoverflow

    http://stackoverflow.com/questions/15336690/slimbox-overlay-in-front-of-the-image

    @ebarb thanks that works in WP3.5.x but it gets broken again in WP3.6 and there’s no fix in the slimbox css file.

    I think it’s jquery 1.8.3 vs 1.10.2 from 3.5.6 to 3.6

    Same issue here.

    Add this to your themes style.css for a temp fix (does not fix caption only the image): It appears the overlay is being appended to the caption container.

    #lbBottomContainer {
    	z-index:9998 !important;
    }

    sabinevi and dave111223 Thanks both works fine.

    The solution by advancedstyle works fine for my site. 1.9.13 of NextGen, and 3.6.1 of WP. Thanks very much for this, its a great help.

    Thank you for finding and sharing the fix! I noticed that if I made the first suggested changes to the plugin stylesheet, it over-wrote the theme stylesheet (which makes sense, but I had to try it anyway). So, I removed the edits to the plugin stylesheet.

    If anyone is able to find a fix to the captions being grayed out, I’d greatly appreciate it!

    Thanks!!

    http://www.littlehouseartstudio.com

    Fromoven

    (@fromoven)

    A follow up for other users who encounters the same issue: the fix also applies to WordPress 3.9 with Nextgen version 2.0.61.

    Thanks for posting that one ebarb, I was considering dumping Nextgen… !

    I’ve got the same issue that katiecomma mentioned…this fix worked for me, except the captions still have the dark overlay. I’d also love to hear how to fix this, thanks.

    Thread Starter dfconn

    (@dfconn)

    Problem solved by using wp-jquery-lightbox and NextGen 1.913…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Overlay greyed out with NextGen 2.0 and 2.02 and WP3.5 and 3.6’ is closed to new replies.