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

1 Template 4000 Lines of Css

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-12-2009, 01:59 AM
 
computerclone computerclone is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 36
 

Default 1 Template 4000 Lines of Css

Could some of the more experienced xcart user and maybe moderators post some changes that they see in the css code or template system.

I have used this product for 5 years with 2 clients... I didnt know anything about smarty when I first started and can say I do know a little now.

Perhaps some simple container code to wrap around the css and template mess would help someone like myself that depends on this product to make a living.

There are alot of modders making good money and I will say.. Well deserved ! Help out the little guy please while the gurus at xcart come up with a better template system.

Exactly what are the differences? Well its CSS we know that...

Help anyone!
__________________
X-Cart Gold 4.31, 4.23 and so and so forth...
Add-on: X-Affiliate
Add-on: X-Configurator
Add-on: X-RMA (Return Merchandise Authorization)
Add-on: X-FeatureComparison
Add-on: X-SpecialOffers
Add-on: X-AOM (Advanced Order Management)
Tabs for product pages

www.definedmedia.com
Reply With Quote
  #2  
Old 02-12-2009, 02:25 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: 1 Template 4000 Lines of Css

As far as I understand you want to know what is changed in 4.2.0 in point of templates.
Customers area was rewritten almost completely. There are only a few tables left for data that has table stucture.
Customer has his own buttons, head.tpl, bottom.tpl in skin1/customer now.
for 1 item per row layout skin1/customer/main/products-list.tpl file was added
Products sort row was placed in dialog's title
There are much more changements I placed here the most significant for me.
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote
  #3  
Old 02-12-2009, 02:58 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: 1 Template 4000 Lines of Css

What exactly do you need computerclone?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #4  
Old 02-12-2009, 09:16 PM
 
computerclone computerclone is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 36
 

Default Re: 1 Template 4000 Lines of Css

I have some other issues with css.. I do admit that I prolly created. But the first thing that comes to mind is it would be real nice to get a some css that are based on 800 x 600 or at least 1024.
__________________
X-Cart Gold 4.31, 4.23 and so and so forth...
Add-on: X-Affiliate
Add-on: X-Configurator
Add-on: X-RMA (Return Merchandise Authorization)
Add-on: X-FeatureComparison
Add-on: X-SpecialOffers
Add-on: X-AOM (Advanced Order Management)
Tabs for product pages

www.definedmedia.com
Reply With Quote
  #5  
Old 02-12-2009, 09:44 PM
 
computerclone computerclone is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 36
 

Default skin1_admin

I have restored the skin1_admin and it has not corrected an issue. The admin is centered left and not 100% wide

I have given a look to the skin1_origional in dreamweaver looking for admin.. the only thing I can thing of that a crossover in main.css has happend...
__________________
X-Cart Gold 4.31, 4.23 and so and so forth...
Add-on: X-Affiliate
Add-on: X-Configurator
Add-on: X-RMA (Return Merchandise Authorization)
Add-on: X-FeatureComparison
Add-on: X-SpecialOffers
Add-on: X-AOM (Advanced Order Management)
Tabs for product pages

www.definedmedia.com

Last edited by computerclone : 02-13-2009 at 06:16 AM. Reason: topic
Reply With Quote
  #6  
Old 02-13-2009, 01:03 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: 1 Template 4000 Lines of Css

It is not css-related issue.
look in skin1/single/home.tpl for
Code:
{ include file="rectangle_top.tpl" }
If there is width specified:
Code:
{ include file="rectangle_top.tpl" width="800"}
delete it.

If there is no width
Look in your skin1/rectangle_top.tpl for
Code:
<table class="Container" cellpadding="0" cellspacing="0" width="{800|default:"100%"}">
and change 800px to 100% or place original code there
Code:
<table class="Container" cellpadding="0" cellspacing="0" width="{$width|default:"100%"}">
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote

The following user thanks Victor D for this useful post:
parekh81 (04-18-2009)
  #7  
Old 02-13-2009, 06:16 AM
 
computerclone computerclone is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 36
 

Default Re: 1 Template 4000 Lines of Css

that was it thanks

had both going on
__________________
X-Cart Gold 4.31, 4.23 and so and so forth...
Add-on: X-Affiliate
Add-on: X-Configurator
Add-on: X-RMA (Return Merchandise Authorization)
Add-on: X-FeatureComparison
Add-on: X-SpecialOffers
Add-on: X-AOM (Advanced Order Management)
Tabs for product pages

www.definedmedia.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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 06:50 PM.

   

 
X-Cart forums © 2001-2020