www.mysite.com appears differently from mysite.com
I'm having a curious issue where the site looks great when I browse to http://mysite.com, but when browsing to http://www.mysite.com the left and right margins are gone. Furthermore, this only happens in Firefox for some reason.
I tried all the obvious browser-side things like clearing cache, erasing cookies, browser restart, etc.
I came up with a convoluted theory that maybe some server-side caching happened while I was browsing the site as an admin, when things get shifted around because of the extra admin controls that are displayed? Anyway, was wondering how to clear any caching prosepoint may do, and otherwise if you have any clues on how to solve this problem?
Thanks
- Login or register to post comments
See Clearing the cache to help with common ProsePoint issues on how to clear ProsePoint's caches.
As for your issue, do you mean the left and right margins are gone, or are the sidebars gone?
Is it possible that you were logged out, and hence some blocks weren't visible since they're admin-only blocks?
And hence the layout shifted as a result?
- Login or register to post comments
Hi Beng,
No all the content is there, it's a layout issue. I am definitely logged out, and simply viewing any page as an ordinary user the left and right greyish background (which provides a left and right margin for the entire page) is gone when I view www.mysite.com, but looks fine with mysite.com. It's kinda mysterious, cuz it only happens in Firefox. Also I just tried on someone else's machine (although they have a Mac, I'm on Windows) and it seems fine for them, so I'm puzzled. Well maybe hopefully it's just a problem localized on my machine, in which case who cares, but would be reassuring to know what's wrong exactly.
Thanks for the help.
When you say the margins are gone, you mean they are white rather than the greyish color right? That really sounds like a caching issue... that is exactly what I was seeing.
Try creating a new account and logging in with that account--and see what happens.
From your description, it may be that the background image is somehow missing or inaccessible. The background image is at .../profiles/prosepoint/themes/tma/tma/images/body_main.png of your site, so try visiting
www.mysite.com/profiles/prosepoint/themes/tma/tma/images/body_main.png
and
mysite.com/profiles/prosepoint/themes/tma/tma/images/body_main.pngand see if there's a difference.
Hi,
I tried your suggestion, same result.
No I don't mean that the margins are the wrong color, I mean that they're completely gone, so the content of the page is completely flush against the left edge of the browser window instead of being indented an inch. There's literally no margin at all, as if I had applied a CSS style of
body {
margin:0;
padding:0;
}
Thanks for the effort...
Beng, you're right it does look as if the bg image somehow hadn't been picked up, but I tried the link you suggested with and without the www prefix and in both cases got the bg image ok. Also logged into the server and confirmed the image is there in the filesystem. Very odd. I'm wondering now if maybe my Firebug plugin is flaking out? I'm going to try to find another Windows user to see if I can reproduce the problem on anyone else's machine.
Thanks again for the efforts to help...
