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 (reDUX) Template (https://forum.x-cart.com/showthread.php?t=77655)

Dougrun 05-20-2022 09:46 AM

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.

PhilJ 05-22-2022 11:34 PM

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.

Dougrun 05-23-2022 08:33 AM

Re: X-Cart reBOOT (reDUX) Template
 
thanks, it was a certain browser that is getting worse (seamonkey), looks fine on others.

peggyr 07-18-2022 08:06 AM

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

PhilJ 07-19-2022 10:27 PM

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.

PhilJ 07-25-2022 11:37 PM

Re: X-Cart reBOOT (reDUX) Template
 
25th July 2022 - Bootstrap JS and CSS updated to v4.6.2 - Files available in the changelog.

sinobest 08-03-2022 03:10 AM

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?

sinobest 08-03-2022 04:34 AM

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

sinobest 08-03-2022 04:46 AM

Re: X-Cart reBOOT (reDUX) Template
 
Can we remove these?

PhilJ 08-03-2022 08:33 AM

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


All times are GMT -8. The time now is 08:12 AM.

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