Seems like your theme missed wp_footer() function in footer.php file:
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
Thanks for the quick response) that helped
My gallery doesn’t appear at all [gm album=1] or [gmedia id=23] just nothing and i saved the gallery do i have to be premium why isn’t it working?
@rastadjust: post the link to your gallery page
First of all you should fix JS errors on your page:
There is some JS error on the page from buddypress plugin:
Uncaught TypeError: jq.cookie is not a function
at bp_init_activity (/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js?ver=2.8.1)
Also there could be conflict with Fancy Gallery plugin:
Uncaught ReferenceError: blueimp is not defined
at HTMLAnchorElement.<anonymous> (/plugins/fancy-gallery/assets/js/gallery-manager.js?ver=1.6.19)