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.
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”
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:)