The best option is to use the child theme and enqueue a custom JavaScript file in the functions.php where you're pointing to the slider and say it should not stop on mouse hover
$('.carousel').carousel({
pause: "false"
});
Or you could overwrite the jumbotron.php file (best is also in the child theme, with the same folder structure) and add data-pause="false" to the carousel.
Hi!
The slider stops on mouse over. I dont want it to stop so how can I change this?
Thanks
Hi Tommy
Sorry this is not possible by default. You'll have to customize the code if you want that specifically.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
OK, I see. Can you give me a hint where to start?
The best option is to use the child theme and enqueue a custom JavaScript file in the functions.php where you're pointing to the slider and say it should not stop on mouse hover
Or you could overwrite the jumbotron.php file (best is also in the child theme, with the same folder structure) and add data-pause="false" to the carousel.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Fantastic! I will try this.
Have a nice weekend.
Best regards
Tommy
That did the trick.
Thanks again!
Great!
Have a nice weekend too!
Best regards,
Barry
QreativeThemes.com | WordPress Themes