• Resolved fayebl

    (@fayebl)


    I have looked at all the fixes for this but nothing seems to work. The errors on developer tools are all the Unable to preventDefault inside passive event listener due to target being treated as passive. which I also can’t find a solution for. I have the bridge theme. Is there a way to fix this please?

    • This topic was modified 4 years, 4 months ago by fayebl.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fayebl

    (@fayebl)

    What is strange is that if you use the menu from the home page you need to refresh but if you go straight to the page given it works.

    Plugin Author bradvin

    (@bradvin)

    If you are having JS issues, then try force FooGallery to use a custom ready event, by going to FooGallery -> Settings -> Advanced tab and enable “Custom Ready Event”

    Plugin Author bradvin

    (@bradvin)

    OK I was able to reproduce the issue by visiting your homepage first and then navigating to the Music page.

    The reason it is happening is that your theme is intercepting internal site links and loading the content via an AJAX call. The problem is that your homepage does not have a gallery, so the FooGallery scripts and stylesheets are not present, so when the gallery content is loaded via AJAX, then there is no FooGallery assets present to do any of the work.

    Unfortunately, we cannot fix this from FooGallery side, as the theme needs to cater for scripts and stylesheets loaded on the pages loaded via ajax, and they need to be included in the page dynamically after the page content has been loaded. Please content the theme developer to assist

    Thread Starter fayebl

    (@fayebl)

    Thanks a lot @bradvin maybe it might be easier to add a gallery on the home page:)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘foo gallery not loading until refresh’ is closed to new replies.