• Resolved tinaconrad

    (@tinaconrad)


    The plugin doesn’t work when I’m not logged in. But if I log in to my account, it works perfect. Could there be something that could be causing this? Thank you.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @tinaconrad,
    You likely have a security plugin or htaccess rule blocking access to wp-admin/admin-ajax.php for non-logged in users.

    I’d start by checking those issues.

    The error in the Ajax response is as follows:

    Accessing author info via REST API is forbidden

    Thread Starter tinaconrad

    (@tinaconrad)

    Hi, I already disabled my security plugin and reset my htaccess but I’m still getting that problem. Here’s my current htaccess:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    Plugin Author Darren Cooney

    (@dcooney)

    Not sure then. Something in the site/theme is blocking access.
    Whats your repeater template?

    @dcooney … First, really great and useful plugin. Thank you.

    I had same issue and was restoring 3.2.1 version to work for non-logged in users. (I will not recommend this to anymore as it is not secure)

    Got sometime on hand to debug and found All In One WP Security plugin was conflicting with newer version of AJAX Load More plugin.

    Particularly, option to disable Users Enumeration. I unchecked that option and posts started showing for non-logged in users.

    @dcooney If this helps, stable tag 3.2.1 of AJAX Load More plugin works fine with keeping Users Enumeration checked.

    Plugin Author Darren Cooney

    (@dcooney)

    Hi @ajaffri,
    Yes, I just added this to the FAQ last week ??
    https://connekthq.com/plugins/ajax-load-more/docs/faqs/#18

    Perfect! Thank you.

    I am having this same issue, but I am not using a security plugin. Anyone know of any other plugins that aren’t playing nice w/ Load More?

    • This reply was modified 6 years, 10 months ago by lhg0523.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘AJAX Load More not working when not logged in’ is closed to new replies.