Great!
Now gallery is working.
The problem is solved!
Thanks for your fast replies.
Hi
I have included wp_enqueue_script inside functions.php but the gallery is not visible yet.
All items are fully loaded in DOM, it seems that javascript sets height=0 to all divs with class “ftg-items”.
Please check the link I sent you via email.
I experienced the same issue and have added <?php wp_enqueue_script(“jquery”); ?> before <?php wp_head();?> to include jQuery as you explained.
jQuery version is 1.12, after that WordPress loads jQuery Migrate and after the plugin js “script.js”
I tried to deactivate also my plugins one by one but the issue is not disappeared.
The page recalls a function that does not exist, infact I’m not able to find any “finalTilesGallery” function inside script.js.
Can you point me to a solution?