emike09 wrote:Just tried a brand new installation of WP Auctions on my test site:
http://www.mojaveunderground.com/GRE/and am having issues with the dropdown menu not allowing a mouseover whenever the plugin is activated. The second I deactivate the plugin, the dropdown menus work again.
What could be causing this? Any solution?
Open your wpauctions.css file and look for this all the way at the bottom
- Code: Select all
#header { z-index: 0 !important; }
Simply remove it, or comment it out like this
- Code: Select all
/* #header { z-index: 0 !important; } */
and you should be fine.
That was put into place to counteract the CSS errors that Twenty Ten and Twenty Eleven themes were causing with the auction popup screen.