Home Forums WoodMart support forum Infinite Scrolling not working

Infinite Scrolling not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #127251

    Adapt Online
    Participant

    Hey,

    I have a problem with Infinit scrolling. It does not work. I have updated the theme to newest version and disabled all the external plugins but it still does not work. Can you take a look why?

    I have a staging site you can test on.
    Let me know if you need anything else.

    Kind regards,
    Robert

    #127261

    Hi,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this http://prntscr.com/nr8vh5

    wp_enqueue_script( 'woodmart-waypoint', 'https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.2/waypoints.min.js', array( 'jquery' ), woodmart_get_theme_info( 'Version' ), true );

    We shall fix it with the nearest update.

    Regards

    #127536

    Adapt Online
    Participant

    Thanks, that solved it.

    Regards

    #127554

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Infinite Scrolling not working’ is closed to new replies.