Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    you have some sort of JS error on your site (not EM related, maybe another plugin/theme?)

    Thread Starter atlyss

    (@atlyss)

    Thanks for the reply… I’m pretty inexperienced with Javascript. How do you know there is an error? I’m using the FireFox Error Console and don’t see anything. Any advice you could give me, to point me in the right direction, would be super helpful.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    in Google Chrome for example, if you check by prefssing shift+ctrl+j and viewing the console there, I see this:

    Uncaught TypeError: Object #<Object> has no method ‘prettyPhoto’

    Thread Starter atlyss

    (@atlyss)

    I actually fixed it by inserting <?php wp_footer() ?> before
    </body>
    </html>

    in my footer.php . I’m not sure why this worked (it also fixed the bug where my Admin Bar at the top to be blank when logged in and viewing my pages), but hopefully it can help someone else too.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    this is important, every wp theme should do this or you’ll probably run into problems with other plugins at some point too.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Events Manager] Event form no longer working’ is closed to new replies.