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 - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

PhilJ 04-18-2013 01:53 AM

Re: X-Cart - reBOOT - Responsive Template
 
Very nice Paul... I do advocate using sprites, but it's always a good idea to check the 'Net' tab in Firebug to see if you actually get much of a gain in speed or overhead saving, for the work put in :)

elmirage001 04-19-2013 09:24 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, Thank you so much for telling me about the 'Net' tab! I had not used that before.

My conversion from Ability to reBOOT is going very well and I'm ecstatic with the much more modern look and feel. So far I've been able to include all of my Ability tweaks and keep everything responsive. I still have a lot of work to do but you've organized and simplified everything so much it's a joy to work with!

elmirage001 04-19-2013 09:27 AM

Re: X-Cart - reBOOT - Responsive Template
 
To all Smart, Ability, and Adapt users:

IMHO I highly recommend all Smart, Ability, and Adapt users upgrade to reBOOT so they can start working on it now. X-Cart v 4.5.6 should be out this Summer and with all the changes Qualiteam has been doing there could be issues with the older templates which are NOT supported past 4.5.5.

These are my own person thoughts.

Paul

PhilJ 04-19-2013 11:43 AM

Re: X-Cart - reBOOT - Responsive Template
 
Changelog added here, plus if anyone wants to see what the install procedure is like, it is there too :)

PhilJ 04-21-2013 05:03 PM

Re: X-Cart - reBOOT - Responsive Template
 
Here's a tip for improved source code ordering in '2 column - left' layouts...

skin/reboot/custom/home_2_cols_left.tpl

Replace...
Code:

<div class="row-fluid">
<div class="span3">
{include file="customer/bar.tpl"}
</div>
<div class="span9">
{include file="customer/content.tpl"}
</div>
</div>


With...
Code:

<div class="row-fluid">
<div class="span9 pull-right">
{include file="customer/content.tpl"}
</div>
<div class="span3 pull-left" style="margin:0">
{include file="customer/bar.tpl"}
</div>
</div>


This ensures that important content is displayed first in mobiles/tablets and generally better for SEO.

yages 04-24-2013 09:41 PM

Re: X-Cart - reBOOT - Responsive Template
 
Having problems with Thumbnail images
have set css width to 70px height 160px
Admin have set appearance thumbnail to same settings
Image size 120x160 does not reduce in size it just shows half the image

PhilJ 04-25-2013 03:06 AM

Re: X-Cart - reBOOT - Responsive Template
 
yages, have you tried regenerating the image cache?

You can do so in Tools > Maintenence.

yages 04-25-2013 04:11 AM

Re: X-Cart - reBOOT - Responsive Template
 
regenerating the image cache made no difference

PhilJ 04-25-2013 04:17 AM

Re: X-Cart - reBOOT - Responsive Template
 
Then please post a ticket so I can view your store.

elmirage001 04-27-2013 08:23 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, Is there a way to make the iframe lightbox responsive?


All times are GMT -8. The time now is 03:01 PM.

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