Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Rattus

    (@pasyuk)

    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();
    ?>
    Thread Starter AndrewFoster

    (@bosyak5)

    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?

    Plugin Author Rattus

    (@pasyuk)

    @rastadjust: post the link to your gallery page

    Plugin Author Rattus

    (@pasyuk)

    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)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin does not appear on the page’ is closed to new replies.