-
AuthorPosts
-
July 28, 2018 at 12:35 pm #990911
Hi
We are using the Custom Facebook Feed Plugin (https://smashballoon.com/) on several websites with your Enfold theme.
Now we have the problem, that the plugin does not work correctly. Sometimes it opens directly facebook, but it should open it on the website itself.
The plugin support gave us the following response:
“There are two issues happening. The first is a second lightbox is being displayed when you open images from the feed. Second, your theme is adding an overlay to certain posts in the feed which is causing them to open in Facebook. Can you check your theme settings to see if you can exclude our plugin from these two features?”
Can you help us, to deactivate this two features on pages where we use the Custom Facebook Feed Plugin (with Shortcodes)?
Thank you very much.
Best regards.
July 29, 2018 at 4:39 pm #991091Hey Michael,
Best regards,
VictoriaSeptember 14, 2018 at 10:34 am #1009849Hi Victoria
We use this Plugin
And then we display albums from facebook:
When you click on this albums, there should come the pictures directliy on our website. But sometimes it goes directly to facebook instead to show the pictures on our website.
And the manufacturer of the plugin said, that this is a problem of the Enfold theme:
“There are two issues happening. The first is a second lightbox is being displayed when you open images from the feed. Second, your theme is adding an overlay to certain posts in the feed which is causing them to open in Facebook. Can you check your theme settings to see if you can exclude our plugin from these two features?”
So, how we can deactivate the second lightbox and remove the overlays of the posts (albums) ?
Thank you very much.
Best regards
MikeSeptember 15, 2018 at 8:07 pm #1010231Hi,
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
Best regards,
BasilisSeptember 17, 2018 at 10:11 pm #1010997Hi Basils
Hm, this is a “little” problem.
We detected Enfold as a very good multi purpose theme. So we buyed it for the last 6 websites, two other are planned and there will be much more in future.
But we also detected this plugin and it is for us the best facebook plugin and we use it on almost every of our designed websites.
And the plugin developers said, that we should look with the theme developer (you) and you say, that we should look with the plugin developer ;-(
So, is there no possibility, to deactive this two features on a specific page with this Facebook Albums?
– the second lightbox (lightbox of Enfold)
– the overlay at the facebook postsIf not, we will try again to look with the plugin developer and if there is no solution we will have to look for another multi purpose theme, because Facebook Plugin we did not see one like this one we use… but we hope we also can use Enfold in future, because we love it ;-)
Thanks very much.
Best regards
MikeSeptember 18, 2018 at 10:48 am #1011192Hi,
You can modify avia.js to deactivate the lightbox and the hover effect on a certain page. Open up enfold/js/avia.js and replace:
if($.fn.avia_activate_lightbox){ $(container).avia_activate_lightbox(); }
with
if($.fn.avia_activate_lightbox && !($("body").hasClass("page-id-511"))){ $(container).avia_activate_lightbox(); }
to deactivate the lightbox on your galerie page (page with the id 511).
Then replace:avia_hover_effect(container);
with
if( !($("body").hasClass("page-id-511")) ){ avia_hover_effect(container); }
Best regards,
PeterMay 8, 2019 at 2:48 pm #1098475Hi
I think this issue can be closed.
Thanks very much.
Best regards
MikeMay 8, 2019 at 9:33 pm #1098626Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Problems with Custom Facebook Feed Plugin’ is closed to new replies.