@greentreelabs
page url : http://www.iskconmangalore.org/blog/deity-darshan/
hey i’m facing the same problem.
console:
Uncaught TypeError: jQuery(…).finalTilesGallery is not a function.
I added this code to functions.php
function include_jquery() {
wp_enqueue_script(“jquery”);
}
add_action('wp_head', 'include_jquery');
- but the gallery is not visible yet.
- console still shows the same error:
Uncaught TypeError: jQuery(…).finalTilesGallery is not a function.
Please guide me on this