|
#1

Oct 4, 2010, 07:48 PM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
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)
|
#2

Oct 4, 2010, 09:08 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
   
Are all the bug fixes in?
Have you tried deactivating any plugins?
I hate inconsistent problems. I wish it either showed or didn't
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#3

Oct 4, 2010, 09:29 PM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
only one single plugin (the calendar) .. though i hadn't thought of that.
i just tried deactivating the calendar, but nothing. argh.
ARGH.
|
#4

Oct 4, 2010, 09:47 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
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.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#5

Oct 4, 2010, 09:58 PM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
of course! .. here it is
|
#6

Oct 4, 2010, 10:39 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
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.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#7

Oct 5, 2010, 08:58 AM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
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
|
#8

May 4, 2011, 07:42 PM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
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)
Last edited by striped aardvark; May 4, 2011 at 07:52 PM.
|
#9

May 4, 2011, 09:01 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Can you explain more about what you are doing that causes the menu to disappear? Also what browser are you using?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#10

May 4, 2011, 09:06 PM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
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.
|
#11

May 4, 2011, 09:17 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Are there no end to weird problems?  Have you tried deactivating your plugins? Also try setting your CSS to inline in ATO>Configure CSS/JS if it is set to external.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#12

May 4, 2011, 09:26 PM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
no plugins at all.. it's a completely clean install. css set to inline. so frustrating!
|
#13

May 5, 2011, 04:24 AM
|
 |
|
|
1,112 posts · Mar 2011
Perth, Western Australia
|
|
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?
|
#14

May 5, 2011, 04:58 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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" />
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#15

May 5, 2011, 05:32 AM
|
 |
|
|
1,112 posts · Mar 2011
Perth, Western Australia
|
|
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.
|
#16

May 5, 2011, 06:50 AM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
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..
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#17

May 5, 2011, 07:13 AM
|
|
|
50 posts · Mar 2010
dundas, ontario, canada
|
|
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.
|
|