Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-Cart reBOOT (reDUX) Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #41  
Old 05-08-2020, 05:49 AM
 
dpcompany dpcompany is online now
 

eXpert
  
Join Date: Oct 2008
Posts: 313
 

Default Re: X-Cart reBOOT (reDUX) Template

@PhilJ, can you do me a favor and double check the file yesterday for /custom/menus/menu_combo.tpl?

The patch file has:
Code:
<nav id="xmenu">

I think it needs to be:
Code:
<nav id="xmenu" class="xmenu theme-{$config.Reboot.reboot_header_menu_text_colour} {$config.Reboot.reboot_header_menu_bg}{if $config.Reboot.reboot_header_menu_bg_shade}-{$config.Reboot.reboot_header_menu_bg_shade}{/if}">

Thanks buddy and happy Friday!
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
Reply With Quote

The following 3 users thank dpcompany for this useful post:
elmirage001 (05-12-2020), peggyr (05-12-2020), PhilJ (05-09-2020)
  #42  
Old 05-09-2020, 01:23 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Thanks Michael, fixed.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (05-12-2020), peggyr (05-12-2020)
  #43  
Old 05-12-2020, 11:06 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

13th May - Bootstrap updated to v4.5.0 - jQuery updated to v3.5.1 (initial testing looks fine, but if you spot any errors, please let me know)

New files available in the changelog

Also, new videos.php page to display your product videos as a gallery.

Next Day Delivery Cutoff Notification addon coming soon.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (05-14-2020), peggyr (05-19-2020)
  #44  
Old 05-23-2020, 02:07 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

23rd May - New Addon - Address Auto-Complete
  • Powered by Crafty Clicks (14 day free trial available)
  • Predictive search-ahead technology
  • Speeds up address forms and validates address data at the point of entry
  • A flexible system that works anywhere in the world
  • Monthly and annual plans available
  • Works with the one page checkout only
Other updates
  • Ping Google and Bing from the XML sitemap generator (/skin/reboot/modules/XML_Sitemap/config.tpl)
  • New homepage style 2 (/skin/reboot/custom/home/home_style_2.tpl) More soon...
  • New ability to change the general colour theme with one click (/skin/reboot/admin/main/configuration_reboot.tpl)
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (05-23-2020), peggyr (05-23-2020)
  #45  
Old 05-30-2020, 11:55 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Phil,

I have testimonials as 'footer' column 3, but they don't rotate.

In reBOOT, the option is 'testimonials rotator'

in Redux the option is 'testimonials'

What am I missing to get the testimonials to 'rotate'?

Thanks
Peggy
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #46  
Old 05-30-2020, 11:57 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Peggy, edit /skin/reboot/custom/footer/contents/testimonials.tpl

Change...
Code:
<div class="carousel-generic carousel-light pagedots wraparound mb-5">
To...
Code:
<div class="carousel-generic carousel-light pagedots wraparound autoplay mb-5" data-autoplay="5000">
Note, 5000 = 5 second interval, autoplay will stop the moment you interact with the carousel.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (06-01-2020), peggyr (05-31-2020)
  #47  
Old 06-05-2020, 02:36 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Peggy, yea, the sitemap module's buggy, I'll get round to fixing it, but to be honest, it's hardly worth using... You don't see them on many sites these days do you?

The XML Sitemap module on the other hand, is far more important.
Quote:
The sitemap is appearing in the left sidebar of faq.php (which I don't understand) Still looking to see if I have incorrectly updated some tpl to make this happen.
^ That shouldn't happen, you may have some invalid HTML somewhere, like an unclosed <DIV> which is breaking the layout. Drop me a line if you want me to have a look.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
peggyr (06-11-2020)
  #48  
Old 06-05-2020, 03:05 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart reBOOT (reDUX) Template

Quote:
Originally Posted by PhilJ
Hi Peggy, yea, the sitemap module's buggy, I'll get round to fixing it, but to be honest, it's hardly worth using... You don't see them on many sites these days do you?


For a store with handful of products the sitemap page is useful probably. With hundreds or thousands of products this page is sort of meaningless. However it is useful for SEO I think as it has all the links to products, categories, pages... It is an easy to follow page for crawlers. If they get to it.

But yes in general I agree it is not much worth the effort unless you can really style it and make it useful as part of the customer UI. The stock one is sort of ugly and hard to look at, and navigate.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
PhilJ (06-05-2020)
  #49  
Old 06-09-2020, 12:18 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Phil,

I just wanted to let you know I'm loving reDUX! It will be a while before my reDUX store is live but this is amazing.

Thank you so much!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (06-09-2020)
  #50  
Old 06-09-2020, 02:25 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Paul, thanks bud, always appreciate the feedback.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
dpcompany (06-10-2020), elmirage001 (06-10-2020)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020