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

X-Cart Adapt Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #41  
Old 09-04-2012, 01:55 PM
  KCAutosound's Avatar 
KCAutosound KCAutosound is offline
 

eXpert
  
Join Date: Feb 2005
Posts: 220
 

Default Re: X-Cart Adapt Template

That did the trick. Cool deal. Got another one for ya. I know you have the Adapt Custom Product Fields which will show the Glossary and is great but how hard is it to implement your Glossary mod into the Feature Comparison so I can move it to a tab and do this to compare my systems.

http://www.kcautosound.com/images/forums/compair.jpg
__________________
X-Cart version 4.7.6 Gold
xcartmods.co.uk - Ultra Template
Reply With Quote
  #42  
Old 09-10-2012, 05:27 AM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart Adapt Template

Phil, 2 of the Custom Promo Badge options are not displaying in the thumbnails.
They are no.11 (download) and no.12 (on sale). The others are displaying fine.
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote

The following user thanks Pitak for this useful post:
PhilJ (09-10-2012)
  #43  
Old 09-10-2012, 05:33 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: X-Cart Adapt Template

Quote:
Originally Posted by Pitak
Phil, 2 of the Custom Promo Badge options are not displaying in the thumbnails.
They are no.11 (download) and no.12 (on sale). The others are displaying fine.

Whats your URL I'll take a look, just inbox me mate.
__________________
Xcart 4.5.2
Reply With Quote
  #44  
Old 09-10-2012, 05:36 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: X-Cart Adapt Template

Quote:
Originally Posted by KCAutosound
That did the trick. Cool deal. Got another one for ya. I know you have the Adapt Custom Product Fields which will show the Glossary and is great but how hard is it to implement your Glossary mod into the Feature Comparison so I can move it to a tab and do this to compare my systems.

http://www.kcautosound.com/images/forums/compair.jpg

Hi KC, you should put a support ticket up and get some custom work done as it's time consuming on Phils part to make changes to custom code etc. This thread should be about Adapt, not personal custom changes for your website.

On another note, you should try to fix your site before you do to much custom work, there seems to be quite a few .css issues as far as I can see.

http://www.xcartmods.co.uk/xcartmods.co.uk-assistance-installations-custom-work.html
__________________
Xcart 4.5.2
Reply With Quote
  #45  
Old 09-10-2012, 05:37 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Adapt Template

Quote:
That did the trick. Cool deal. Got another one for ya. I know you have the Adapt Custom Product Fields which will show the Glossary and is great but how hard is it to implement your Glossary mod into the Feature Comparison so I can move it to a tab and do this to compare my systems.

You can add the glossary to any elements, by wrapping this code around anything...

Code:
{if $config.Adapt.adapt_addon_glossary eq "Y"}<span class="glossary_highlight">{/if} YOUR CONTENT {if $config.Adapt.adapt_addon_glossary eq "Y"}</span>{/if}

Quote:
Phil, 2 of the Custom Promo Badge options are not displaying in the thumbnails.
They are no.11 (download) and no.12 (on sale). The others are displaying fine.

Pitak, thank you for reporting that, in skin/adapt/css/altskin.css

Replace...

Code:
ul.row_view li .product_block.promo10, .product_promo.promo00 { background: #fff url("../images/promos/10.png") no-repeat scroll left top; }

With...

Code:
ul.row_view li .product_block.promo10, .product_promo.promo10 { background: #fff url("../images/promos/10.png") no-repeat scroll left top; } ul.row_view li .product_block.promo11, .product_promo.promo11 { background: #fff url("../images/promos/11.png") no-repeat scroll left top; } ul.row_view li .product_block.promo12, .product_promo.promo12 { background: #fff url("../images/promos/12.png") no-repeat scroll left top; }
__________________
xcartmods.co.uk
Reply With Quote
  #46  
Old 09-10-2012, 06:12 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Adapt Template

Just a note for CDSEO users...

If your layout gets messed up when navigating to subcategories, you can apply this small fix...

In skin/adapt/js/adapt_custom.js

In line 6, replace...

Quote:
path: 'skin/adapt/css/grid/',

With the full path to your store...

Eg.

Quote:
path: 'http://www.yourstore.com/skin/adapt/css/grid/',

Use https:// if necessary.

Thanks to Jack for the heads up.
__________________
xcartmods.co.uk
Reply With Quote
  #47  
Old 09-10-2012, 07:15 AM
 
qwerty qwerty is offline
 

Advanced Member
  
Join Date: Aug 2006
Location: UK
Posts: 94
 

Default Re: X-Cart Adapt Template

hi phil the code you said to change regarding altskin.css need to be changed you have it showing the same image promo 10
__________________
x cart v 5.2.10
ver 4.7.7 Gold Plus
Reply With Quote

The following user thanks qwerty for this useful post:
PhilJ (09-10-2012)
  #48  
Old 09-10-2012, 07:19 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Adapt Template

oops, sorry, pasting error, fixed.
__________________
xcartmods.co.uk
Reply With Quote
  #49  
Old 09-11-2012, 03:44 PM
  KCAutosound's Avatar 
KCAutosound KCAutosound is offline
 

eXpert
  
Join Date: Feb 2005
Posts: 220
 

Default Re: X-Cart Adapt Template

Quote:
Originally Posted by JacksmithxD
On another note, you should try to fix your site before you do to much custom work, there seems to be quite a few .css issues as far as I can see.

Yeah. That's kinda screwy. Seems to display fine in all other browsers but in Internet Explorer the header goes kinda nuts.
__________________
X-Cart version 4.7.6 Gold
xcartmods.co.uk - Ultra Template
Reply With Quote
  #50  
Old 09-12-2012, 05:34 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: X-Cart Adapt Template

Quote:
Originally Posted by KCAutosound
Yeah. That's kinda screwy. Seems to display fine in all other browsers but in Internet Explorer the header goes kinda nuts.

I've just went live, and mine seems fine. Hmm might be worth uploading the original .css files if you haven't touched them, same with the grid.css ones.
__________________
Xcart 4.5.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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 10:43 PM.

   

 
X-Cart forums © 2001-2020