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
  #431  
Old 05-20-2022, 09:46 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

How can I enable word/paragraph wrapping on my static pages? Mobile devices it just goes off the page.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #432  
Old 05-22-2022, 11:34 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

@Doug, you might need to tidy up your static page(s) HTML. Paragraphs and unordered lists etc. should wrap fine, unless the HTML is badly formatted, or there's missing closing HTML tags etc.

The responsive class "img-fluid" is automatically added to all images, so they shouldn't cause any issues.

There's also a small utility available that lists any elements that 'spill outside' of the current viewport to the browser console.

Near the bottom of /skin/reboot/js/reboot.js

Set...
Code:
var showOCElems = false;
To...
Code:
var showOCElems = true;
Then refresh the page and check your browser console. You may need to clear the template cache.
__________________
xcartmods.co.uk
Reply With Quote
  #433  
Old 05-23-2022, 08:33 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

thanks, it was a certain browser that is getting worse (seamonkey), looks fine on others.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #434  
Old 07-18-2022, 08:06 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,

What's the best way to 'clear' to reduce the ip-cache over time?

I've only seen how to clear all or nothing. Am I missing something?

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
  #435  
Old 07-19-2022, 10:27 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

@ Peggy, yes it's clear 'all' or nothing, but there are buttons that allow you to export the data.
I've just sent you a revised /skin/reboot/admin/reboot_visitors.tpl file which improves the exported data filenames.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (07-26-2022), peggyr (07-20-2022)
  #436  
Old 07-25-2022, 11:37 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

25th July 2022 - Bootstrap JS and CSS updated to v4.6.2 - Files available in the changelog.
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
Dougrun (07-27-2022), elmirage001 (07-26-2022), peggyr (07-26-2022)
  #437  
Old 08-03-2022, 03:10 AM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default Re: X-Cart reBOOT (reDUX) Template

@PhilJ
1 How to change the Homepage slide title, and sub title text colors, pls?


2.How to move the text to top, or bottom, pls?
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote
  #438  
Old 08-03-2022, 04:34 AM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default Re: X-Cart reBOOT (reDUX) Template

@PhilJ
1 how to change the submenu width, and let the width automatically?
2 how to change the banner text color?
3 how to let the big banner be 100% wide?

https://www.helloeyewear.com
tsk
https://forum.x-cart.com/attachment.php?attachmentid=5685&stc=1&d=165953015 1
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote
  #439  
Old 08-03-2022, 04:46 AM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default Re: X-Cart reBOOT (reDUX) Template

Can we remove these?
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote
  #440  
Old 08-03-2022, 08:33 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

To change the homepage slider caption colours, edit /skin/reboot/css/misc/flickity_captions.css

To make the homepage slider fill the screen width, go to the template settings > slider
- Set 'Slider position' to 'Outside Main Container'
- Set 'Slider outer container' to 'Fluid'

To make the menu dropdown categories wider, edit /skin/reboot/css/x-menu.css
Change...
Code:
nav.xmenu ul ul li { width: 200px; float: none; display: list-item; position: relative; }
to eg.
Code:
nav.xmenu ul ul li { width: 300px; float: none; display: list-item; position: relative; }
To remove the prefetch code, edit /skin/reboot/custom/prefetch.tpl
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (08-08-2022), sinobest (08-03-2022)
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 05:20 AM.

   

 
X-Cart forums © 2001-2020