• Hi there. I am having an issue getting my feed to work when using the theme’s built-in page transition effect. The instagram feed loads without issue when I have the page transition turned off (fade effect), but gets stuck on the loading icon when this feature is activated. I am using the Bridge theme. Any advice of how to fix this problem would be most most appreciated as I would like to keep the page transition activated. Thanks!

    https://www.ads-software.com/plugins/instagram-feed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey 3bags,

    This is actually a pretty common issue with themes that use Ajax-powered page transitions as they usually don’t re-run plugin JavaScript files when a page is loaded. We have an FAQ here with some suggestions to get around this issue. Take a look and let me know whether either of them resolve the issue for you.

    I hope you’re having a good day!

    John

    Thread Starter 3bags

    (@3bags)

    Hi John,

    Thanks for getting back to me! I’ve checked out the suggestions you linked to which have helped point me in the right direction, but unfortunately the problem still persists. I’ve checked the ‘are you using an Ajax powered theme?’ box which has had no affect. I did see that my theme has a box that allows me to list URLs which I would like to load without AJAX. This does partially solve the issue, as it means I’m still able to use the page transition within the majority of the website, but it’s not ideal as when navigating to the instagram page, the smooth transitioning is interrupted and feels a little odd when the page loads in a different manner. I did however discover that I may be able to add the sbi_init(); within the theme’s ajax.js, but I’m not quite sure exactly how to do this. I’ve copied the first few lines of this file below, with sbi_init(); located on the 10th line. Is there a way I could get this to work? Thanks again!

    var $j = jQuery.noConflict();
    var firstLoad = true;
    var image_src_regex = /url\(["']?([^'")]+)['"]?\)/;
    
    function perPageBindings () {
        "use strict";
    
        $j('.qode_slider_preloader .ajax_loader_slider').hide();
        content = $j('.content_inner');
        sbi_init();
        contentMinHeight();
        contentMinHeightWithPaspartu();
        initQodeSlider();
        initQodeCarousel();
        initMessageHeight();
        ...
    Plugin Author smashballoon

    (@smashballoon)

    Is it possible to send me a link to your site so that I can take a look at that JavaScript file in it’s entirety and see when the sbi_init function is being run?

    Many thanks,

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feed jams on loading icon when using page transitions’ is closed to new replies.