Problems with Graphene and NextGen Gallery
-
I’ve been working with the Graphene theme and love it. However, I just discovered a problem with my photo gallery (I have the NextGen plugin, version 1.9.2). When you view the slide show, the menu bar overlaps the pictures and actually displays on top of the photos.
My test website is http://dev.firstgeneral.biz/wordpress. The Portfolio page is where the problem is occurring.
Any help would be greatly appreciated.
Admin
Try replacing the theme’s
style.css
file with the updated one here:Admin
You haven’t actually replaced it. If you have, the version number will show 1.6.1 (you can change it back to 1.6 afterwards so you’ll get the upcoming update) and the z-index for the menu will be much less than 1000. Try again.
Admin
Ok, the issue can be resolved by increasing the z-index of the thickbox overlay, but I’ve just turned off my computer so I can’t show you the code until next morning. Try doing a search on how to do that, our wait if somebody else can chime in.
—
Sent via Android using Tapatalk. Please excuse my brevity.
Add this to your child theme CSS until update:
#TB_window {
z-index: 500;
}
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.