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)

yages 09-30-2015 12:58 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil
Can you respond to my ticket

PhilJ 09-30-2015 02:44 AM

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

How difficult is it to add more spaces for slides? Looks like some PHP, DB and Template changes?

I limited it to five slides, so that the homepage doesn't get too overloaded (bad for SEO otherwise *).

If you want to add more, you'll need to patch the database with more slide entries (see patches/reboot_patch_install_template.sql), then edit the following templates...

- skin/reboot/admin/reboot_settings.tpl
- skin/reboot/custom/home/home_slider.tpl

We can do it for a small fee, get in touch if you want help.

* Slides can be lazy loaded, see the FAQs.

beetlejuice 10-01-2015 05:24 PM

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

Originally Posted by yages
Hi Phil
Can you respond to my ticket


Phil could you also respond to mine, been over 3 weeks heard nothing.

Regards

Freakmode 10-13-2015 02:17 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, how can you change the Greeting Text on the home page

Welcome back --customer name-- etc

I would ideally like to replace it with a marketing message of some kind as its quite high up the page and useful for SEO.

Thanks

PhilJ 10-13-2015 02:32 AM

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

Phil, how can you change the Greeting Text on the home page

Top Menu > reBOOT > Welcome Message

If you go to the template settings > Homepage, you can also tweak the welcome message further.

The actual welcome template is skin/reboot/custom/home/home_welcome.tpl

You can tweak the homepage contents by editing skin/reboot/custom/home/home.tpl

See also the included addon - "SEO Content Panels", which can add SEO content to the homepage, category and manufacturer pages.

Freakmode 10-14-2015 12:00 AM

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

Originally Posted by PhilJ
Top Menu > reBOOT > Welcome Message

If you go to the template settings > Homepage, you can also tweak the welcome message further.

The actual welcome template is skin/reboot/custom/home/home_welcome.tpl

You can tweak the homepage contents by editing skin/reboot/custom/home/home.tpl

See also the included addon - "SEO Content Panels", which can add SEO content to the homepage, category and manufacturer pages.


Thanks Phil - We are still on V3 so I guess we need to upgrade to use some of these options.

PhilJ 10-14-2015 03:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
I put together some useful Bootstrap responsive grid layouts with HTML code here :)

PhilJ 10-17-2015 11:53 PM

Re: X-Cart - reBOOT - Responsive Template
 
Small fix for 2 level sidebar category menu... (reBOOT v4.7.3)

In skin/reboot/js/custom/reboot.js

Replace...
Code:

    $("#sliding_alt").on('hidden.bs.collapse', function () {
        $.removeCookie('activeCategory');
    });

With...
Code:

    $("#sliding_alt").on('hidden.bs.collapse', function () {
        $.removeCookie('activeCategory', { path: '/' });
    });

Previously it wasn't deleting the menu cookie correctly.

PhilJ 10-19-2015 09:38 AM

Re: X-Cart - reBOOT - Responsive Template
 
1 Attachment(s)
Simple Filterable Portfolio Widget (reBOOT v4.7.3), see attached. Demo.

Upload to skin/reboot/custom/widgets

Include with...
Code:

{include file="custom/widgets/widget_portfolio.tpl"}

Eyeglasses Expert 10-21-2015 07:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
can we upload different images for different screen size equipment?


All times are GMT -8. The time now is 12:57 PM.

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