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 02-20-2015 04:35 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Phil, on 3.4.1 checkout page I notice that the phone number input box is on the same "line" as the zip code input box and on my system it is too small to display the entire phone number as it is entered.

Where should I be looking to adjust the size (width) or preferably drop it to just under the zip code?
Hi Carl, add this code to skin/reboot/css/reboot.css ...
Code:

#opc_profile input#b_firstname, #opc_profile input#b_lastname, #ship2diff_box input#s_firstname, #ship2diff_box input#s_lastname { min-width: 255px; }
#opc_profile input#b_phone, #ship2diff_box input#s_phone { min-width: 255px; }

Demo here.

Vacman 02-20-2015 12:07 PM

Re: X-Cart - reBOOT - Responsive Template
 
Bingo! Looks much better now!

Thanks!

elmirage001 02-20-2015 04:45 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
Another one added :)


(Youtube Video Channel Widget)

WOW is that cool !! Phil, you drive my competition crazy :-)

Paul

PhilJ 02-20-2015 05:54 PM

Re: X-Cart - reBOOT - Responsive Template
 
More coming :)

PhilJ 02-21-2015 04:58 AM

Re: X-Cart - reBOOT - Responsive Template
 
At great expense, unzip and replace into skin/reboot/lib/cloud_zoom/

Vacman 02-21-2015 07:48 AM

Re: X-Cart - reBOOT - Responsive Template
 
I checked out the Cloud Zoom site and the it looks cool.

The question is, do we have to turn anything on on our sites to use this? I loaded into mine and cleared the cache, but my images still display the same way.

PhilJ 02-21-2015 07:53 AM

Re: X-Cart - reBOOT - Responsive Template
 
Just the licence updated for CloudZoom 3.1.

Vacman 02-21-2015 07:56 AM

Re: X-Cart - reBOOT - Responsive Template
 
That is so awesome! You and your team have me as a lifelong customer!

PhilJ 02-23-2015 03:05 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quick v3 fix for product rating stars display (mainly for those using X-Cart Gold and the standard Customer Reviews module)...

In skin/reboot/css/reboot.css

Before...
Code:

/*----------- PROMO RIBBONS -----------*/
Insert...
Code:

.creviews-rating-box ul { margin: 0 auto; padding: 0; width: 0px; }
.creviews-vote-bar ul { margin: 0 !important; padding: 0 !important; }
.creviews-vote-bar li { list-style-type: none; display: inline-block; }


rokonkwo 02-23-2015 06:31 AM

Re: X-Cart - reBOOT - Responsive Template
 
Wow!!! This template really kicks; it is very well done. I love it Phil. Once you get to understand and configure it, you will see its beauty.
I give it 7 Stars (not 5).
Thanks.
Randolph


All times are GMT -8. The time now is 08:33 PM.

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