Pagination Not Working (Astra Pro Theme)
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from DRC24 on September 7, 2024, 17:34Hello,
I've read several posts about pagination not working and have tried the various jQuery code snippets you have provided but nothing fixes my issue. I also understand that this issue will be fixed in the new version, correct? When is that going live?
In the meantime, can you help me resolve this issue? My website is https://funnypetgift.com
Thank you,
DRC
Hello,
I've read several posts about pagination not working and have tried the various jQuery code snippets you have provided but nothing fixes my issue. I also understand that this issue will be fixed in the new version, correct? When is that going live?
In the meantime, can you help me resolve this issue? My website is https://funnypetgift.com
Thank you,
DRC
Quote from Pablo Borysenco on September 9, 2024, 11:51Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
I did a test on your shop page and it seems to work correctly.
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
I did a test on your shop page and it seems to work correctly.
Quote from DRC24 on September 9, 2024, 16:06Hi Pablo,
I've provided my serial number.
You said you did a test on our site but it's not working for me. When I click the pagination button the next page loads at the bottom of the products/bottom of page.
Cana you help, please?
Thank you,
DRC
Hi Pablo,
I've provided my serial number.
You said you did a test on our site but it's not working for me. When I click the pagination button the next page loads at the bottom of the products/bottom of page.
Cana you help, please?
Thank you,
DRC
Quote from Pablo Borysenco on September 10, 2024, 09:40Hello
My test - https://c2n.me/4lsNJZq.mp4
I only see a problem with the settings "per page". Please check option - https://share.pluginus.net/image/i20240910103941.png
Hello
My test - https://c2n.me/4lsNJZq.mp4
I only see a problem with the settings"per page". Please check option - https://share.pluginus.net/image/i20240910103941.png
Quote from DRC24 on September 10, 2024, 16:12Hi Pablo,
Thanks for your help. But it's still not functioning properly for me. I made a Loom video to better explain it: https://www.loom.com/share/6731ba9458a045ffb0188a4575a45f95?sid=9775b02c-3bf4-4830-b078-3d9f4a05de00
Thank you,
DRC
Hi Pablo,
Thanks for your help. But it's still not functioning properly for me. I made a Loom video to better explain it: https://www.loom.com/share/6731ba9458a045ffb0188a4575a45f95?sid=9775b02c-3bf4-4830-b078-3d9f4a05de00
Thank you,
DRC
Quote from DRC24 on September 10, 2024, 19:32Hi Pablo,
I have yet a new problem. I've made a change to the navigation so that the main nav links are going to product categories but the pages do no load correctly. I made a Loom video to better explain it. https://www.loom.com/share/44a3e658707b40a0a7ee9c8fb861eb1e
Thanks,
DRC
Hi Pablo,
I have yet a new problem. I've made a change to the navigation so that the main nav links are going to product categories but the pages do no load correctly. I made a Loom video to better explain it. https://www.loom.com/share/44a3e658707b40a0a7ee9c8fb861eb1e
Thanks,
DRC
Quote from Pablo Borysenco on September 11, 2024, 10:53Hello
1 Please read this - https://products-filter.com/auto-scroll-to-element-after-ajax-is-done
2. Do you have less than 15,000 products? After each change of products you should regenerate the search file - https://share.pluginus.net/image/i20240911115208.png OR disable Turbo mode - https://share.pluginus.net/image/i20240911115251.png
Hello
1 Please read this - https://products-filter.com/auto-scroll-to-element-after-ajax-is-done
2. Do you have less than 15,000 products? After each change of products you should regenerate the search file - https://share.pluginus.net/image/i20240911115208.png OR disable Turbo mode - https://share.pluginus.net/image/i20240911115251.png
Quote from DRC24 on September 11, 2024, 15:30Thank you. I inserted the jQuery and ran the reassemble. It's almost fixed. Upon clicking the pagination the next page content reloads at the top of the page but not quite. It's down by about 200px or so. Can I modify the jQuery to make it load at the very top? I ask because I have two headers, one for when the user is at the top of the page and one that reveals when the user scrolls. At present when the page loads since it's not loading at the very top some of the page content is being obscured by the second header. Here's a Loom video to show you: https://www.loom.com/share/c3c282727b5345458766a83548c19666
Thanks,
DRC
Thank you. I inserted the jQuery and ran the reassemble. It's almost fixed. Upon clicking the pagination the next page content reloads at the top of the page but not quite. It's down by about 200px or so. Can I modify the jQuery to make it load at the very top? I ask because I have two headers, one for when the user is at the top of the page and one that reveals when the user scrolls. At present when the page loads since it's not loading at the very top some of the page content is being obscured by the second header. Here's a Loom video to show you: https://www.loom.com/share/c3c282727b5345458766a83548c19666
Thanks,
DRC
Quote from Pablo Borysenco on September 12, 2024, 11:01Hello
Please try this JS
jQuery('html, body').animate({
scrollTop: jQuery(".site-header-below-section-center").offset().top
}, 777);
Hello
Please try this JS
jQuery('html, body').animate({
scrollTop: jQuery(".site-header-below-section-center").offset().top
}, 777);
Quote from DRC24 on September 13, 2024, 18:25Hi Pablo,
Thank you, this works. But it's not completely correct yet. When you paginate the next page doesn't show the site header. Is there a way to make the next page scroll all the way to the very top?
https://funnypetgift.com
Thank you,
DRC
Hi Pablo,
Thank you, this works. But it's not completely correct yet. When you paginate the next page doesn't show the site header. Is there a way to make the next page scroll all the way to the very top?
Thank you,
DRC
Quote from Pablo Borysenco on September 16, 2024, 10:10Hello
Please try this code:
jQuery('html, body').animate({
scrollTop: jQuery(".site-header-above-section-right").offset().top
}, 777);
Hello
Please try this code:
jQuery('html, body').animate({
scrollTop: jQuery(".site-header-above-section-right").offset().top
}, 777);
Quote from DRC24 on September 16, 2024, 15:03Unfortunately I don't think anything changed.
Unfortunately I don't think anything changed.
Quote from Pablo Borysenco on September 17, 2024, 11:28Hello
https://share.pluginus.net/image/i20240917122750.png - You haven't changed the code or cleared the cache.
Hello
https://share.pluginus.net/image/i20240917122750.png - You haven't changed the code or cleared the cache.
Quote from DRC24 on September 17, 2024, 15:47Hi Pablo,
Thank you, I'm not sure how that happened but it's now working perfectly! Thanks again!
DRC
Hi Pablo,
Thank you, I'm not sure how that happened but it's now working perfectly! Thanks again!
DRC
Quote from Pablo Borysenco on September 18, 2024, 09:49Hello
Great! Welcome;)
I think it was cash
Hello
Great! Welcome;)
I think it was cash