CSS/JS not working correctly

Home Forums Calendar Products Community Events CSS/JS not working correctly

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #22418
    James
    Member

    For reference, here’s my site: http://www.ogdenoutdoor.com/events/community/add/

    When I first installed the plugin it worked just fine, then the plugin updated and ever since it hasn’t looked the same and the date picker hasn’t been working. If I could get some help, that would be great…

    P.S. I’m not using the PRO version of the Event Calendar.

    #22474
    Jonah
    Participant

    Hi James,

    Sorry to hear about the issues. You have a script error on the page so something is conflicting with our plugin. Please try deactivating all other plugins to see if that helps and if not try reverting to the Twenty Eleven theme to see if it’s an issue with your theme. Let me know how that goes.

    Thanks,
    Jonah

    #22477
    James
    Member

    You’re absolutely right. I deactivated all the plugins except for Events Calendar and Community Events and switched to twenty eleven and it works just fine. What could I have done in my child theme to screw things up? Any suggestions?

    #22478
    James
    Member

    Oh. Forgot to mention that it wasn’t a plugin problem, it is definitely a theme problem.

    #22492
    James
    Member

    Feel free to mark this as answered. This code is part of twentyeleven
    <?php
    /* We add some JavaScript to pages with the comment form
    * to support sites with threaded comments (when in use).
    */
    if ( is_singular() && get_option( 'thread_comments' ) )
    wp_enqueue_script( 'comment-reply' );

    /* Always have wp_head() just before the closing
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to add elements to such
    * as styles, scripts, and meta tags.
    */
    wp_head();
    ?>

    I took out “wp_head();” for whatever reason and it screwed things up. I put it back in and everything is fine now. Thanks for your quick replies though.

    #22543
    Jonah
    Participant

    Hi James,

    Yes, wp_head() is an essential function for any plugin because a lot of plugins hook into that function for other functions they depend on, so it’s best to not remove that. I’m glad you were able to figure it out! Let us know if there’s anything else you need help with.

    Cheers,
    Jonah

    #977400
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘CSS/JS not working correctly’ is closed to new replies.