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

Products not showing in product archive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #596794

    nominal99
    Participant

    We’ve just noticed that the products aren’t displaying in the shop product archive. All plugins and theme are on latest version. I switched to standard WooCommerce Storefront theme and the products then show ok, so it appears theme related. Caching has been turned off and still not showing products. No errors showing in browser console, the products are there to click on, you just can’t see them. See this screenshot https://prnt.sc/8BMZoZs2FHwH

    #596795

    nominal99
    Participant

    FTP details supplied

    #596802

    nominal99
    Participant

    I’ve figured out the cause of the issue, by rolling Elementor back from latest version 3.24.0 back to 3.23.4 everything is now showing ok. So it seems the theme has an issue with latest Elementor version.

    #596932

    Luke Nielsen
    Keymaster

    Hello,

    May we update the Elementor to investigate the issue?

    I await your response.

    Kind Regards

    #597017

    nominal99
    Participant

    Hi, i’m just setting up a staging area copy of the website, i’ll update you shortly.

    #597058

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below in the functions.php file in your child theme, clear the cache and check how it works.

    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 );
    }

    Kind Regards

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