-
-
Hello,
in my blog page:
https://www.mybulgaria.it/blog/
scrolling down to visualize all the articles, I see some overlap:
https://monosnap.com/file/MabQoT1qYYK5Q4C1PRrskxbBzB6fjU
How can this be fixed?
Thanks.
-
Hello,
I opened your blog page and did not get any overlap. Which means it could have been temporary. Perhaps the a moment of slow internet caused the posts not to place in time at the right position.
See screenshot: https://www.clipular.com/c/4664253715054592.png?k=Pq2xEtnhtcr3pAdA2a7iMat7deYBest regards!
-
Hello,
I checked your screenshot and I see my blog page with the same article items loaded multiple times. How did that happen?
If I try in my browser I only see each item loaded once, and unfortunately still with some overlap even when I use a good internet connection. I see the same issue on Chrome and Firefox. Can you please try again from your side?
Thanks.
-
Hello,
The repeated posts, are just an effect of the screenshot. The pages was too long so the program used must have captured the same screen side twice. It does not happen when i open the blog.
Please deactivate all third party plugins and try again. Let us know.
Best regards!
-
Hi Mihailia,
I keep seeing the overlap from all my browsers, and I also asked a couple of people and they get the same:
https://monosnap.com/file/vu0cZk34gn1RRjIYLa4uZE7q4MN81R
can you please have a look and let me know what you think?
thanks!
-
Hello,
The situation does not repeat itself when you refresh page. So this means it could be some delay in the execution of a script the first time you open page.
I tested the same situation on my side but this does not happen. Please deactivate all third party plugins first. Clear cache and try again.
Let us know how it goes.Best regards!
-
Hi Mihaila,
thanks for explaining. Do you think that limiting the number of blog items in the main /blog page could help in avoiding the overlap?
Is there a setting to configure the amount of article items showed there (e.g. just show the 10 most recent, and place the others in the next page)?
Thanks!
-
Hello,
Please update the credentials information on your profile, i can not log in to your site. We need to give this issue a closer look.
You can always configure the amount of article items shown on Blog Options > Query > Items per page. Here type the number of items you want to show. See screenshot.Best regards!
-
Hello Kris,
I can try this query settings to limit the amount of items, but I am not able to find it? Please indicate me the exact location and I’ll try.
I enabled pagination and it works better, but still I’d like to control the number of items displayed:
https://monosnap.com/file/EbIz72f7nwJ20iJTmgzO9VaM4d3EeA
thanks!
-
Hello,
Please can you reset the password you provided so I can login and check again the issue, I will fix it to work as you want.
Regards!
-
Hi Ruco,
ok, is it enough if I grant you access to my WP dashboard as admin?
thanks.
-
Hello,
I think it’s enough, I will let you know if I will need also the FTP credentials.
Best regards!
-
-
Hi Ruco,
I provided the credentials and disabled /blog/ pagination, now should be infinite scroll. Please let me know after you had a look.
thanks.
-
Hello,
Please find the file in your WP installation via FTP and edit it ‘specular/js/main.js’.
Find the lines:
//codeless_blogmasonry(); } /* ----------------------------- End Blog Infinite Scroll ---------------- */
and replace with:
codeless_blogmasonry(); } /* ----------------------------- End Blog Infinite Scroll ---------------- */
Let us know if the issue persists.
Best regards!
-
Hello,
I did change the main.js file as indicated, but the issue is still there in the /blog/ page (I cleared the cache few times) when scrolling down:
https://monosnap.com/file/AbewPH5MAQeXuNJ2GxjMJ6G6hlb61c
see the code extract below.
BTW I disabled the admin user in my WP, please let me know if you still need it and I’ll enable again.
/* ----------------------------- Blog Infinite Scroll -------------------- */ function codelessBlogInfiniteScroll(){ "use strict"; var container = '#posts_container'; var behavior = ''; if($('#blogmasonry').length > 0){ container = '#blogmasonry .filterable'; behavior = 'masonry_blog'; }else container = '#posts_container'; $(container).infinitescroll({ navSelector : "div.p_pagination", // selector for the paged navigation (it will be hidden) nextSelector : "div.p_pagination a.next_link", // selector for the NEXT link (to page 2) itemSelector : "#posts_container article.post", // selector for all items you'll retrieve animate : true, loading : { img: '', msgText: '' }, behavior : behavior }); codeless_blogmasonry(); } /* ----------------------------- End Blog Infinite Scroll ---------------- */
-
Hello,
Sorry for the late reply.
Please send us some valid ftp credentials so we can give a closer look at the main.js file.Best regards!
-
You must be logged in to reply to this topic.