View Single Post
  #605  
Old 07-28-2014, 11:58 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Designguru, I know your reboot theme is extensively modified, so you might want to double check your code. Or contact me showing exactly where the problem lies.

A simple effective alternative, is to load the MailChimp subscription form in a lightbox...

Go to your MailChimp Admin > Lists > Your List > Signup Forms > General Forms

You should get a Signup form URL like this...


You can then create a MailChimp signup lightbox button with code like this... (adjust width and height to your liking)

Code:
<a class="btn btn-info lbox" href="http://eepurl.com/XX-XX?lightbox[iframe]=true&amp;lightbox[width]=640&amp;lightbox[height]=640">Signup to our Newsletter!</a>

Quote:
Breadcrumbs
I've found that the breadcrumbs - also on your demos - are getting shifted and are not displayed correctly when resizing. Text shows below each other
That's intentional, to make the breadcrumbs responsive on small screens.
__________________
xcartmods.co.uk
Reply With Quote