Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart Smart Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #281  
Old 02-15-2011, 08:47 AM
 
JDAM1 JDAM1 is offline
 

Member
  
Join Date: Aug 2010
Posts: 11
 

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

Bullfrog, thank you for your post. Webmaster mode is great and have used it quite extensively. But the checkout page seems a little complicated on my part in finding the file to change the page width. With Smart Template I am using Crimson template - looked in common_files, smart_template and the folders and files within.
__________________
X-Cart 4.4.4
Smart Template
CDSEO
Reply With Quote
  #282  
Old 02-15-2011, 04:50 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

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

To change the layout width at checkout, in skin/smart_template/customer/home.tpl

Change... (around line 30)
Code:
.container_fixed { width: 100%; }
To...

Code:
.container_fixed { width: 970px; }
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
KingPimp (08-12-2011)
  #283  
Old 02-15-2011, 05:01 PM
 
JDAM1 JDAM1 is offline
 

Member
  
Join Date: Aug 2010
Posts: 11
 

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

PhilJ, thank you for helping me out with the one page check out width. Must say Smart Template is a very nice and clean template... Worked with other templates for x-cart, but this is by far the easiest to work with. The CSS files look very clean and easy to read in comparison to xcart... Or maybe there's no comparison? Thanks again!
__________________
X-Cart 4.4.4
Smart Template
CDSEO
Reply With Quote

The following user thanks JDAM1 for this useful post:
PhilJ (02-19-2011)
  #284  
Old 02-16-2011, 12:59 PM
 
mpepel mpepel is offline
 

Member
  
Join Date: Aug 2008
Posts: 16
 

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

Can someone help me √ please - to find out, if ⌠Product-Title■ (not "dialog-title") inside ⌠New Products■ category can be translated into different language? Thank you.

Klemens
www.rozmach.com
__________________
x-cart version v4.4.1
Smart Template v4.4.1
currency rates module for X-Cart v4.4

Reply With Quote
  #285  
Old 02-18-2011, 01:32 PM
 
JDAM1 JDAM1 is offline
 

Member
  
Join Date: Aug 2010
Posts: 11
 

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

Trying to change the Nivo slider container for images that are 710x85. At the moment the container is to high in which it is leaving to much blank space. Checked the slider.tpl and css files. By the way this is a great inexpensive template, if you have no plans to hire a designer this is the way to go.
__________________
X-Cart 4.4.4
Smart Template
CDSEO
Reply With Quote
  #286  
Old 02-18-2011, 09:30 PM
 
JDAM1 JDAM1 is offline
 

Member
  
Join Date: Aug 2010
Posts: 11
 

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

To change the height for the Nivo slider if using smaller images:

Quote:
skin/smart_template/custom/js/sliders/nivo

Quote:
#slider-wrapper {
width:540px;
height:87px;
margin:0 auto;
padding-top:0px;
margin-top:0px;
}

#slider {
position:relative;
width:540px;
height:87px;
margin:0 auto;
background:url(loading.gif) no-repeat 50% 50%;
margin-bottom: 24px;

Not sure if I had to change both to 87px for my images but it worked.
__________________
X-Cart 4.4.4
Smart Template
CDSEO
Reply With Quote

The following user thanks JDAM1 for this useful post:
PhilJ (02-19-2011)
  #287  
Old 02-19-2011, 08:21 PM
 
sabinudash sabinudash is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 66
 

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

I get following php error everyday on store activity report. I'm not sure if this is smart template related. It does not seem to be affecting in placing an order though. Has anyone seen this before and any suggestions to fix it?

PHP errors:
[19-Feb-2011 00:00:12] Warning: include(skin/smart_template/custom/js/switchers/init.php) [function.include]: failed to open stream: No such file or directory in .../include/lib/smarty/Smarty.class.php on line 1923

Many thanks.
__________________
X-Cart 5.3.3.4 Multivendor
X-Cart 5.3.3.4 Business (Testing)
Reply With Quote
  #288  
Old 02-20-2011, 09:06 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

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

sabinudash, in skin/smart_template/custom/common.tpl

Replace...
Code:
{include_php file='skin/smart_template/custom/js/switchers/init.php'}
With...
Code:
{include_php file='./skin/smart_template/custom/js/switchers/init.php'}
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
flyclothing (05-15-2011), sabinudash (02-20-2011)
  #289  
Old 02-20-2011, 02:25 PM
 
Henry Henry is offline
 

Advanced Member
  
Join Date: Mar 2009
Posts: 33
 

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

Logo Size. I have attempted to change the size of the logo from the default 480x100 to 450x175 but when I do the logo is partial hidden behind the horizontal category menu. I adjusted the logo size in the desert.css file. Thanks.
__________________
Hank
X-Cart 4.4.2
Reply With Quote
  #290  
Old 02-21-2011, 12:34 AM
 
ilter ilter is offline
 

Member
  
Join Date: Dec 2006
Posts: 24
 

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

hello phil,

when i enter http://www.xcartmods.co.uk/demos/smart/demo442
i am waiting 6-7 secounds for opening, also i am waiting my e-commerce store.

i mean your template opening very slowly

how can i fast it ?

i am waiting your answer thank you
__________________
www.yourstore.com/xcart5/5.2.6
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:24 AM.

   

 
X-Cart forums © 2001-2020