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
  #41  
Old 04-27-2013, 09:20 PM
 
Slavy Slavy is offline
 

Member
  
Join Date: Nov 2004
Posts: 19
 

Default Re: X-Cart - reBOOT - Responsive Template

Does it work with refine filters from XCART and/or Power filter from www.*********.com?

If so where the filters are displayed?
__________________
X-Cart
Version 4.6.0
Reply With Quote
  #42  
Old 04-28-2013, 02:30 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Hi Phil, Is there a way to make the iframe lightbox responsive?

I don't think you can, you have to specify the width for iframes, but it doesn't accept a 100% width. The lightbox is responsive otherwise for images/videos etc.

This boostrap based modal looks quite interesting, which might allow full width iframes.

Quote:
Does it work with refine filters from XCART?

Yes, Refine Filters works fine, the filter controls are displayed in the side menu.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (04-28-2013)
  #43  
Old 04-30-2013, 09:40 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

If anyone is wondering, reBOOT has been tested with X-Payments (PayPal Website Payments Pro) and active on the Platinum demo.

Not the easiest thing to setup, but this page helped a lot with configuration.
__________________
xcartmods.co.uk
Reply With Quote
  #44  
Old 04-30-2013, 01:15 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: X-Cart - reBOOT - Responsive Template

how do you add a bit more colour to the menu title, would like the coloured line to be replaced with a coloured menu title box
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #45  
Old 04-30-2013, 09:42 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
how do you add a bit more colour to the menu title, would like the coloured line to be replaced with a coloured menu title box

Easily done, for example...

skin/reboot/customer/menu_dialog.tpl

Replace...

Code:
<div class="m_underlined">

With...

Code:
<div class="menu_heading">

Then add this to your theme CSS file...

Code:
div.menu_heading { padding: 4px; background: #eee; border: 1px solid #ccc; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; margin-bottom: 4px; } h3.menu_title { font-size: 14px; color: #666; padding: 0; margin: 0; }

You can do similar for skin/reboot/customer/menu_dialog_bordered.tpl
__________________
xcartmods.co.uk
Reply With Quote
  #46  
Old 05-01-2013, 02:03 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: X-Cart - reBOOT - Responsive Template

Menu header title box now looks great
Dark background white text
One problem with white text
Product detail page
Product details and Product options header text disappear
as there is no dark back ground as per the other menus
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #47  
Old 05-01-2013, 07:36 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

I've spent quite a bit of time working with reBOOT! now and what a joy it is to work with! I can't wait to actually go live with it and I love the much more modern look and feel of reBOOT! vs Ability. I'm glad I've got a head start for when 4.6.0 comes out in June...

I'm almost done and have even tweaked the websitecm.com mods "Category SEO Map" and "xCMS" to make their visual appearance seamless with ReBOOT! and have also made them both responsive.

I have a question on the mouse wheel speed. How do we change the mouse wheel scroll speed so that a turn scrolls the page much further than the default?

Thank you!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (05-02-2013)
  #48  
Old 05-01-2013, 10:46 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I have a question on the mouse wheel speed. How do we change the mouse wheel scroll speed so that a turn scrolls the page much further than the default?

Funnily enough there's a script already there for tweaking the scroll speed, although I think actual performance varies from browser to browser.

skin/reboot/js/custom/misc.js

Find this code...
Quote:
var d=delta*-10;
If you change delta* to a lower value, eg. -100, the page should scroll quicker (or take less mouse-wheel movement to scroll further).

As I say, I can't guarantee it will work for all browsers, seems to work well in Firefox/Chrome. Scroll speed is often fixed by the mouse hardware settings.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (05-02-2013)
  #49  
Old 05-02-2013, 07:13 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil, Changed to 30 and works perfectly in FF, Chrome, and IE with similar results. Thank you very much!! Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (05-02-2013)
  #50  
Old 05-05-2013, 01:29 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Hi Phil, Is there a way to make the iframe lightbox responsive?

Paul, my mistake, yes you can make the iFrame responsive, by using percentages, eg.

Quote:
<a class="btn lbox" href="http://m.bbc.co.uk/sport/?lightbox[iframe]=true&lightbox[width]=75p&lightbox[height]=90p">IFrame</a>

Only thing it won't do, is resize the iFrame on browser resize.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (05-05-2013)
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 05:03 AM.

   

 
X-Cart forums © 2001-2020