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
  #1061  
Old 09-30-2015, 12:58 AM
 
yages yages is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil
Can you respond to my ticket
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #1062  
Old 09-30-2015, 02:44 AM
 
PhilJ PhilJ is offline
 

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

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #1063  
Old 10-01-2015, 05:24 PM
  beetlejuice's Avatar 
beetlejuice beetlejuice is offline
 

eXpert
  
Join Date: Apr 2007
Posts: 251
 

Default 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
__________________
XCart 4.5.4, 4.6.1, 4.64 stores
Many, many mods from Altered Cart
XCart Mods Reboot template
The XCart Store Templates and Mods
WCM CDSEO Pro
BCSE Rewards Points and Gallery Mods
and a few others
Reply With Quote
  #1064  
Old 10-13-2015, 02:17 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default 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
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #1065  
Old 10-13-2015, 02:32 AM
 
PhilJ PhilJ is offline
 

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

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #1066  
Old 10-14-2015, 12:00 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default 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.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #1067  
Old 10-14-2015, 03:40 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

I put together some useful Bootstrap responsive grid layouts with HTML code here
__________________
xcartmods.co.uk
Reply With Quote

The following 4 users thank PhilJ for this useful post:
dpcompany (10-14-2015), elmirage001 (10-14-2015), Freakmode (10-14-2015), maineiac (10-14-2015)
  #1068  
Old 10-17-2015, 11:53 PM
 
PhilJ PhilJ is offline
 

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

Default 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.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
BrianY (10-18-2015), elmirage001 (10-18-2015)
  #1069  
Old 10-19-2015, 09:38 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

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"}
Attached Files
File Type: tpl widget_portfolio.tpl (8.6 KB, 0 views)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (10-21-2015)
  #1070  
Old 10-21-2015, 07:27 PM
 
Eyeglasses Expert Eyeglasses Expert is offline
 

eXpert
  
Join Date: May 2010
Posts: 307
 

Default Re: X-Cart - reBOOT - Responsive Template

can we upload different images for different screen size equipment?
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 10:18 PM.

   

 
X-Cart forums © 2001-2020