Home › Forums › Calendar Products › Community Events › Recurrence Rules Not showing
- This topic has 17 replies, 4 voices, and was last updated 9 years, 5 months ago by
Alan.
-
AuthorPosts
-
October 5, 2016 at 9:04 am #1172717
Alan
ParticipantHi. I can’t get Recurrence Rules to work for adding a community event. I just get a button that says “add another rule” but clicking that just refreshes the page?!
I would prefer not to share the domain with the world as this site is in development.
October 5, 2016 at 8:47 pm #1173059Josh
ParticipantHey Alan,
Thanks for reaching out to us!
It sounds like there is most likely a javascript error on the page that is preventing the sections from showing. If you don’t mind, could you provide a link to your site in a private reply and I can take a closer look to see what the potential issue may be.
Also, a quick way to also test here would be to follow our Testing for Conflicts procedures and it will help in narrowing in on where to look for the root of the issue here.
Thanks!
October 6, 2016 at 1:27 am #1173119Alan
ParticipantThis reply is private.
October 7, 2016 at 3:19 pm #1173917Josh
ParticipantThis reply is private.
October 12, 2016 at 3:07 am #1175295Alan
ParticipantThis reply is private.
October 13, 2016 at 1:49 am #1175797Alan
ParticipantHi. Any idea? This site has to go live today. Thanks.
October 13, 2016 at 7:49 am #1175929Josh
ParticipantHey Alan,
Thanks for following up here.
I’m glad you were able to find the root of the issue here. Our plugins are designed to work with the version of jQuery shipped with WordPress core (currently at 1.12.4).
When working with WordPress, it is best to rely on the shipped versions of resources since this is what is relied on by plugin developers. It’s only good to enqueue the later versions like this if you’re comfortable with diagnosing and addressing these potential version conflicts on your own.
Let me know if this helps.
Thanks!
October 13, 2016 at 11:05 am #1176114Alan
ParticipantNow using this and exactly the same issue:
// Load External jQuery function mytheme_enqueue_scripts() { wp_deregister_script('jquery'); wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"), false, '1.x'); wp_enqueue_script('jquery'); } add_action('wp_enqueue_scripts', 'mytheme_enqueue_scripts');If I remove this then it works, but as previously mentioned I prefer to use the version on Google.
October 17, 2016 at 2:42 am #1177602Alan
ParticipantHi. Sorry to hassle but any news on this? Site is now live but this is broken.
October 18, 2016 at 9:24 am #1178414Josh
ParticipantHey Alan,
If they’re the same versions, it’s possible that the dequeue is now loading differently due to the order of the arguments in your “wp_register_script“. Try moving the “false” to be the last argument there and see if that helps.
Alternatively, I did take a quick look at your site and I do see that the site is still loading version 2.2.4 (https://cloudup.com/c0yXAmXVrfq). You might need to flush cache to get the correct version pulling onto your site.
Thanks!
October 19, 2016 at 9:38 am #1179201Alan
ParticipantThis reply is private.
October 21, 2016 at 8:14 am #1180556Josh
ParticipantThis reply is private.
October 21, 2016 at 8:28 am #1180573Alan
ParticipantThis reply is private.
October 24, 2016 at 9:21 am #1181960Josh
ParticipantThis reply is private.
November 4, 2016 at 10:16 am #1187836Alan
ParticipantThis reply is private.
-
AuthorPosts
- The topic ‘Recurrence Rules Not showing’ is closed to new replies.
