Loading doesn’t work for horizontal scroll when scrolling “slowly”
-
We’re using Ajax Load More in both modes horizontal and vertical.
Loading of content should be triggered automatically when the user “reaches the end”.
In the horizontal scroll containers I noticed that loading isn’t triggered when scrolling slowly in the horizontal direction.
Steps to reproduce:
- Refresh the page
- Navigate to the first scroll container named “Top-Stories” and inside the container scroll slowly to the right.
Here’s our shortcode:
echo do_shortcode('[ajax_load_more preloaded="true" preloaded_amount="7" posts_per_page="7" loading_style="infinite classic" scroll="true" scroll_container="#top-carousel" scroll_direction="horizontal" category__and="4" scroll_distance="-100"]');
In your example I could not reproduce this issue. But when using your example code in our site it doesn’t work at all:
echo do_shortcode('[ajax_load_more preloaded="true" preloaded_amount="4" posts_per_page="4" loading_style="infinite classic" scroll_container="#top-carousel" scroll_direction="horizontal" scroll_distance="-100" pause="true" pause_override="true" category__and="4" ]');
It does work when removing the parameters pause and pause_override but the issue with the slowly scrolling remains.
echo do_shortcode('[ajax_load_more preloaded="true" preloaded_amount="4" posts_per_page="4" loading_style="infinite classic" scroll_container="#top-carousel" scroll_direction="horizontal" scroll_distance="-100" category__and="4" ]');
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Loading doesn’t work for horizontal scroll when scrolling “slowly”’ is closed to new replies.