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

X-Cart Ability Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #61  
Old 01-04-2012, 06:30 AM
 
PhilJ PhilJ is offline
 

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

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

ok, to all, use Firefox to debug with the Firebug addon...

www.getfirebug.com - It will help you out enormously.

candc, firstly regarding the slider...

Open skin/ability/custom/welcome/promotions/image_slider/css/flexslider.css

Adjust

.flex-caption { ...

width: 97%;

^ adjust this width to suit
__________________
xcartmods.co.uk
Reply With Quote
  #62  
Old 01-04-2012, 06:33 AM
 
PhilJ PhilJ is offline
 

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

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

David-Allen, the sliding menu works well when each category has at least one sub-category, but I'll see if I can change that...

There might be a chrome bug when using the show/hide all links, I'll try and fix that, but in the meantime, just disable the show/hide menu option in the Ability settings.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
David-Allan (01-04-2012)
  #63  
Old 01-04-2012, 06:46 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

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

Quote:
Originally Posted by PhilJ
David-Allen, the sliding menu works well when each category has at least one sub-category, but I'll see if I can change that...

There might be a chrome bug when using the show/hide all links, I'll try and fix that, but in the meantime, just disable the show/hide menu option in the Ability settings.

Thanks Phil, if its too much to do don't worry about it i'll just use one of the other options.

I have so much to do on this site to be honest, the last person that administered the site made so many changes to the site such as removing the need for the short description so I need to add in a short description for every product and also sort out the look of the descriptions as they look terrible.

Looks like this may take a little longer than I first thought but it will be well worth it in the end.
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #64  
Old 01-04-2012, 06:47 AM
 
PhilJ PhilJ is offline
 

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

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

candc, IMHO I wouldn't use a fixed 3 column width, it looks too crammed in, try a different layout.

Or extend the fixed width.
__________________
xcartmods.co.uk
Reply With Quote
  #65  
Old 01-04-2012, 06:54 AM
 
candc candc is offline
 

eXpert
  
Join Date: Jul 2009
Location: UK
Posts: 292
 

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

Quote:
Originally Posted by PhilJ
candc, IMHO I wouldn't use a fixed 3 column width, it looks too crammed in, try a different layout

Yes it is a little crammed, but the 3 column fluid just looks odd.

I am not sure why, maybe it is the width of the sidebars, fixed width was an option we wanted to look at. we have a play with the other layout options.
__________________
Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
MM OPC - Gave up with it
Altered Cart OPC
XMobile
Powered by EWD

Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
Altered Cart OPC
XMobile
Powered by EWD
Reply With Quote
  #66  
Old 01-04-2012, 07:22 AM
 
PhilJ PhilJ is offline
 

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

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

This is a CSS template, anything is adjustable.

The template uses the easy 960.gs grid system (fluid) with a 16 column base

If you want a fixed 3 column layout and you want to widen the left/right columns a little...

ability/skin/ability/customer/home_3_cols.tpl

Change...

Code:
<div class="grid_3 alpha"> {include file="customer/left_bar.tpl"} </div> <div class="grid_10"> <div id="center-main"> {include file="customer/content.tpl"} </div> </div> <div class="grid_3 omega"> {include file="customer/right_bar.tpl"} </div> <div class="clearing"></div>

To...

Code:
<div class="grid_4 alpha"> {include file="customer/left_bar.tpl"} </div> <div class="grid_8"> <div id="center-main"> {include file="customer/content.tpl"} </div> </div> <div class="grid_4 omega"> {include file="customer/right_bar.tpl"} </div> <div class="clearing"></div>
__________________
xcartmods.co.uk
Reply With Quote
  #67  
Old 01-04-2012, 09:08 AM
  flyclothing's Avatar 
flyclothing flyclothing is offline
 

eXpert
  
Join Date: Aug 2004
Location: Gilbert, AZ
Posts: 357
 

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

The Affiliate page doesnt match the template. I'll also addressed this in the Smart Template but it was never fixed.
__________________
Jonathan
Flyclothing, LLC
PO Box 1490
Gilbert, AZ 85299-1571
P 480.422.7350
F 888.359.2568
www.flysportsgear.com?MMCF_xcartforum (X-Cart 4.5.2) FOR SALE
Reply With Quote
  #68  
Old 01-05-2012, 05:48 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

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

hay Phil,

The only real issue I am having now is that all my thumbnails are too small to go with the theme. I went in to a couple of products and hit generate thumbnail and it changed it to the size to match your theme. Is there any way of doing this automatically for all products as I really don't want to do this with over 1000 products?
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #69  
Old 01-06-2012, 03:04 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

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

bump
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #70  
Old 01-06-2012, 03:15 AM
 
PhilJ PhilJ is offline
 

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

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

David, you should be able to adjust the thumbnail sizes in general settings > appearance, then regenerate the thumbnail cache.

If you want to hard-code thumbnail sizes, while not advisable, you can do it like this...

skin/ability/customer/main/products_switchers.tpl (assuming you're using the grid/row switchers)

{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}

To...

{include file="product_thumbnail.tpl" productid=$product.productid image_x=150 image_y=150 product=$product.product tmbn_url=$product.tmbn_url}
__________________
xcartmods.co.uk
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 11:19 AM.

   

 
X-Cart forums © 2001-2020