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 05-08-2015 07:27 AM

Re: X-Cart - reBOOT - Responsive Template
 
1 Attachment(s)
Hi Paul

Here is mine with Lazy Load off - I'll have to hack some code to tuen it back on for another screen shot.

Just noticed I am getting a 404 for newsletterpopup.js - not sure why that is.

Freakmode 05-08-2015 10:55 AM

Re: X-Cart - reBOOT - Responsive Template
 
OK been live for a few hours now and its going very well. People seem to like the new layout.

I am trying to install the free "Device Detect" module so we can see what people are buying on.

If we install the version 2 the page shown is just white and the following php error is recorded in the log.

Code:

[08-May-2015 16:47:45] PHP Fatal error:  Cannot redeclare class Mobile_Detect in /home/wwwjoba/public_html/Mobile_Detect.php on line 29

Anyone got this working with 4.6.6 or any ideas where we are going wrong.

elmirage001 05-08-2015 06:34 PM

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

Originally Posted by Freakmode
OK been live for a few hours now and its going very well. People seem to like the new layout.

I am trying to install the free "Device Detect" module so we can see what people are buying on.

If we install the version 2 the page shown is just white and the following php error is recorded in the log.

Code:

[08-May-2015 16:47:45] PHP Fatal error:  Cannot redeclare class Mobile_Detect in /home/wwwjoba/public_html/Mobile_Detect.php on line 29

Anyone got this working with 4.6.6 or any ideas where we are going wrong.

I'm using Version 1 in my 4.6.6 live but have not tried v2 yet.

Freakmode 05-09-2015 11:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Yep V1 seems to work fine although I am now wondering where all of our mobile customers have gone.8O

How accurate is it?

PhilJ 05-10-2015 01:51 AM

Re: X-Cart - reBOOT - Responsive Template
 
I have tested and updated the Device Detect addon for v4.7.2 ... Download here.

Freakmode 05-13-2015 12:36 AM

Re: X-Cart - reBOOT - Responsive Template
 
I have about 4 images in a row 150x150px on a static page. If I add the class=img-responsive they are then shown 1 per line. Is there a way to show them correctly so I can get at least 2 on a line for mobiles?

PhilJ 05-13-2015 12:53 AM

Re: X-Cart - reBOOT - Responsive Template
 
David, you should know by now...

Freakmode 05-13-2015 01:14 AM

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

Originally Posted by PhilJ
David, you should know by now...


Sorry over my head Phil - am I being a Dufus here?

PhilJ 05-13-2015 01:49 AM

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

<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
</div>


Freakmode 05-13-2015 02:10 AM

Re: X-Cart - reBOOT - Responsive Template
 
Doooh - I am a Dufus

Thanks again


All times are GMT -8. The time now is 10:35 PM.

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