Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Dropdown menus displace the page. (http://forum.bytesforall.com/showthread.php?t=1278)

zoefriedlander Apr 15, 2009 12:45 PM

Dropdown menus displace the page.
 
Hi, I'm using WP 2.7 and Atahualpa 3.3.2. I have reproduced this problem on Firefox 3, IE 7, and Chrome.

It says somewhere in style.css that a certain css specification (position: absolute;) is set so that menus won't cause disfiguration of the layout. However, while on my pages without dropdowns there is no disfiguration, when I go to any of the pages that do have dropdowns and then mouse over different areas of the dropdown menu, there is extreme layout disfiguration. I spent a couple of days playing with style.css to try to fix it, but I cannot figure it out--and now I think maybe the problem is actually happening in header.php.

This page (my home page) works perfectly: http://www.mhl333.org/ -- On this page, you can hover over the top navigation and the dropdown menus overlay the page, as expected.

But if you click on, for example, Photograph Archive in the top navigation to get to this page:
http://www.mhl333.org/photograph-arc...essing-manual/ and then hover over the various areas of the top navigation, the layout gets severely disfigured.

Would love any pointers to a fix. Other than that it seems like a great theme.

Thanks,

Zoe

Flynn Apr 15, 2009 06:09 PM

It's most likely caused by your 6 levels. The menu was prepared for 10 levels in earlier versions but is currently set to 5 levels to save some file space in header.php. Version 3.3.3 will be able to do 10 levels again.

To do this on your own add another 5 levels to those several packs of 5 long lines in the "PRESENTATION: Expand" section in style.css, and do the same for the 2 corresponding section in header.php

For instance, this

HTML Code:

div#menu1 ul.rMenu li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a

would become
HTML Code:

div#menu1 ul.rMenu li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a

Actually, the first and the last block in the "PRESENTATION: Expand" section in style.css could be combined to one block for both the page and catgegory menu bar by removing the div#menu1 / div#menu2

zoefriedlander Apr 15, 2009 11:30 PM

Hi, thank you for your response, I tried your suggestion but I don't see any difference. If you want I could send you my style.css and/or header.php...or do you know when you will release 3.3.3?

thank you,

Zoe

zoefriedlander Apr 15, 2009 11:41 PM

Um, well, actually it seems to be a conflict with this plugin: ILC Folding, which is accessed from here: http://www.ilovecolors.com.ar/foldin...gin-wordpress/. I thought it was a great way to collapse my page menu but now that I've disabled it the navigation works. So, sorry to bother you. I don't expect you to solve that :-() !

Thanks,

Zoe


All times are GMT -6. The time now is 08:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.