Home Forums Space themes support forum Split: Products not showing in product archive

Split: Products not showing in product archive

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #597005

    Sky786
    Participant

    Hi, i’m facing the same issues what is the solution?

    #597007

    Sky786
    Participant

    The theme is not compatible with Elementor version 3.24.0 anymore.

    #597016

    Luke Nielsen
    Keymaster

    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

    #597018

    nominal99
    Participant

    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.

    #597056

    Luke Nielsen
    Keymaster

    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

    #597084

    nominal99
    Participant

    Yes that worked brilliant thank you.

    #597233

    Luke Nielsen
    Keymaster

    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

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Split: Products not showing in product archive’ is closed to new replies.