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
  #81  
Old 06-05-2013, 09:53 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Could you PM a link to the 4.6.0 reBOOT files and I will try it on a new store I'm building

Just PM me your order ID and I'll send the files over.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
XBOX4LIFE (06-06-2013)
  #82  
Old 06-05-2013, 09:55 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

For anyone using the feedback addon, here's how to make it more mobile friendly...

in feedback/js/button.js

Before...
Code:
self.showWindow();
Insert...
Code:
$('html, body').animate({ scrollTop: 0 }, 'fast');

On clicking the feedback button, the page will auto-scroll to the top
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Vacman (06-05-2013)
  #83  
Old 06-06-2013, 01:35 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: X-Cart - reBOOT - Responsive Template

Can anyone tell me what controls the size of the thumbnails on the product list? I could do with making them a little bigger than 127x127
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #84  
Old 06-06-2013, 01:39 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

skin/reboot/css/reboot.css

Code:
.thumb_div_medium { position: relative; margin: 0 auto; width: 127px; height: 127px; }

If you don't want the thumbnails to be confined to a specific size, in skin/reboot/customer/main/products_t.tpl

Replace...
Code:
<a href="{$url}" class="unify thumb_size_medium">
With...
Code:
<a href="{$url}">
__________________
xcartmods.co.uk
Reply With Quote
  #85  
Old 06-06-2013, 06:18 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil, feature request. I am looking at your MEGA Menu mod. I prefer the menus on the left side of the screen. Does that mod accommodate that? What i am looking for is to use your reBOOT template with the expanding menus (with your cool styling) - like what we had with Fancy Categories.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #86  
Old 06-06-2013, 06:23 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

Eh - I just now noticed that it can and does work vertically... duh - it integrates with reBOOT I assume?
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #87  
Old 06-06-2013, 06:45 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Phil, feature request. I am looking at your MEGA Menu mod.

Hi Carl, are you referring to this mod ? It has a vertical mega menu for the sidebar and could be integrated with reboot. To stay responsive, it would transform to a select dropdown menu for small devices.

Or, the addon designed for reboot, which is horizontal only.
__________________
xcartmods.co.uk
Reply With Quote
  #88  
Old 06-06-2013, 09:26 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

Yes - I should have been more specific. And yes, I want it to integrate with reBOOT. I just find that the current menu scheme in reBOOT is confusing - not bad, just like the flyout menus better.

Let me know what I will need to do to integrate it.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #89  
Old 06-07-2013, 02:47 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Yes - I should have been more specific. And yes, I want it to integrate with reBOOT. I just find that the current menu scheme in reBOOT is confusing - not bad, just like the flyout menus better.

Vertical flyout menus, or vertical mega menu?
__________________
xcartmods.co.uk
Reply With Quote
  #90  
Old 06-07-2013, 02:55 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

I was asked if reBOOT can have 3 column layouts, so I have put an addon that does enables them, here (addons tab).

The only caveat, is that source code ordering is LEFT COL / CONTENT / RIGHT COL (not ideal for SEO or small devices)

This is included in future versions of reBOOT.
__________________
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 12:25 AM.

   

 
X-Cart forums © 2001-2020