Site logo

[Resolved] Load More not working by default

Home Forums Support [Resolved] Load More not working by default

Home Forums Support Load More not working by default

Viewing 15 posts - 1 through 15 (of 35 total)
  • Author
    Posts
  • #1318223
    stephen

    I have set up a staging site for testing and it appears that when you “load more” on infinity scroll the images that load after are not loading. I have completely turned cache off and I have no other plugins installed. Additionally, I deleted all the theme files, reset the theme options itself and problem is there there.

    wordpress.ringsidenews.com

    When trouble shooting I see this in the css:

    element.style {
        display: none;
        visibility: hidden;
    }

    I have tried to counter-act this with the below code and it appears to be working fine when troubleshooting on my desktop in chrome and testing the devices that way, HOWEVER when I use my actual phone the images are still hidden.

    img.attachment-main-page-thumb.size-main-page-thumb.wp-post-image {
        display: block !important;
        visibility: visible !important;
    }

    I setup the dev site at wordpress.ringsidenews.com

    #1318227
    stephen

    Shouldn’t the load more work by default without any additional code?

    #1318236
    stephen

    This issue is related to Buddypress addon’s Youzer. Apparently when its active, it stops the ‘load more’ from working with GeneratePress

    #1318240
    stephen

    jquery.js?ver=1.12.4-wp:1 Uncaught RangeError: Maximum call stack size exceeded
    at RegExp.[Symbol.replace] (<anonymous>)
    at String.replace (<anonymous>)
    at Function.trim (jquery.js?ver=1.12.4-wp:1)
    at new a.fn.init (jquery-migrate.min.js?ver=1.4.1:2)
    at n (jquery.js?ver=1.12.4-wp:1)
    at HTMLElement.<anonymous> (scripts.min.js?ver=1.10.0:1)
    at HTMLElement.dispatch (jquery.js?ver=1.12.4-wp:1)
    at HTMLElement.r.handle (jquery.js?ver=1.12.4-wp:1)
    at Object.trigger (jquery.js?ver=1.12.4-wp:1)
    at Object.a.event.trigger (jquery-migrate.min.js?ver=1.4.1:2)

    it throws back the above error when trying to “load more”

    #1318402
    Leo
    Staff
    Customer Support

    Hi there,

    You will need to report this to BuddyPress’ support. They must have a js error in a script which causes all the js to stop working on your site.

    This isn’t something we can fix on our end.

    Our load more should definitely work by default without extra code and we haven’t had any other reports on this.

    #1318408
    stephen

    Our load more should definitely work by default without extra code and we haven’t had any other reports on this.

    It should but it’s not. I have no plugins but GP installed here and it’s not working on mobile:

    https://wordpress.ringsidenews.com/

    #1318411
    Leo
    Staff
    Customer Support

    Sorry didn’t you say you found a conflict with Buddypress addon’s Youzer?

    #1318415
    stephen

    It works on desktop, which is very odd. But when you test on your phone or you test in chrome dev mode, the images are coming up blank. I just replaced all core wordpress files, re-downloaded theme and plugin and still nothing.

    #1318416
    stephen

    The buddypress youzer gives me the error code above, however if you go to that site and try to load on mobile, you will see that “load more” option isn’t displaying the photos.

    That’s with no plugins, or themes except for the ones you guys have provided.

    #1318430
    stephen

    After I re-imported a layout that you guys offered, it appeared to fix the problem. I don’t understand how it could just randomly stop working.

    #1318433
    stephen

    Actually, no. I was wrong. When you import your “rumor” layout — which is the one we use. The images do not display on “load more.”

    #1318488
    stephen

    So my conclusion is there is a bug with your “rumor” layout that doesn’t allow the photos on “load more” to display on mobile. Hope you guys can fix this.

    #1318534
    Leo
    Staff
    Customer Support

    Rumour and every other templates in the site library are just using GP Premium and GP so it wouldn’t be a specific bug in Rumour.

    The default Rumour site doesn’t use infinite scroll.

    Are you testing on a test site?

    If so can you do a fresh install and see if you can reproduce the bug?

    #1318543
    stephen

    Rumour and every other templates in the site library are just using GP Premium and GP so it wouldn’t be a specific bug in Rumour.

    I tested other themes and it appears to work on the ones I tested with. Rumour however was the only one with the issue. This is the theme we based our layout off of, so problem has been there the entire time.
    I already did fresh install and loaded up Rumour along with other themes. TRumour was the only one that I tested that DIDNT WORK CORRECTLY.

    The default Rumour site doesn’t use infinite scroll.

    I am aware that your demo doesn’t have the infinite scroll but it should still be able to work. I am telling you it’s not. If you like, you can do a fresh install yourself and you can see it.

    Are you testing on a test site?

    Yes. Please read all my above messages.

    If so can you do a fresh install and see if you can reproduce the bug?

    I’ve already mentioned this more than once. Fresh install. Fresh plugins. No cache or no other plugins. I am using the premium install as well. This is definitely a bug and I am guessing I am the first to report it.

    #1318561
    Leo
    Staff
    Customer Support

    There is only one script for load more regardless which site in the library you are using so if it’s a bug with the load more option, it would happen on every site.

    I just tested your site (the link you’ve provided) and everything loads correctly on my phone including all the images.

    Which browser are you using?

    I tested with Chrome and Safari.

Viewing 15 posts - 1 through 15 (of 35 total)
  • The topic ‘Load More not working by default’ is closed to new replies.