make the flex slider run automatic
-
I was thinking of running the flex slider automatically. Changing it in the main theme is no problem at all. But it is a real pain to find out using javascript in child sketch theme. I search many forums and tried many things. Only I get is a broke website… Does anyone knows a solution for Sketch?
And, Is it even possible to override js for Sketch?This is what I added latest in the child function.php. but it does not work at all…
function my_scripts() { wp_dequeue_script('sketch'); wp_enqueue_script('my_script', get_template_directory_uri() . '/js/sketch.js', array('jquery')); } add_action('wp_enqueue_scripts', 'my_scripts', 11); }
Thank you for ideas!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘make the flex slider run automatic’ is closed to new replies.