X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Smart Template v4.4.x (https://forum.x-cart.com/showthread.php?t=55088)

PhilJ 11-11-2010 05:05 AM

Re: X-Cart Smart Template v4.4.x
 
Have you re-generated the image cache ? ( Tools > Maintenance )

We've not modified anything that should affect the images. Don't forget, v4.4.1 is an early version and bugs may still exist that are beyond our control.

yages 11-11-2010 10:41 AM

Re: X-Cart Smart Template v4.4.x
 
Quote:

Originally Posted by yages
div class="quantity"
Do not now what css to edit
Looked OK before I add your smart skin


Phil can you help me with this. I would like to make my site live

PhilJ 11-11-2010 12:04 PM

Re: X-Cart Smart Template v4.4.x
 
Re. Yages issue with display of taxes (not a bug with the template, because we haven't altered x-cart's code regarding taxes)

skin/smart_template/css/altskin.css

At the bottom, add...
Code:

/*----------------------------------------*/
.buy-now {
 margin-top: 20px;
}


Freakmode 11-12-2010 03:57 AM

Re: X-Cart Smart Template v4.4.x
 
Quick question for Phil

Would it be possible to move the "Site Preferences" options up to the top of the template and replace the current speedbar with it in a Horizontal format?

I have moved the Speedbar to the middle menu bar so there is a space for it.

PhilJ 11-12-2010 04:10 AM

Re: X-Cart Smart Template v4.4.x
 
Sure, you just have to carefully take out the elements from skin/smart_template/custom/preferences.tpl and place them in skin/smart_template/custom/header.tpl where the old speedbar used to be.

Then comment out {include file="custom/preferences.tpl"} from your home_xcol.tpl template.

PhilJ 11-20-2010 06:11 AM

Re: X-Cart Smart Template v4.4.x
 
The template now includes 72 Cufon fonts!

Freakmode 11-20-2010 09:12 AM

Re: X-Cart Smart Template v4.4.x
 
Hi Phil

Another quick question - sorry

Could you tell me what css controls the background colour on the attached image (pointed out in the red arrows) The shaded background - body_bg.png ends and then contines in white - really need it to be a different colour

http://www.freakmode.com/pump/template.jpg

Thanks

PhilJ 11-20-2010 09:35 AM

Re: X-Cart Smart Template v4.4.x
 
To fix that, in skin/smart_template/css/altskin.css

Below...
Code:

/**
 * General tags styles
 */


Insert...
Code:

html,
body
{
  background-color: transparent;
}



Then the background is controlled by your theme css file.
eg.
Code:

body {
 font-size: 76%; /* Base Font Size : 76% - 90% */
 font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans Regular";
background: #E9E9E9 url(apple/body_bg.png) top center no-repeat;
background-attachment: scroll; /* scroll or fixed */
}


Freakmode 11-20-2010 10:24 AM

Re: X-Cart Smart Template v4.4.x
 
Cheers Phil - been driving me mad trying to find how that works

yages 11-20-2010 01:06 PM

Re: X-Cart Smart Template v4.4.x
 
How do you change the colour of the black menu strip with the search button in it


All times are GMT -8. The time now is 05:41 PM.

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