• Resolved Rudy Susanto

    (@rsusanto)


    Loading the built-in date picker (jQuery UI) along with the plugin’s date picker (Bootstrap) makes the plugin date picker not working.

    To reproduce the problem, try to make a dummy plugin to load the built-in date picker like in the example below:

    
    <?php
    /**
     * Plugin Name: Example Plugin
     */
    
    function example_enqueue_scripts() {
    	wp_enqueue_script('jquery-ui-datepicker');
    }
    
    add_action('wp_enqueue_scripts', 'example_enqueue_scripts');
    

    After that plugin is activated, try to click the “Now onwards” on the “event” page to show the Bootstrap date picker. The date picker is not showing compared to when the dummy plugin is not activated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @rsusanto,
    Thanks for pointing this out
    I was able to reproduce the error based on your instructions.

    I linked this thread to the internal ticket to make sure you are notified when a fix is available.

    Unfortunately I can’t find a way around this, but I’ll let you know if we come up with something in the meantime.

    Best
    Santiago

    There’s been no movement on this ticket for more than a week, so I’m going to close it as resolved.

    If you still need assistance with this, please open a new ticket and we’ll be happy to help.

    Cheers,
    Eugene.

    Plugin Support Deblyn Prado

    (@deblynprado)

    Hey there @rsusanto!

    We just wanted you to know that we released a new version of The Events Calendar yesterday that should fix the mentioned issue ??

    Please update our plugin and let us know if everything is working as expected

    Cheers,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with the built-in datepicker’ is closed to new replies.