Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #991091

    Hey Michael,

    Best regards,
    Victoria

    #1009849

    Hi 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
    Mike

    #1010231

    Hi,

    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,
    Basilis

    #1010997

    Hi 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 posts

    If 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
    Mike

    #1011192

    Hi,

    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,
    Peter

    #1098475

    Hi
    I think this issue can be closed.
    Thanks very much.
    Best regards
    Mike

    #1098626

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problems with Custom Facebook Feed Plugin’ is closed to new replies.