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 08-24-2015 02:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
Sure, for the header menu, you can edit your chosen theme in skin/reboot/css/themes/xx.css, eg.
Quote:

.menu-container { background: #0d47a1 !important; }
And/or, in skin/reboot/custom/reboot_css.tpl after...
Quote:

{load_defer file="css/bootstrap/bootstrap.min.css" type="css"}
Insert...
Quote:

{load_defer file="css/bootstrap/bootstrap-theme.css" type="css"}
Then edit skin/reboot/css/bootstrap/bootstrap-theme.css

I've added this as a template option in the latest version.

Bluemonk 08-24-2015 08:59 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks for the quick response Phil.

I followed the steps but can't seem to make the change I need. I am trying to change the color of the border and title font in the menu box and dialog box.

Can you please help?

Thanks

PhilJ 08-24-2015 11:18 PM

Re: X-Cart - reBOOT - Responsive Template
 
Example CSS code, add to your skin/reboot/css/themes/xx.css file...

Code:

.panel-default > .panel-heading { background: #1e88e5; color: #fff; border-bottom: none; }
.panel-default > .panel-heading h2 { font-size: 24px; }
.panel-body:not(.panel-product) { border: 1px solid #1e88e5; background: #e3f2fd; }

It's a good idea to use Firebug, which helps you find CSS codes easier.

You can enable a Google font for menus/dialogs in the template settings.

TA 08-25-2015 08:29 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil,

Can additional labels be added to FAQ's? I tried adding language variables:

lbl_reboot_FAQ_01_Q11

lbl_reboot_FAQ_01_Q11_A

no worky

PhilJ 08-25-2015 09:06 AM

Re: X-Cart - reBOOT - Responsive Template
 
Sure, use this file to double up the amount of general FAQs available. It's now standard also.

TA 08-25-2015 09:37 AM

Re: X-Cart - reBOOT - Responsive Template
 
Will this overwrite all of the FAQ's I already completed?

PhilJ 08-25-2015 09:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
No, it just adds another 10 faqs per section.

TA 08-25-2015 03:40 PM

Re: X-Cart - reBOOT - Responsive Template
 
Perfect!

PhilJ 08-28-2015 06:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
Just a heads up for reBOOT v4.7.3 users, uploads/Video should be renamed to uploads/Videos - Your uploaded videos will then display fine. Sorry about that ! #-o

elmirage001 08-28-2015 11:43 AM

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

Originally Posted by PhilJ
Just a heads up for reBOOT v4.7.3 users, uploads/Video should be renamed to uploads/Videos - Your uploaded videos will then display fine. Sorry about that ! #-o

Thank you Phil for the incredible amount of time and effort you put into reBOOT! Working on v4.7.3 is so much fun. :-)

I feel keeping up with each upgrade is such an important thing for us store owners to do. It's a great time to take a step back and reanalyze who are our customers, how are they using our stores, and what can we do to improve their shopping experience. For example, spending time looking at all the new options for the Product Page in reBOOT v4.7.3

Thanks again Phil !

Paul


All times are GMT -8. The time now is 02:45 AM.

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