No first recurrence rule available – "Add Another Rule" button non-functional

Home Forums Calendar Products Events Calendar PRO No first recurrence rule available – "Add Another Rule" button non-functional

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1131737
    Andrew Bacon
    Participant

    I’m experiencing the same issue – I’m using Enfold theme.

    #1131739
    Andrew Bacon
    Participant

    I reverted to Twenty Sixteen theme and the problem persists. Also deactivated all plugins aside from Events Calendar and Events Calendar Pro and the problem persists. Also deleted all functions from functions.php aside from theme_enqueue_styles and the problem persists.

    I get the following error in the console:

    ReferenceError: Handlebars is not defined
    this.recurrence_template = Handlebars.compile( this.$recurrence_tmpl.html() );

    That error occurs on Line 27,
    wp-content/plugins/events-calendar-pro/src/resources/js/events-recurrence.js?ver=4.2.1

    #1132291
    Cliff
    Member

    Hi. Sorry you’re experiencing this.

    You said, “I’m experiencing the same issue,” but I am not sure what issue you are referring to. Was there another forum thread you meant to link to?

    Could you please provide any screenshots, links, or other information that may help me try to reproduce this issue?

    #1133665
    Andrew Bacon
    Participant

    The problem is that I have no recurring rule dropdown to add the first recurring rule, and when I click “Create another rule” the page is submitted, and no dropdown appears, so, effectively, I have no way to create recurring rules.

    Similar to this thread: https://theeventscalendar.com/support/forums/topic/theme-conflict-venedor-breaking-add-another-rule-button/#post-1133554

    I tried this code that I found in that thread in functions.php with no result:

    
    function tribe_snippet_localize_linked_posts() {
      wp_localize_script( 'events-admin', 'tribe_events_linked_posts', Tribe__Events__Linked_Posts::instance()->get_post_type_container_data() );
    }
     
    add_action( 'wp_enqueue_scripts', 'tribe_snippet_localize_linked_posts' );
    
    • This reply was modified 9 years, 10 months ago by Andrew Bacon.
    #1133729
    Cliff
    Member

    I checked out that other thread. Do you know if your theme is dequeuing jQuery or loading its own custom jQuery at the wp-admin Event edit screen?

    You might also look for console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)

    Please let me know so I can further assist with this issue.

    #1133752
    Andrew Bacon
    Participant

    I reverted to Twenty Sixteen theme and the problem persists. Also deactivated all plugins aside from Events Calendar and Events Calendar Pro and the problem persists. Also deleted all functions from functions.php aside from theme_enqueue_styles and the problem persists.

    I get the following error in the console:

    ReferenceError: Handlebars is not defined
    this.recurrence_template = Handlebars.compile( this.$recurrence_tmpl.html() );

    That error occurs on Line 27,
    wp-content/plugins/events-calendar-pro/src/resources/js/events-recurrence.js?ver=4.2.1

    I don’t know about jQuery de-queueing. How can I find that out?

    #1133754
    Andrew Bacon
    Participant

    I can’t find anything about this error that has to do with Enfold specifically, either, but it’s a very popular theme, so if it is related, I’m definitely not going to be the only person who experiences this problem.

    #1133980
    Cliff
    Member

    We do not test our plugins with Enfold theme, but I know it is fairly popular among our users and I haven’t heard other reports like yours.

    Since you said it’s happening at your site even with ONLY Modern Tribe plugins active and TwentySixteen theme active, could you please:

    1. create a new WordPress installation/site (whether on another domain/subdomain or as a subdirectory)
    2. Only install The Events Calendar and The Events Calendar PRO, nothing else
    3. Can you replicate the issue there?
    4. If yes, please provide a link to that site

    Thank you for your extra effort and attention to detail here.

    #1140336
    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘No first recurrence rule available – "Add Another Rule" button non-functional’ is closed to new replies.