• Resolved temereva

    (@temereva)


    The “Load more” button loads more posts by specific user, but stops at some number, returning some weirdly translated phrase “Prohibited by the number in the user name” – can’t find what the original text was in the English version, as on the test website “Load more” function does not appear to be limited.

    The max amount of posts on the page in the general WP settings is much larger than is being loaded on the User profile page via ajax.


    Could you please help me find where the limitation is set up and remove it?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @temereva

    The ““Prohibited by the number in the user name”?error is not from the UM. Try to do a conflict test – https://docs.ultimatemember.com/article/96-how-to-do-a-plugin-theme-conflict-test.

    Regards.

    Thread Starter temereva

    (@temereva)

    Thank you, <span class=”bbp-author-name”>andrewshu</span> . I found the issue.

    The conflict was with the plugin Real Simple SSL, where we enabled the recommended option “Restrict listing the users”. It apparently restricted ajax to invoke get_posts function by specified author.

    However, it would be nice to have error handling there for the cases like this, when when the query does not return the expected result.

    In my case the query returns a phrase “Not allowed” with the author id instead of the query results and it is being posted to the page without any validation. This makes user experience very confusing, and it also exposes the author ID unnecessary.

    Thanks again for your plugin. It’s really great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ajax “Load more” is limited for some reason’ is closed to new replies.