Home Forums Space themes support forum Empty shop page

Empty shop page

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

    humberto
    Participant

    The Shop on my website is not displaying the products; everything appears empty. However, when hovering the mouse over where the products should be, it’s possible to click because the links are there—they’re just invisible.

    My shop page is https://portilato.com.br/shop/

    #597721

    Luke Nielsen
    Keymaster

    Hello,

    Add the below custom to 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 );
    }

    Kind Regards

    #597757

    humberto
    Participant

    I tried putting this code in functions.php, but it didn’t work.

    #597865

    Luke Nielsen
    Keymaster

    Hello,

    On our side it works well – https://monosnap.com/file/VQ9Ff4uz4jvrB0iJCvDSsaAm5sFi4v, so could you please clear the site/browser cache and recheck the issue?

    Kind Regards

    #597975

    humberto
    Participant

    Its working, thanks

    #598293

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Have a good day!

    Kind Regards

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

The topic ‘Empty shop page’ is closed to new replies.