Home Forums WoodMart support forum Event On problems countdown

Event On problems countdown

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33941

    Oriol Duarri
    Participant

    Hi,

    We have installed on our website made with the woodmart template the eventon plugin with the countwon addon.

    When trying to link your addon to the events made, an error occurs. For what they say the technicians of eventon is given because woodmart tries to load another plugin of countdown (I suppose that the one that comes by defect with the template) and enters conflict.

    Attached screenshot of the conversation held with eventon.

    Attachments:
    You must be logged in to view attached files.
    #33963

    Artem Temos
    Keymaster

    Hi,

    You can use the following code to disable our theme countdown timer script

    function woodmart_dequeue_script() {
            wp_dequeue_script( 'woodmart-countdown' );
        }
    add_action( 'wp_print_scripts', 'woodmart_dequeue_script', 10020 );

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)