Answer the question
In order to leave comments, you need to log in
What is the best slider to use for wordpress?
What is the best slider for wordpress? I used to use owl carousel, but it requires jq version 3 to be connected, which forces me to connect jq twice in vp. Please suggest a better option or how to fix this problem. Thanks to all
Answer the question
In order to leave comments, you need to log in
jquery override:
wp_deregister_script( 'jquery' );
wp_register_script ( 'jquery', get_template_directory_uri() . '/assets/js/jquery-3.4.1.min.js' );
wp_enqueue_script( 'jquery' );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question