Error in Products tabs Ajax
-
When loading the Products Tabs Ajax, in the first tab the Carrousel does not work.
If you change tabs and come back at the first tab it loads correctly.
I have the last version of Woodmart.
Thanks.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
In this case, you need to create a staging development copy of your website. There, you will be able to do such kind of experiments without any harm to your production website.
Kind Regards
Sorry for the inconvenience.
The error was due to the following function of function.php (woodmart-child)
function footer_enqueue_scripts() {
remove_action('wp_head', 'wp_print_scripts');
remove_action('wp_head', 'wp_print_head_scripts', 9);
add_action('wp_footer', 'wp_print_scripts', 5);
add_action('wp_footer', 'wp_enqueue_scripts', 5);
}
add_action('after_setup_theme', 'footer_enqueue_scripts');
We are glad that you sorted it out. Contact us if you will have any questions.
The topic ‘Error in Products tabs Ajax’ is closed to new replies.