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)
-   -   [SOLVED] Page Menu items disappear when window is re-sized in IE (http://forum.bytesforall.com/showthread.php?t=10071)

striped aardvark Oct 4, 2010 07:48 PM

[SOLVED] Page Menu items disappear when window is re-sized in IE
 
Is this a bug? It's making me nuts. If I resize the browser using the "restore down" button (middle one of the top right buttons in IE) and then maximize the window again.. the page menu disappears. refresh the page and it reappears. this does not happen in Firefox, only IE. I've been picking away at this for hours and nothing seems to fix it. Here's the client's test site : http://www.unityhamilton.com/unity2010/ .. I'd be grateful for any thoughts, I'm tearing my hair out here. (site is made in Atahualpa 3.5.3 WP 3.0.1)

lmilesw Oct 4, 2010 09:08 PM

:confused::confused::confused::confused:
Are all the bug fixes in?
Have you tried deactivating any plugins?
I hate inconsistent problems. I wish it either showed or didn't

striped aardvark Oct 4, 2010 09:29 PM

only one single plugin (the calendar) .. though i hadn't thought of that.

i just tried deactivating the calendar, but nothing. argh.

ARGH.

lmilesw Oct 4, 2010 09:47 PM

Would you export your setting file and attach to a reply. I want to try uploading to my test site to see if I get the same results.

striped aardvark Oct 4, 2010 09:58 PM

1 Attachment(s)
of course! .. here it is

lmilesw Oct 4, 2010 10:39 PM

Well it doesn't happen if you use %pages instead of %page-center. That is of course not an answer but a clue as we have had other issues with %page-center.

Gotta hit the sack... Long day tomorrow.

striped aardvark Oct 5, 2010 08:58 AM

thank-you for seeing that lmilesw.. i've put the menu back to the left-align for now. if anyone comes up with a fix down the road, please do let me know. meanwhile, i suppose i could pad from the left or some such nonsense :)

striped aardvark May 4, 2011 07:42 PM

has anyone figured out what is causing this yet? i have a site i'm working on now which really must have a centered page menu, but it the entire menu does the disappearing trick when i resize the browser window and then maximize it again.

ata 3.5.3 wp 3.1.1

http://bradensshuttle.ca/2011

(can't upgrade with current host as it causes white screen of death)

lmilesw May 4, 2011 09:01 PM

Can you explain more about what you are doing that causes the menu to disappear? Also what browser are you using?

striped aardvark May 4, 2011 09:06 PM

happens in ie8, not in firefox.. click the top right button to make the browser window small, then resize the window using the slider arrows. maximize once more, the page menu disappears.

lmilesw May 4, 2011 09:17 PM

Are there no end to weird problems? :o Have you tried deactivating your plugins? Also try setting your CSS to inline in ATO>Configure CSS/JS if it is set to external.

striped aardvark May 4, 2011 09:26 PM

no plugins at all.. it's a completely clean install. css set to inline. so frustrating!

Jam May 5, 2011 04:24 AM

I use IE8, just tried it, and yes, navigation COMPLETELY dissappears after you push it off screen.

Would that IE7/IE8 fix work for this too Larry?

juggledad May 5, 2011 04:58 AM

This is caused by the line
HTML Code:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
In 3.6.4 there is an option to shut this off (ato->Style & configure LAYOUT->Emulate IE7)
in 3.5.3 you must edit header.php and remove line 5 which is
HTML Code:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Jam May 5, 2011 05:32 AM

Yup Juggledad, thats it. I ended up fixing navigation issues in ThemeFrame by replacing that line (thanks to Larry) with:
Quote:

<meta http-equiv="X-UA-Compatible" content="IE=8" />
so if removing the IE7 reference doesnt work, try replacing it with the IE8 reference, it might help.

I replaced that line in all page template php files in the website theme.
Edit - that was for ThemeFrame, so with ATA theme, just the header.php would do it I guess.

lmilesw May 5, 2011 06:50 AM

Actually just removing the IE7 line will probably work. Someone had mentioned the IE8 line so I was testing adding that at the same time and replacing the IE7 with the IE8 worked but just removing the IE7 worked the same. So adding the IE8 line was unnecessary as far as I can tell..

striped aardvark May 5, 2011 07:13 AM

thank-you! that worked beautifully! just donated!

now i get to go back and fix all the other sites that were originally meant to have centered page menus. w00t.


All times are GMT -6. The time now is 05:20 AM.

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