M
M
MRcracker2019-08-31 13:08:12
Slider
MRcracker, 2019-08-31 13:08:12

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

2 answer(s)
A
Andrey Vasilev, 2019-08-31
@Nolis

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' );

I use slick, everything is fine

T
tuxfighter, 2019-08-31
@tuxfighter

It is best to use the slider from the office. plugin directory

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question