![]() |
Re: X-Cart Smart Template v4.4.x
Quote:
Cant get this to work.....suggestion? |
Re: X-Cart Smart Template v4.4.x
To fix the incorrect display of bonus points, please do the following...
1) skin/smart_template/css/altskin.css
At the bottom insert...
Code:
2) In skin/smart_template/custom/css/common.css
Find and delete or comment out this line (around line 263)...
Code:
3) Run cleanup.php |
Re: X-Cart Smart Template v4.4.x
PHIL,
Sorry, language in New Products still doesn▓t work. I think it has to do something with Code:
{if $config.Smart_Template.st_featured_simple ne "Y"} When I change n_products to products=$f_products √ works perfect; also products=$products √ works OK. But $n_products is not translating at all. I appreciate for any help. Klemens www.rozmach.com |
Re: X-Cart Smart Template v4.4.x
Hi Phil,
Can you get to my question here, please? http://forum.x-cart.com/showpost.php?p=307209&postcount=159 Thanks! |
Re: X-Cart Smart Template v4.4.x
Hi Mr. G, sure, here we go...
1) Turn off the category caching, as it's buggy. You can do so from 'Modules > Flyout menus'. 2) skin/smart_template/css/altskin.css Replace... Code:
font.bread-crumb { with... Code:
font.bread-crumb { 3) skin/smart_template/customer/authbox.tpl Remove class="last" from ... Code:
<li><a href="help.php?section=Password_Recovery" title="{$lng.lbl_forgot_password|escape}" class="last">{$lng.lbl_forgot_password}</a></li> Then after, insert... Code:
<li><a href="xxxx.html" title="xxxx" class="last">xxxx</a></li> 4) You can use any of the default jQuery easing styles. This is the carousel plugin used if you want to customise further. Just a heads up, I recently noticed is that the carousel slows down considerably in IE if you have Cufon enabled in the smart template settings... To remedy that, do the following... 1) skin/smart_template/custom/featured_carousel.tpl Change... Code:
<h3><a href="product.php?productid={$f_products[product].productid}&featured=Y">{$f_products[product].product}</a></h3> Code:
{if $config.Smart_Template.st_cufon eq "Y"}<h4>{else}<h3>{/if}<a href="product.php?productid={$f_products[product].productid}&featured=Y">{$f_products[product].product}</a>{if $config.Smart_Template.st_cufon eq "Y"}</h4>{else}</h3>{/if} After... Code:
Code:
|
Re: X-Cart Smart Template v4.4.x
Thanks Phil!
1. I added my $.02 to the bug report. 2. Looks great! 3. Oops. I want to add an <li> to the box after login... |
Re: X-Cart Smart Template v4.4.x
3) In that case, just add the same code after...
Code:
|
Re: X-Cart Smart Template v4.4.x
Dear Phil,
I am facing a problem on Checkout page where on the right side of page few menu items like Shopping Cart | Contact us are overlapping with My Account and Sign Out. Thanks. http://forum.x-cart.com/attachment.p...2&d=1294260931 __________________ x-cart 4.4.1 |
Re: X-Cart Smart Template v4.4.x
In Chrome browser, site logo appears towards the center of the page. Any suggestions to fix it?
It appears fine on firefox and IE though. |
Re: X-Cart Smart Template v4.4.x
Hi phil, I've posted new products through importing csv but the new products aren't shown in the New Product's panel. Do you know why?
|
All times are GMT -8. The time now is 12:03 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.