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
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>
Best regards,
Mike
thanks, that fixed it :]
Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko