X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Adapt Template (https://forum.x-cart.com/showthread.php?t=64553)

KCAutosound 09-04-2012 01:55 PM

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

Pitak 09-10-2012 05:27 AM

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.

JacksmithxD 09-10-2012 05:33 AM

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. :D

JacksmithxD 09-10-2012 05:36 AM

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

PhilJ 09-10-2012 05:37 AM

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;
}


PhilJ 09-10-2012 06:12 AM

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.

qwerty 09-10-2012 07:15 AM

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

PhilJ 09-10-2012 07:19 AM

Re: X-Cart Adapt Template
 
oops, sorry, pasting error, fixed.

KCAutosound 09-11-2012 03:44 PM

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.

JacksmithxD 09-12-2012 05:34 AM

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.


All times are GMT -8. The time now is 06:12 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.