Zen Cart Logo
Forums / General Questions / How do i make my zencart to show sidebox header image properly.

How do i make my zencart to show sidebox header image properly.

Locked

Views: 1,170

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Jun 2008, 7:40 PM
#1
vaidyasp1 avatar

vaidyasp1

New Zenner

Join Date:
Nov 2007
Posts:
11
Plugin Contributions:
0

How do i make my zencart to show sidebox header image properly.

Hi,

I dont know whether i am writing to correct thread or not!! Please forgive if so!!

I have changed my /includes/templates/template_default/sideboxes/tpl_categories.php to adapt my own css category menu.

But since i have done that my header backgrownd image is not aligning properly. It appears correctly in IE7 but not in mozzila. Whenever i change it to the original i get my alignment back.

Mozzila browzer thinks that the categories menu has no contents in it even though it has around 6 lines and it shows the next header just after my categories header and overlaps with my categories menu. All other header backgrounds below that are properly aligned.

Please can someone help me?? What i need to change?? How will my browser come to know that my menu ends at dfferent place?? Is it through CSS or PHP??

7 Jun 2008, 8:25 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: How do i make my zencart to show sidebox header image properly.

Need your URL to be able to see what is happening.

7 Jun 2008, 9:07 PM
#3
vaidyasp1 avatar

vaidyasp1

New Zenner

Join Date:
Nov 2007
Posts:
11
Plugin Contributions:
0

Re: How do i make my zencart to show sidebox header image properly.

Hi kim,

Thanks for showing interest to help. I solved the problem by adding dummy blank image at the end of the php script file of tpl_categories. May be not a convincing solution but works fine for me.

7 Jun 2008, 10:03 PM
#4
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: How do i make my zencart to show sidebox header image properly.

I have changed my /includes/templates/template_default/sideboxes/tpl_categories.php to adapt my own css category menu.

Were you aware you should not be doing it that way?
For customizing default files you should be using the Overrides system and would end up with using:

/includes/templates/your_template/sideboxes/tpl_categories.php

Use the Tutorials/FAQ link at the top of each Forum page, to find out more on the Overrides system.