Infinit scrolling is not being triggered on these pages
-
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
Did you try the pages rquested above ?
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
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
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.
Try adding code snippet via FTP using FileZilla
Kind Regards
XTemos Studio
where do I find the function.php I found many function.php
You can find the file ‘functions.php’ here ‘woodmart-child/functions.php’
http://prntscr.com/m5171o
Yes, fixed the infinity scrolling
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Infinit scrolling is not being triggered on these pages’ is closed to new replies.