Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Site Shift in Firefox

Site Shift in Firefox

Locked

Views: 11,928

Results 41 to 54 of 54
This thread is locked. New replies are disabled.
1 Nov 2007, 7:46 AM
#41
checheconleche avatar

checheconleche

New Zenner

Join Date:
Jun 2007
Posts:
14
Plugin Contributions:
0

Site Shift in Firefox

Hello,
I am also having a problem with a site-shift in firefox and hope that perhaps you can help me as well. However my issue is a bit different. When entering the login page I get different results each time, sometimes large text with large fields(which I don't want) and other times the correct normal size. It seems to correct itself every three refreshes, which makes no sense to me. could you perhaps help me out.

the site is at: http://reverseeffects.com/store

click the login, if it looks right, perhaps refresh it a few times and hopefully you will see what I am talking about. IE looks fine, just Firefox.

thanks

1 Nov 2007, 8:22 AM
#42
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Site Shift in Firefox

Sorry, cannot duplicate in Firefox, even after several refreshes.

4 Nov 2007, 7:36 AM
#43
checheconleche avatar

checheconleche

New Zenner

Join Date:
Jun 2007
Posts:
14
Plugin Contributions:
0

Re: Site Shift in Firefox

Thanks for the reply dbltoe,

When you say you can't duplicate, do you mean that you see the blown up version that looks all out of whack, or the nice, smaller text clean one. I have problems with both firefox on mac and pc (both latest versions). Safari and IE look great. I feel like I am taking crazy pills...

Also, it is only the login page that has this result, the rest is fine.

could it have something to do with the shared ssl that I am using?

spending way too much time on this one.

5 Nov 2007, 3:09 AM
#44
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Site Shift in Firefox

This time I got a 12263 ssl error.> SSL_ERROR_RX_RECORD_TOO_LONG

12263
"SSL received a record that exceeded the maximum permissible length."
This generally indicates that the remote peer system has a flawed implementation of SSL, and is violating the SSL specification.Looks like it's time to talk to the host.

5 Nov 2007, 3:18 AM
#45
checheconleche avatar

checheconleche

New Zenner

Join Date:
Jun 2007
Posts:
14
Plugin Contributions:
0

Re: Site Shift in Firefox

Thanks dbltoe,
I set my login page to be unsecure, taking off the shared ssl I was using. Sure enough everything looked fine. I am in the process of getting my own certificate and I have a feeling that will be the end of that. For future notice to others, using a shared certificate can create a funny reaction to css in firefox .

Thanks for replying.

9 Nov 2007, 7:58 PM
#46
anjordan77 avatar

anjordan77

Zen Follower

Join Date:
Jun 2006
Location:
Midlothian, Virginia, United States
Posts:
110
Plugin Contributions:
0

Re: Site Shift in Firefox

none of that has worked for me. i tried editing the stylesheet and the header.php...etc.

randomly shifts the main window over to the right.

23 Sep 2008, 12:20 PM
#47
snarfy avatar

snarfy

Zen Follower

Join Date:
Apr 2008
Posts:
178
Plugin Contributions:
0

Re: Site Shift in Firefox

Hi guys,

Hope you can help,

I’m also having a problem with my site shifting to the right, as far as I know its fine internet explorer but for Mac and Firefox it shifts way over to the right well out of eye shot,

I’ve been reading lots of stuff about this problem but not to sure how to put it right,

Any help would be much appreciated,

https://www.scrapbookingmad.com

24 Sep 2008, 12:43 AM
#48
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Site Shift in Firefox

I don't know where to start...
It could be the css code you attempted to add in a <div>.
It could be the image with a source of a php file.:huh:
It could be some of the extraneous html in the main page content.
It could be another image with a source of a cgi file.
both images do show up but, I'd check the following
http://validator.w3.org/check?uri=www.scrapbookingmad.com&charset=%28detect+automatically%29&doctype=Inline&group=0

24 Sep 2008, 10:12 AM
#49
snarfy avatar

snarfy

Zen Follower

Join Date:
Apr 2008
Posts:
178
Plugin Contributions:
0

Re: Site Shift in Firefox

Many thanks, l get to it

26 Sep 2008, 2:53 PM
#50
nello avatar

nello

New Zenner

Join Date:
Aug 2007
Posts:
3
Plugin Contributions:
0

Re: Site Shift in Firefox

Hi, I'm having the same problem with Safari. My site is fine in Explorer, FF - but when loaded using Safari, the header remains at the top of the page and the store contents are thrown all the way to the right. I've tried the fixes mentioned in this thread but none have worked.

Site: https://www.pennysmiscellany.com/store

Thanks!

26 Sep 2008, 3:47 PM
#51
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Site Shift in Firefox

This is the entry required to present the term "Hello" to the customer on the Main Page.> HelloThe system will automatically set the text to the default color, size, etc.
The problem begins when we decide we want to say "Hello" our own way and use the wrong tool to do it.
This is what you've done with your main page content. Don't know what editor, creator, etc that you have used but, does it ever load up the junk.:shocking:
Look up your site at http://validator.w3.org and see what I mean.
BTW, using something like Word, Dreamweaver, FrontPage, etc. can be devastating. Using Word to save Hello as html creates 103 lines of code. :eek:

27 Sep 2008, 2:28 AM
#52
nello avatar

nello

New Zenner

Join Date:
Aug 2007
Posts:
3
Plugin Contributions:
0

Re: Site Shift in Firefox

Anyone?

27 Sep 2008, 2:46 AM
#53
nello avatar

nello

New Zenner

Join Date:
Aug 2007
Posts:
3
Plugin Contributions:
0

Re: Site Shift in Firefox

Fixed it....I moved
<br class="clearBoth" />

to below the div break

27 Sep 2008, 3:00 AM
#54
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Site Shift in Firefox

You STILL need to check out your site with some validator.