Home › Forums › Calendar Products › Community Events › CSS/JS not working correctly
- This topic has 6 replies, 3 voices, and was last updated 10 years, 10 months ago by
Support Droid.
-
AuthorPosts
-
July 19, 2012 at 2:12 pm #22418
James
MemberFor 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.
July 20, 2012 at 1:37 pm #22474Jonah
ParticipantHi 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,
JonahJuly 20, 2012 at 1:47 pm #22477James
MemberYou’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?
July 20, 2012 at 1:47 pm #22478James
MemberOh. Forgot to mention that it wasn’t a plugin problem, it is definitely a theme problem.
July 20, 2012 at 7:13 pm #22492James
MemberFeel 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.
July 22, 2012 at 9:35 pm #22543Jonah
ParticipantHi 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,
JonahJuly 7, 2015 at 6:25 am #977400Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘CSS/JS not working correctly’ is closed to new replies.
