• Resolved neeonline

    (@neeonline)


    I have installed this plugin using the Add New option inside WP Admin Dashboard.

    Once I activated the plugin, my theme stopped to work. Checking the console I saw a few errors on the main JS of the theme. Making a deep debug I saw all libraries loaded by the theme (including Modernizr) are not being loaded anymore.

    If I deactivate the plugin everything works again.’

    Do anyone have a clue what’s going on? This issue can be related to how this plugin loads the file (wp_header, or similar), or maybe a failure on the theme?

    Thank you.

    https://wordpress.org/plugins/the-events-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sorry to hear this!

    Can you ensure that your site shows the original JavaScript errors you reference here, and then link to the page on your site where these errors can be seen in the console?

    I will take a look at the issues firsthand and see what I can find.

    Thanks!
    George

    Thread Starter neeonline

    (@neeonline)

    Hi George.

    This is a really strange issue. I don’t believe the problem is the plugin, but…

    When I activate the plugin, for some reason, a bunch of JS files (inside the theme, like Modernizr) are not loaded.

    The scripts tags are there, but I don’t see the file to be loaded on the network window. I double checked everything, Modernizar, Underscore, etc, is not being loaded.

    Do you have any idea?

    Thank you.

    Thread Starter neeonline

    (@neeonline)

    Hi George,

    Here is the link to the broken site http://64.94.67.26/

    If you check the page code you’ll see all scripts tags are there, but those files are not being loaded.

    Thank you.

    Hey @neeonline,

    That is strange, indeed!

    Is there a specific effect that is resulting in a breakage because of the scripts not loading? If you can point us toward something that is broken on the site, then we can use that as a starting point to check it out a little further.

    Thanks!

    Thread Starter neeonline

    (@neeonline)

    As I said, the problem was on the theme, not the plugin.

    if (class_exists( ‘TribeEvents’ ) && is_events_archive())… This is_events_archive function does not exist.

    Thank you for your time.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Theme broken after activation’ is closed to new replies.