Home Forums WoodMart support forum Infinit scrolling is not being triggered on these pages

Infinit scrolling is not being triggered on these pages

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #100857

    pogopie
    Participant

    https://www.velomont.com/cs/vyprodej/
    https://www.velomont.com/cs/obchod/

    Infinity scrolling does not work on these pages, one is a Page with the product grid element and the second is a shop page with no elements. Globally the infinit scrolling is on, and on the page are these settings:

    [vc_row][vc_column][woodmart_products items_per_page=”15″ pagination=”infinit” orderby=”rand” order=”ASC” columns=”5″ sale_countdown=”0″ stock_progress_bar=”0″ highlighted_products=”0″ products_bordered_grid=”0″ lazy_loading=”yes”][/vc_column][/vc_row]

    I dont know if i have to regenerate them or something like this.

    Login credentials are below

    #100875

    Hello,

    I am checking and it works https://gyazo.com/08b4f93880384dcafc7c9b36f23553d7

    Best Regards

    #100876

    pogopie
    Participant

    Did you try the pages rquested above ?

    #100877

    Eric Watson
    Participant

    Hello,

    In this situation are you able to provide us your FTP access so we could troubleshoot it and provide you with a solution?

    Kind Regards
    XTemos Studio

    #100878

    pogopie
    Participant

    Yes,

    #100905

    Eric Watson
    Participant

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'woodmart_infinit_scroll_offset' , function(){
    	return 0;
    } );
    

    Kind Regards
    XTemos Studio

    #100907

    pogopie
    Participant

    I am using snippets, and i added it via this and got this message

    Don’t Panic
    The code snippet you are trying to save produced a fatal error on line 1:

    syntax error, unexpected ‘&’
    The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before.

    Please use the back button in your browser to return to the previous page and try to fix the code error. If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site.

    #100965

    Eric Watson
    Participant

    Try adding code snippet via FTP using FileZilla

    Kind Regards
    XTemos Studio

    #101008

    pogopie
    Participant

    where do I find the function.php I found many function.php

    #101013

    Eric Watson
    Participant

    You can find the file ‘functions.php’ here ‘woodmart-child/functions.php’

    http://prntscr.com/m5171o

    #101228

    pogopie
    Participant

    Yes, fixed the infinity scrolling

    #101275

    Eric Watson
    Participant

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Infinit scrolling is not being triggered on these pages’ is closed to new replies.