X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   aligning page (or left hand menu) to the left - ADULT SITE (https://forum.x-cart.com/showthread.php?t=4463)

DogByteMan 11-11-2003 04:54 PM

Run cleanup.php bluecat... In fact whenever you make a change run cleanup.php to make sure you get rid of the old templates.

bluecat 11-11-2003 05:05 PM

ok, thanks.

DogByteMan 11-11-2003 05:09 PM

bluecat,

did you replace the title areas with an image? If so make sure the Image is 150X30.

bluecat 11-11-2003 05:17 PM

Yes I did, so I'll try that.

DogByteMan 11-11-2003 05:24 PM

After making sure your images are 150X30 check menu.tpl

Try this

Code:

<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
<TR>
{if $link_href}
<TD class=VertMenuTitle background="{$ImagesDir}/your_image.gif" height=30 valign=center width=150><font class=VertMenuTitle>{$menu_title}</font></TD>
{else}
<TD class=VertMenuTitle background="{$ImagesDir}/your_image.gif" height=30 valign=center width=150><font class=VertMenuBoxNewsTitle>{$menu_title}</font></TD>
{/if}
</TR>
<TR>
<TD colspan="2" class=VertMenuBox>{$menu_content}
</TD></TR>
</TABLE>


change your_image.gif to the name of your image file

bluecat 11-11-2003 05:42 PM

Cool, that worked. Thanks. Also, I didn't even change the images and they just moved over how I wanted them to, so it's a win-win. Thanks again.

bluecat 11-11-2003 05:50 PM

I apologize, one last question (for tonight, lol). Got it working perfect for the php files, thanks, but which file can I also edit it in the "catalog" area, which is what people coming from search engines will see first.

Well, if anyone knows, please post. I think I've searched every directory. :( Thanks again DBM.

DogByteMan 11-11-2003 06:13 PM

](*,) You must be tired..... Regenerate the catalog, it won't change till you do.

bluecat 11-11-2003 07:32 PM

you are right, lol. Thanks man. :roll:


All times are GMT -8. The time now is 01:06 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.