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 11-13-2015 01:14 PM

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"

PhilJ 11-13-2015 10:02 PM

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>


xcesiv 11-24-2015 03:42 AM

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.

PhilJ 11-24-2015 09:29 AM

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=""}

Freakmode 11-24-2015 10:55 AM

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.

PhilJ 11-24-2015 11:15 AM

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)

Freakmode 11-24-2015 11:34 AM

Re: X-Cart - reBOOT - Responsive Template
 
Brilliant - Cheers Phil that will make such a difference.

xcesiv 11-24-2015 01:34 PM

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

PhilJ 11-24-2015 01:42 PM

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.

xcesiv 11-25-2015 02:38 PM

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


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

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