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

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #821  
Old 02-09-2015, 01:26 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

New v3 addon - Product Price Match - Get it here.
  • Validated form fields
  • Populates name and email if logged in
  • Form submits without page refresh
  • Responsive, Bootstrap styling
  • 30 second install!
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
chamberinternet (02-10-2015), elmirage001 (02-10-2015)
  #822  
Old 02-10-2015, 01:14 PM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

The new addons are great, however they are not very multi-languages friendly.
Any chance that they'll be updated to support multi-languages?
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote
  #823  
Old 02-11-2015, 05:56 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
The new addons are great, however they are not very multi-languages friendly.
Any chance that they'll be updated to support multi-languages?
ok, I will sort that out on a few of the addons when I get chance.
__________________
xcartmods.co.uk
Reply With Quote
  #824  
Old 02-11-2015, 01:06 PM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

1. My reBOOT admin menu got a little messed up after upgrading to v3.41. I now have 2 instances of "Display product videos as" and "HTML minifier". Any idea where I can delete these duplicates?

2. One problem I have with reBOOT is that photos in the product details pages seems to be too large for the mobile phone. I guess this is a problem with all responsive templates. Are there tips on how to make photos/images responsive to small-screen devices? Can this be automated in the reBOOT code?

3. Phil, please take a look at the support ticket I opened roughly 1 month ago.
Tracking ID: S1X-8G4-293N

Thanks and hope to hear from you soon. <3
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote
  #825  
Old 02-11-2015, 03:20 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

1) Find out the extraneous config setting name (right click the input element and 'Inspect element with Firebug') and run an SQL patch...

DELETE FROM xcart_config WHERE name = 'reboot_xxxxxxxxxx';

Or, you can just re-run the install SQL patch and you'll be back to default, but you'll have to re-tweak the template settings.

2) The lightbox is responsive for mobiles, as is the cloudzoom. You just have to be careful with image file sizes / dimensions. No way of automating it at the moment. There are JS lazy loaders out there that allow you to specify images for specific screen widths, but it's a lot of work.

3) I answered, sorry am busy at the moment.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Pitak (02-11-2015)
  #826  
Old 02-11-2015, 03:21 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

New v3 addon - Glossary Tooltips - Get it here.
  • Tooltips automatically generated from a text file in JSON format
  • Admin tool to manage your terms and descriptions
  • Saves typing repetitive text
  • Responsive tooltips, mobile friendly
  • Works on any p, ul, a, div elements within the main content
  • HTML allowed in descriptions
  • 30 second install!
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (02-12-2015)
  #827  
Old 02-12-2015, 01:15 PM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default Re: X-Cart - reBOOT - Responsive Template

I have images for all my categories. The dimensions are 200px wide and 140px high. Reboot wants to squish the images when the screen size changes, how can I lock the ratio or the size so that they don't look distorted when the screen size changes?

To clarify, the category image that is up with the description stays perfect, it is the images below (the ones for all the subcategories)
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote
  #828  
Old 02-12-2015, 01:29 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I have images for all my categories. The dimensions are 200px wide and 140px high. Reboot wants to squish the images when the screen size changes, how can I lock the ratio or the size so that they don't look distorted when the screen size changes?
You can adjust the subcategory columns in skin/reboot/customer/main/subcategories_t.tpl

Replace...
Code:
col-md-3 col-sm-3 col-xs-6
With, eg...
Code:
col-md-4 col-sm-4 col-xs-6
You can also adjust the subcategory block height in the template settings > Misc > "Subcategory column block height (pixels)"

Or, if you don't want responsive images (not recommend) in skin/reboot/css/reboot.css comment out...
Code:
img { max-width: 100%; }
__________________
xcartmods.co.uk
Reply With Quote
  #829  
Old 02-13-2015, 07:09 AM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default Re: X-Cart - reBOOT - Responsive Template

it works good for the col-md and col-sm but I have to go all the way up to col-xs-12 for it not to squish the images on a vertical phone screen. The issue then is that for a horizontal phone screen there is a lot of space on either side of the images. As I "inspect elements" in google chrome and start to slide my screen, it looks like col-md lasts from full screen down to about half (1000px wide) then col-sm goes from 1000px to about 786px and col-xs is from 767px all the way down.

It seems like if col-sm would not switch over to col-xs so soon it would help. Is that something can be adjusted or is there a standard at which the switch over happens and I should leave that alone?

Or is there a way that my subcategory icons would be able to be set to shrink in height as well as width as the screen gets smaller, not just width?

I tried using the subcategory block height in the reboot template settings but all that does is set how high the entire subcategory block is, not just the image.

In the x-cart ideal responsive skin, when I slide the screen, my subcategory images do not resize at all, they just move below each other when the screen get too small to have them side by side.
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote
  #830  
Old 02-13-2015, 08:00 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hard to say without looking at your store. You can post a ticket with your URL and I'll take a look.

EDIT: This was solved by editing skin/reboot/customer/main/subcategories_t.tpl

Replacing...
Code:
width="{$subcategory.image_x}" height="{$subcategory.image_y}"
With...
Code:
{*width="{$subcategory.image_x}" height="{$subcategory.image_y}"*}
__________________
xcartmods.co.uk
Reply With Quote
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 01:50 AM.

   

 
X-Cart forums © 2001-2020