I am wanting to use a plug in “Social Gallery Plugin” that lets users share pictures to there facebook wall and comment within the gallery and tag friends in the pictures
it allows the user to share an individual picture, but it does not work with enfold theme..
Can you please advise me if it can work or is there another option that works with it?
Hi midischool!
I managed to make it work using the lite version [ http://wordpress.org/plugins/social-gallery-lite/ ] of the plugin. I upload the plugin but I didn’t configure any options. Tested a post with an image and the plugin’s lightbox works including the fb comment box on the right side of the image.
You also need to disable the native lightbox plugin of Enfold which is prettyPhoto to avoid conflict. Edit js > avia.js, find this code:
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();
Replace it with:
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();
Best regards,
Ismael