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)

gozindagi 10-23-2013 12:49 AM

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

Originally Posted by PhilJ
reBOOT v2 is in development, progressing well and I'm hoping for an early November release (updates are free).

Current v2 admin settings


(Subtle changes, but these will become apparent when the v2 demo is available


I am waiting for the new release. Great news..Thank u Phill..

support@resaleworld.com 10-25-2013 06:36 AM

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

Will reBOOT v2 be utilizing the Bootstrap 3 grid system?

Also, do you have a good feel for what the upgrade process from reBOOT 1.21 to 2.0 will be?

PhilJ 10-25-2013 08:12 AM

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

Will reBOOT v2 be utilizing the Bootstrap 3 grid system?

Yes, Bootstrap 3.0.1 and FontAwesome 4.0.1

Quote:

Also, do you have a good feel for what the upgrade process from reBOOT 1.21 to 2.0 will be?

As v2 is a major update, upgrading will be a case of re-patching the database and reuploading the template files.

costanza 10-26-2013 09:58 PM

Re: X-Cart - reBOOT - Responsive Template
 
I am using X-cart mobile for smart phone users with reBOOT as my main template.

Is there an easy way to disable reBOOT from being responsive (In other words, when someone clicks on a link to view the desktop version of the site while on a phone, it looks like the desktop version of reBOOT, instead of just the one column)?

Thanks!

PhilJ 10-29-2013 03:20 AM

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

Is there an easy way to disable reBOOT from being responsive (In other words, when someone clicks on a link to view the desktop version of the site while on a phone, it looks like the desktop version of reBOOT, instead of just the one column)?

Yes, you'll need to re-customise the Bootstrap CSS file, omitting the 'Responsive' components section...

http://getbootstrap.com/2.3.2/customize.html

So you are replacing skin/reboot/css/vendor/bootstrap.min.css

You can try the CSS files here. Make a backup beforehand.

costanza 10-31-2013 10:32 AM

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

Originally Posted by PhilJ
Yes, you'll need to re-customise the Bootstrap CSS file, omitting the 'Responsive' components section...

http://getbootstrap.com/2.3.2/customize.html

So you are replacing skin/reboot/css/vendor/bootstrap.min.css

You can try the CSS files here. Make a backup beforehand.


Thanks very much Phil,

The new CSS files stopped the template from being responsive, but seemed to make the header glitchy and the speedbar menu disappeared.

I will wait for reBOOT version 2 and try again with that template. I see in the V2 template settings there may be a way to disable responsiveness there?

PhilJ 10-31-2013 10:52 AM

Re: X-Cart - reBOOT - Responsive Template
 
ok, I was possibly overthinking :)

Instead you can set a minimum width of the container.

Edit skin/reboot/custom/reboot_head.tpl

Before...
Code:

</style>
{/literal}

Insert...
Code:

.container { min-width: 1400px; max-width: 1400px; }
But you may also have to remove the media queries at the bottom of skin/reboot/css/reboot.css (they control the responsiveness).

costanza 11-02-2013 03:01 PM

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

Originally Posted by PhilJ

Instead you can set a minimum width of the container.

Edit skin/reboot/custom/reboot_head.tpl



I sincerely thank you for all your help Phil. This method also has formatting issues. I will wait for the next version before spending more time on this.

Using fast lane checkout, the language variable: lbl_returning_customer repeats the text twice after clicking the link in: /skin/reboot/modules/Fast_Lane_Checkout/checkout_0_enter.tpl

How do I take out the second text without harming anything?

EDIT: I deleted this: title=$lng.lbl_returning_customer

It displays as I want now. Is my fix okay, or should I do it another way?

PS. really like the template!

PhilJ 11-04-2013 09:09 AM

Re: X-Cart - reBOOT - Responsive Template
 
I keep getting asked about v2, so I am opening up the v2 demo for a short while.

There are still some modules to be tested and some more coding to be done. So it's still some way from final yet.

Please don't register or put any test orders through, thanks.

http://www.xcartmods.co.uk/reboot/461

costanza 11-04-2013 05:40 PM

Re: X-Cart - reBOOT - Responsive Template
 
The template is looking great.

For V2, it would be better if you can make the "add to cart popup" smaller for mobile phones. Right now it is not functional for a phone, so I've had to turn this mod off.


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

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