Split: Products not showing in product archive
-
Hi, i’m facing the same issues what is the solution?
The theme is not compatible with Elementor version 3.24.0 anymore.
Hello,
Please, confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back.
Thank you in advance.
Kind Regards
i’m setting up a staging area copy of the website, i’ll update you shortly with new login details so you can switch things off etc.
Hello,
Please try to add the code below in the functions.php file in your child theme:
if ( ! function_exists( 'xts_enqueue_waypoints' ) ) {
function xts_enqueue_waypoints() {
wp_enqueue_script( 'xts-waypoints-library', XTS_THEME_URL . '/js/waypoints.min.js', array(), XTS_VERSION, true );
}
add_action( 'wp_enqueue_scripts', 'xts_enqueue_waypoints', 20 );
}
Clear the cache and check how it works.
Kind Regards
Yes that worked brilliant thank you.
Hello,
You are welcome! Always remember that you can reach out to us with any questions you may have.
Wish you all the best.
Kind Regards
The topic ‘Split: Products not showing in product archive’ is closed to new replies.