Hi guys,
I need addition to make in the website.
Is there anyway to put the Facebook like on the images in the gallery. I used the social share plugin but it is not responsive. Other plugins only allowed to share not like.
Help please !!
Hi!
The gallery itself does not support share buttons out of the box and you would need to hire someone to implement these buttons. However the lightbox we use (PrettyPhoto) supports a twitter and a facebook like button. You can activate these buttons by editing a line in enfold/js/avia.js – open up the file and replace
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
with
elements.prettyPhoto({ slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
Cheers!
Peter
Thanks Peter