![]() |
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:
Quote:
Quote:
I've added this as a template option in the latest version. |
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 |
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; } You can enable a Google font for menus/dialogs in the template settings. |
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 |
Re: X-Cart - reBOOT - Responsive Template
Sure, use this file to double up the amount of general FAQs available. It's now standard also.
|
Re: X-Cart - reBOOT - Responsive Template
Will this overwrite all of the FAQ's I already completed?
|
Re: X-Cart - reBOOT - Responsive Template
No, it just adds another 10 faqs per section.
|
Re: X-Cart - reBOOT - Responsive Template
Perfect!
|
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
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
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 |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil
I would like to upgrade my site Do you do this type of work |
Re: X-Cart - reBOOT - Responsive Template
Hi Yages, I'm busy at the moment, but may be available in 1-2 weeks or so. Drop me a PM or ticket.
|
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
Quick reBOOT v4.7.3 'search by price' improvement, skin/reboot/custom/search_by_price.tpl
Replace... Code:
{if $main ne "advanced_search" && $main ne "search"} Code:
{if $main ne "advanced_search" && $main ne "search"} |
Re: X-Cart - reBOOT - Responsive Template
Just posted a free mod that might be of use :)
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
I just wanted to thank you again for all your hard work on making reBOOT the best! I just received another testimonial on how easy it is to shop on my site. Quote:
Paul |
Re: X-Cart - reBOOT - Responsive Template
Thanks again Paul, I'm really pleased it's working well for you... I can also vouch that your products and service are top notch. If anyone wants some superb meteorite specimens to add to, or start a collection, Paul's your man! ;)
|
Re: X-Cart - reBOOT - Responsive Template
For anyone using Magic Zoom and having compatibility issues with reBOOT 4.7.3
I've tweaked some of the template files to have Cloud Zoom function like Magic Zoom which has allowed me to remove Magic Zoom. Magic Zoom added overhead to my site as well. Same Product Page 4.6.6 MZ live vs 4.7.3 CZ dev ------------------------------------------------------------------ Live 4.6.6 Magic Zoom Site: 1.2MB page size - 2.27 seconds to load Development 4.7.3 Cloud Zoom Site: 461.8KB page size - 1.73 seconds to load If you're having trouble getting Magic Zoom to work please feel free to PM me and I'll send you my file edits. A huge thank you to Phil for purchasing the developers license to the newest Cloud Zoom 3 so we can all enjoy all of the current version enhancements. Paul |
Re: X-Cart - reBOOT - Responsive Template
50% discount until 1st October ! ... use coupon MOON
|
Re: X-Cart - reBOOT - Responsive Template
How difficult is it to add more spaces for slides? Looks like some PHP, DB and Template changes?
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil
Can you respond to my ticket |
Re: X-Cart - reBOOT - Responsive Template
Quote:
I limited it to five slides, so that the homepage doesn't get too overloaded (bad for SEO otherwise *). If you want to add more, you'll need to patch the database with more slide entries (see patches/reboot_patch_install_template.sql), then edit the following templates... - skin/reboot/admin/reboot_settings.tpl - skin/reboot/custom/home/home_slider.tpl We can do it for a small fee, get in touch if you want help. * Slides can be lazy loaded, see the FAQs. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Phil could you also respond to mine, been over 3 weeks heard nothing. Regards |
Re: X-Cart - reBOOT - Responsive Template
Phil, how can you change the Greeting Text on the home page
Welcome back --customer name-- etc I would ideally like to replace it with a marketing message of some kind as its quite high up the page and useful for SEO. Thanks |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Top Menu > reBOOT > Welcome Message If you go to the template settings > Homepage, you can also tweak the welcome message further. The actual welcome template is skin/reboot/custom/home/home_welcome.tpl You can tweak the homepage contents by editing skin/reboot/custom/home/home.tpl See also the included addon - "SEO Content Panels", which can add SEO content to the homepage, category and manufacturer pages. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thanks Phil - We are still on V3 so I guess we need to upgrade to use some of these options. |
Re: X-Cart - reBOOT - Responsive Template
I put together some useful Bootstrap responsive grid layouts with HTML code here :)
|
Re: X-Cart - reBOOT - Responsive Template
Small fix for 2 level sidebar category menu... (reBOOT v4.7.3)
In skin/reboot/js/custom/reboot.js Replace... Code:
$("#sliding_alt").on('hidden.bs.collapse', function () { Code:
$("#sliding_alt").on('hidden.bs.collapse', function () { |
Re: X-Cart - reBOOT - Responsive Template
1 Attachment(s)
Simple Filterable Portfolio Widget (reBOOT v4.7.3), see attached. Demo.
Upload to skin/reboot/custom/widgets Include with... Code:
{include file="custom/widgets/widget_portfolio.tpl"} |
Re: X-Cart - reBOOT - Responsive Template
can we upload different images for different screen size equipment?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
If you mean can you use the srcset attribute, yes it's possible, but it's not currently supported out of the box. |
Re: X-Cart - reBOOT - Responsive Template
Quick blog canonical URLs fix for reBOOT v4.7.3...
In skin/reboot/custom/reboot_service_head.tpl Replace... Code:
{if $homepage} With... Code:
{if $homepage} Thanks to Paul for pointing it out. |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil, Thank you so much for the very quick reply!
For my 4.6.6 live site I did the following. Code:
add code to /skin/common_files/customer/service_head.tpl |
Re: X-Cart - reBOOT - Responsive Template
Hello,
We need to set up a dev space for our page which we only can have for 6 days. Site is locked and needs an additional key to unlock as it's a different domain. Tried to contact via LIVE Chat as time is limited to 6 days, waited 5 minutes, chat got closed. We really need to have an additional key as soon as possible to continue work. Thanks. |
Re: X-Cart - reBOOT - Responsive Template
Please post a ticket with your order ID / X-Cart version.
I'm busy updating reBOOT to v4.7.4 at the moment. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Posted. Thanks for speedy reply. |
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
Quick fix for the 'Must agree to conditions' on Fastlane and One Page Checkouts (reBOOT v4.7.3 and v4.7.4).
https://www.xcartmods.co.uk/reboot/fixes/X-Cart_Reboot_Checkout_Terms_Fix_v4.7.3_v4.7.4.zip Just upload the two files. Only affects stores that have the reBOOT 'Must agree to conditions' option disabled. Thanks to Anton. |
Re: X-Cart - reBOOT - Responsive Template
I can not understand why after choosing the option of category products to be displayed as default (the way i arranged them in admin > category products.
WHY it does not shows like that??? Never had issue with it before i changed the skin, now it's all big mess. Any ideas on how to fix that? Thank you in advance |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Phil, Does this apply to AC One Page, XCart One Page or both? |
All times are GMT -8. The time now is 12:12 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.