Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Problem with header different from local site to remote site.

Problem with header different from local site to remote site.

Views: 1,005

Results 1 to 7 of 7
11 Nov 2012, 11:18 PM
#1
eazy avatar

eazy

New Zenner

Join Date:
Jan 2010
Posts:
70
Plugin Contributions:
0

Problem with header different from local site to remote site.

I downloaded my site to my local computer where I have wamp installed. I upgraded the local copy from 1.3.9 to 1.5.1. I've had the problem with the top right corner of the site not showing up on my local site. I've compared everything in /includes/templates/xxxx/ as well as /includes/languages/english/xxxx.

Here is an image of what I'm experiencing.

12 Nov 2012, 4:56 AM
#2
eazy avatar

eazy

New Zenner

Join Date:
Jan 2010
Posts:
70
Plugin Contributions:
0

Re: Problem with header different from local site to remote site.

At this point I don't think it is a template issue. Any ideas?

13 Nov 2012, 8:24 AM
#3
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: Problem with header different from local site to remote site.

eazy:

I've had the problem with the top right corner of the site not showing up on my local site.

Here is an image of what I'm experiencing.

The problem here is that you have presented us with an image of something that is apparently missing. To be of any use at all it could be a good idea if you let us know what is supposed to be there.

Cheers
Rod

13 Nov 2012, 3:37 PM
#4
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

Re: Problem with header different from local site to remote site.

Do you have any debug*.log files in the /logs directory? You could use your hosted admin's Tools->Developers Tool Kit to search for fright alignright, since those are the classes associated with the <div> that's missing in your local version.

14 Nov 2012, 2:09 AM
#5
eazy avatar

eazy

New Zenner

Join Date:
Jan 2010
Posts:
70
Plugin Contributions:
0

Re: Problem with header different from local site to remote site.

RodG:

The problem here is that you have presented us with an image of something that is apparently missing. To be of any use at all it could be a good idea if you let us know what is supposed to be there.

Cheers
Rod

What's supposed to be there is at the url posted originally: ** redacted by moderator **

14 Nov 2012, 2:30 AM
#6
eazy avatar

eazy

New Zenner

Join Date:
Jan 2010
Posts:
70
Plugin Contributions:
0

Re: Problem with header different from local site to remote site.

lat9:

Do you have any debug*.log files in the /logs directory? You could use your hosted admin's Tools->Developers Tool Kit to search for fright alignright, since those are the classes associated with the <div> that's missing in your local version.

Thanks for reply, there are no files in the logs dir on the local site. On the server there is no logs dir at all. when I search "fright alignright" I get the following results on both local and remote site:

/includes/languages/english/theme350/common/tpl_header.php
Line #48 : <div class="fright alignright">

/includes/templates/theme350/common/tpl_header.php
Line #48 : <div class="fright alignright">

14 Nov 2012, 2:45 AM
#7
eazy avatar

eazy

New Zenner

Join Date:
Jan 2010
Posts:
70
Plugin Contributions:
0

Re: Problem with header different from local site to remote site.

I've used winmerge to compare /templates dir local site to remote site and all files are identical. So it must be something outside of the templates directory?