View Single Post
  #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