|
#1
Mar 28, 2013, 04:45 PM
|
|
|
120 posts · Jul 2010
WP 3.0.1; ATA 3.5.3; Mac OS X 10.6.4; Firefox 3.6.9
|
|
Running Atahualpa 3.6.1 on WP 3.5.1 on laubertool.com
As you move from page to page, the site navigation changes (spaces out evenly then scrunches together). Also, occasionally the site disappears and a box with css appears in its place. I have attached 3 screen shots so you can see what's going on.
Hoping you can help...
|
#2
Mar 28, 2013, 04:58 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
I would suggest first doing a MANUAL upgrade to the latest version per the "Upgrading" thread.
Did this all of a sudden start happening? If so maybe you got hacked. Some of your CSS is obviously "amiss"
__________________
~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
Mar 28, 2013, 05:14 PM
|
|
|
120 posts · Jul 2010
WP 3.0.1; ATA 3.5.3; Mac OS X 10.6.4; Firefox 3.6.9
|
|
I heard about this happening today. This site looks the same as it did a couple years ago when it was created. What do you mean by "hacked"? Not familiar with that. Also, do you feel the manual upgrade will fix the issue since I've already automatically upgraded? You're referring to the WP upgrade not Atahualpa, correct? This problem was happening BEFORE the upgrade. I was hoping the upgrade would fix it.
|
#4
Mar 28, 2013, 07:22 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what do you have in your CSS Inserts? ato->add HTML/CSS Inserts->CSS Inserts
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Mar 28, 2013, 07:41 PM
|
|
|
120 posts · Jul 2010
WP 3.0.1; ATA 3.5.3; Mac OS X 10.6.4; Firefox 3.6.9
|
|
I was originally trying to space out the menu bar so added the following css (taken from another forum post):
<!--
ul.rMenu li {
padding-top: 0px;
margin: 7px 15px 7px 15px;
}
ul.rMenu-ver li {
padding-top: 0px;
margin-top: 7px 5px 0px 0px;
-->
After seeing your question, I checked the forum again and saw an update to that response so I changed the css to:
<!--
ul#rmenu2 li {
float: left;
margin-right: 20px;
}
-->
Getting a better response, but when I select the first menu item, it loses the space between the items. When I select one of the other items, the spacing comes back.
This is the only css in the html/css inserts other than h1-h6 styling.
|
#6
Mar 28, 2013, 07:48 PM
|
|
|
120 posts · Jul 2010
WP 3.0.1; ATA 3.5.3; Mac OS X 10.6.4; Firefox 3.6.9
|
|
And when I refresh the home page the body type goes from black to red. Strange...
|
#7
Mar 28, 2013, 08:13 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
It's looking fine for me now, the menu's are all the same
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Mar 28, 2013, 09:00 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
The spacing between menu items does change for me. Could you paste all of what you have in CSS Inserts into a reply?
__________________
~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.
|
#9
Mar 28, 2013, 09:16 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Atahualpa 3.6.1 is an old release and there were some issues back then. Install 3.7.11 and see how that works
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Mar 29, 2013, 08:52 AM
|
|
|
120 posts · Jul 2010
WP 3.0.1; ATA 3.5.3; Mac OS X 10.6.4; Firefox 3.6.9
|
|
I upgraded to 3.7.11 and that solved the problem. Thank you!
|
|