Viewing 1 replies (of 1 total)
  • Plugin Author Jud_Alex

    (@jud_alex)

    hello, sorry for taking so long to answer you.
    It seems that the reason for the problem is the lack of the jQuery library.
    In your functions.php file adds:

    add_action( 'wp_enqueue_script', 'load_jquery' );
    function load_jquery() {
        wp_enqueue_script( 'jquery' );
    }

    I hope this will solve your problem

Viewing 1 replies (of 1 total)

The topic ‘code showing up on page’ is closed to new replies.