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)

PhilJ 06-14-2019 02:05 PM

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

Phil, after I uninstall reboot template, my store refuses to change language when the language button is pressed.
Not sure Pitak, maybe check the General Settings > "Use cache for language variables" setting.

zone1creative 06-19-2019 03:10 AM

Re: X-Cart - reBOOT - Responsive Template
 
If you are copying and pasting from these instructions then you will need to note that there is a rogue space character in this variable which result in a white page when loading your site

{$smarty.server.REQUEST_ URI}
should be
{$smarty.server.REQUEST_URI}

PhilJ 07-01-2019 12:51 PM

Re: X-Cart - reBOOT - Responsive Template
 
WIP - https://www.xcartmods.com/a/

Long-ish way off yet, but thought I'd keep you lot in the loop !
Bugs are guaranteed, but feel free to give feedback as it is.
v4 alive and well.

elmirage001 07-02-2019 07:43 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil!

Love the new mobile menu! Thanks for the update!

Paul

dpcompany 07-02-2019 07:56 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil,

That mobile menu is money. I cannot wait for this to launch. I'm past due for an upgrade and I am holding out for this sweetness!

floracal 08-09-2019 04:39 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,

Can't edit Testimonials running 4.7.11

Thanks Mark

elmirage001 08-10-2019 10:37 AM

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

Originally Posted by floracal
Hi Phil,

Can't edit Testimonials running 4.7.11

Thanks Mark



Hi Mark,

In testimonials_admin.php

Change http
Code:

<link href="http://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" rel="stylesheet">

To https
Code:

<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" rel="stylesheet">

Sorry Phil, I forgot to send you this one.

Paul

sinobest 08-24-2019 05:04 PM

Re: X-Cart - reBOOT - Responsive Template
 
https://www.buyeyeglasses.net/
https://www.buyeyeglasses.net/womens-glasses/

there are only 2 products per line, not 3 products a line. Tested under firefox.


how to do, pls?


tks

sinobest 08-29-2019 02:12 AM

Re: X-Cart - reBOOT - Responsive Template
 
https://www.buyeyeglasses.net/reviews.php
not responsive proerly, how to modify https://www.buyeyeglasses.net , pls?

zone1creative 08-29-2019 06:19 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil
I want to load a specific category page in list view rather than grid or row using reboot

I can see that running this in console works, but when I place the code on the page it does not execute.

any ideas?

PHP Code:

{if $cat eq 7}
{
literal}
<
script>
$(
document).ready(function(){
    $(
'.products-container .item').removeClass('col-xs-12 col-sm-6 col-md-4 col-lg-4 col-lg-12 grid-view rows-view list-view').addClass('col-lg-12 list-view');
    $(
'button.switcher').removeClass('active');
    $(
'button.switch_layout_list').addClass('active');
    $(
'#products-layout').text('List');
});
</
script>
{/
literal}
{/if} 


the url it would work on
https://www.johnandginger.co.uk/samples.html

additionally i remove the cookie lines


All times are GMT -8. The time now is 02:40 AM.

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