Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #789893

    Hi everyone

    I just found out that the ‘load more’ button doesn’t work anymore if you’re protecting your /wp-admin folder with a htaccess user/pw auth. (in Microsoft Edge & chrome mobile)

    Is there a workaround for that?

    regards
    TOM

    #789946

    Hey TOM,
    I may have found this solution:

    Here is how to fix the Admin Ajax Issue
    If you password protect your WordPress Admin directory, then it will break the Ajax functionality in the front-end, if you do, then here is how you fix that issue.
    Open the .htaccess file located in your /wp-admin/ folder (This is NOT the main .htaccess file that we edited above).
    In the wp-admin .htaccess file, paste the following code:

    
    <Files admin-ajax.php>
     Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    http://www.wpbeginner.com/wp-tutorials/how-to-password-protect-your-wordpress-admin-wp-admin-directory/

    Best regards,
    Mike

    #790026

    thanks, that fixed it :]

    #790032

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.