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
  #1081  
Old 11-13-2015, 01:14 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Phil, Does this apply to AC One Page, XCart One Page or both?
Just Fastlane and OPC, not AC OPC. Plus it only affects stores that have the reBOOT 'Must agree to conditions' option disabled.

Quote:
I can not understand why after choosing the option of category products to be displayed as default (the way i arranged them in admin > category products.

In General Settings > Appearance, set the option "Select the order in which products should be displayed within a category" to "Default"
__________________
xcartmods.co.uk
Reply With Quote
  #1082  
Old 11-13-2015, 10:02 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

reBOOT v4.7.3+ - More social sharing buttons available... DEMO

Edit skin/custom/widgets/widget_social_sharing.tpl

Complete list...
Code:
<div class="don-share-facebook"></div> <div class="don-share-twitter"></div> <div class="don-share-google"></div> <div class="don-share-pinterest"></div> <div class="don-share-linkedin"></div> <div class="don-share-tumblr"></div> <div class="don-share-stumbleupon"></div> <div class="don-share-reddit"></div> <div class="don-share-hackernews"></div> <div class="don-share-buffer"></div> <div class="don-share-xing"></div> <div class="don-share-pocket"></div> <div class="don-share-fancy"></div> <div class="don-share-yummly"></div> <div class="don-share-scoopit"></div> <div class="don-share-weibo"></div> <div class="don-share-vk"></div> <div class="don-share-mailru"></div> <div class="don-share-odnoklassniki"></div> <div class="don-share-hatena"></div>
__________________
xcartmods.co.uk
Reply With Quote
  #1083  
Old 11-24-2015, 03:42 AM
 
xcesiv xcesiv is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 84
 

Default Re: X-Cart - reBOOT - Responsive Template

Evening Phil.

Loving the new Reboot since the first install.

I'm wondering how hard it would be to add a share feature to the photos in the Gallery on social Media like the products can be.
__________________
www.pureimage.com.au - X-CART Gold 4.7.4
www.WholesaleDigital.com.au - X-CART Gold 4.6.0
Reply With Quote

The following user thanks xcesiv for this useful post:
PhilJ (11-24-2015)
  #1084  
Old 11-24-2015, 09:29 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Loving the new Reboot since the first install.
Great, thanks.
Quote:
I'm wondering how hard it would be to add a share feature to the photos in the Gallery on social Media like the products can be.
Good idea, here's a basic way... (for reBOOT v4.x - DEMO)

1) Make a backup of the file skin/reboot/js/custom/jquery.gallery.min.js

Download this file, unzip to skin/reboot/js/custom/

2) In skin/reboot/css/gallery.css

At the end, insert...

Code:
a.gallery-share i { color: #fff; } a.gallery-share i:hover { color: #ccc; }

You can also include the social sharing widget by adding the following to the end of skin/reboot/custom/widgets/widget_image_gallery.tpl
Code:
<hr>{include file="custom/widgets/widget_social_sharing.tpl" limit="17" menu="" total=""}
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (11-25-2015)
  #1085  
Old 11-24-2015, 10:55 AM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil - is it possible to have to category descriptions in a scroll box? We needed to add more content to each cat but now the products are way down the page and we worried people won;t see them.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #1086  
Old 11-24-2015, 11:15 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Hi Phil - is it possible to have to category descriptions in a scroll box? We needed to add more content to each cat but now the products are way down the page and we worried people won;t see them.
Sure, for reBOOT v3.x, edit skin/reboot/customer/main/subcategories.tpl

Replace...
Code:
{$current_category.description|amp}
With...
Code:
<div class="scrollable300">{$current_category.description|amp}</div>
Height classes available - scrollable100 / scrollable150 / scrollable200 / scrollable250 / scrollable300 / scrollable350 / scrollable400

For reBOOT v4.x, edit skin/reboot/customer/main/subcategories.tpl

Replace...
Code:
{$current_category.description|amp}
With...
Code:
<div class="scrollable-div" style="height:300px;">{$current_category.description|amp}</div>
(More flexible, you can set any px height you want)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Freakmode (11-24-2015)
  #1087  
Old 11-24-2015, 11:34 AM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Brilliant - Cheers Phil that will make such a difference.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #1088  
Old 11-24-2015, 01:34 PM
 
xcesiv xcesiv is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 84
 

Default Re: X-Cart - reBOOT - Responsive Template

Thank you Phil

Would it be possible to just 1 image. Clicking through the images a customer likes the image and shares it on there FB or similar
__________________
www.pureimage.com.au - X-CART Gold 4.7.4
www.WholesaleDigital.com.au - X-CART Gold 4.6.0
Reply With Quote
  #1089  
Old 11-24-2015, 01:42 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Would it be possible to just 1 image.
Not quite as easy to add sharing links to the single image lightbox popups, but I'll have a think about it.
__________________
xcartmods.co.uk
Reply With Quote
  #1090  
Old 11-25-2015, 02:38 PM
 
xcesiv xcesiv is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 84
 

Default Re: X-Cart - reBOOT - Responsive Template

I have been working on the front page layout and having issues with bottom banners not bring responsive on my Samsung Note 3. Using Chrome simulation mode it does the same thing and is not responsive

Not sure where I'm going wrong

Website: www.PureImage.com.au



Also the headings
__________________
www.pureimage.com.au - X-CART Gold 4.7.4
www.WholesaleDigital.com.au - X-CART Gold 4.6.0
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 09:05 PM.

   

 
X-Cart forums © 2001-2020