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)

Freakmode 07-27-2013 09:46 AM

Re: X-Cart - reBOOT - Responsive Template
 
Xtech

I can confirm that Altered Carts OPC and Cash Rewards modules both work with Reboot without any issues. We have both running live.

Just a couple of tweeks to remove a Navigation label that appeared in the top menu and a css tweek to remove auto height from images to remove the large black square in the cart total field.

Stizerg 07-29-2013 08:16 PM

Re: X-Cart - reBOOT - Responsive Template
 
How can I increase the width of template for wide screens? It maximum size is made for 1280px wide screens, but I want it to look good on 1600px wide monitors and bigger, and to add 5th column into product's grid.

xtech 07-29-2013 09:32 PM

Re: X-Cart - reBOOT - Responsive Template
 
Yes I am also trying to make the layout unique for unique monitor so that it will display uniformly in any resolution of monitor.

gozindagi 07-30-2013 02:10 AM

Re: X-Cart - reBOOT - Responsive Template
 
can someone tell me how can i reduce product block size at manufacturers.php page?MY x-cart version is 4.6.0platinum.I add some attachment please see it and help me.

PhilJ 07-30-2013 05:23 AM

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

How can I increase the width of template for wide screens? It maximum size is made for 1280px wide screens, but I want it to look good on 1600px wide monitors and bigger, and to add 5th column into product's grid.

Quite simple, you need to adjust the media queries in skin/reboot/css/reboot.css

The container class is .container

So for example, replace...

Code:

/* Extra Large Desktops */
@media only screen and (min-width: 1824px) and (max-width: 3000px) {
    ul.grid_view li { width: 25%; }
}


With...

Code:

/* Extra Large Desktops */
@media only screen and (min-width: 1824px) and (max-width: 3000px) {
    ul.grid_view li { width: 25%; }
    .container { width: 1600px; }
}


Then repeat for the various screen sizes.

The product columns are controlled by this CSS, also the media queries section...

Code:

ul.grid_view li { width: 25%; }

So for 5 columns, you need to change to...

Code:

ul.grid_view li { width: 20%; }

PhilJ 07-30-2013 05:26 AM

Re: X-Cart - reBOOT - Responsive Template
 
New advanced videos addon for reBOOT just added (free). Get it from http://www.xcartmods.co.uk/reboot/

Freakmode 07-30-2013 05:28 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil

Before I commit myself and start using a 3rd party menu mod that you can control the layout, how far are you off your new super menu system?

PhilJ 07-30-2013 05:33 AM

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

Before I commit myself and start using a 3rd party menu mod that you can control the layout, how far are you off your new super menu system?

1-2 weeks, work permitting. I will announce here.

The only way you'll be able to control category layout, will be by adjusting the category 'orderby' fields.

Freakmode 07-30-2013 05:37 AM

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

Originally Posted by PhilJ
1-2 weeks, work permitting. The only way you'll be able to control category layout, will be by adjusting the category 'orderby' fields.


OK, thanks for letting me know, I guess I'll have to use the other one then, Doh!

PhilJ 07-30-2013 07:05 AM

Re: X-Cart - reBOOT - Responsive Template
 
New glossary addon for reBOOT just added (free). Get it from http://www.xcartmods.co.uk/reboot/


All times are GMT -8. The time now is 05:01 AM.

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