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)
-   -   Small sidebox issue (https://forum.x-cart.com/showthread.php?t=51416)

wank3r 12-19-2009 06:56 AM

Small sidebox issue
 
1 Attachment(s)
Hi everyone,

I've created a sidebox using this guide from Zaja:
http://forum.x-cart.com/showthread.php?t=24054&highlight=Creating+side+box

My new menu called sslinfo.tpl contains this code:
Code:

{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
<div class="categories">
<center><span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=SMr44YUTI3ylELeEeIKlRJPD1cSGhSKHLU9W5a5Pu7Stcxzr1dwk"></script><br/></span></center>
{include file="pages_menu.tpl"}
</div>
{/capture}
{ include file="menu_cat.tpl" menu_title="SSL Info" menu_content=$smarty.capture.menu }


I included the menu in home.tpl using this code:
Code:

{include file="customer/sslinfo.tpl" }

Now my issue is that I'm seing some CSS related background where my siteseal is located and I don't know what triggered that.

Please have a look at the attached image.

Any ideas?

cflsystems 12-19-2009 07:02 AM

Re: Small sidebox issue
 
Most likely this - <div class="categories">
Create in css another class how you want it to look and assign to this div or take it out completelly

wank3r 12-19-2009 07:15 AM

Re: Small sidebox issue
 
Quote:

Originally Posted by cflsystems
Most likely this - <div class="categories">
Create in css another class how you want it to look and assign to this div or take it out completelly


Thanks for your reply, but I've just tried to clear the <div class="categories"> line completely and clear my template cache but it's still the same?

I also tried to add a new class that specified an explicit background but the result ends up the same.

cflsystems 12-19-2009 10:02 AM

Re: Small sidebox issue
 
Some of the styling will come from menu template file so you may need to create new css class to assign to this div to override properties coming from the template

wank3r 12-29-2009 07:32 AM

Re: Small sidebox issue
 
SOLVED by making a new class.


All times are GMT -8. The time now is 10:28 PM.

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