• Resolved openboxstudios

    (@openboxstudios)


    Mike,

    The plugin is amazing, have been using it many times over for clients. Ran into a certain wall this time around. I have a client who is essentially doing an enterprise type of solution on their site and they have the /wp-admin folder removed from production for security reasons. This, in turn, is killing the ajax functionality since that’s where it is being referenced.

    Any suggestions on solutions? Can search and filters be used without ajax? Can you reference a different library or allow us a hook to?

    Thanks!

    https://wordpress.org/plugins/wp-job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Ajax is required. The ajax endpoint (wp-admin/admin-ajax.php) is the standard WordPress endpoint for ajax requests.

    Could you leave wp-admin in place but protect it with someother method like htaccess? Then you can leave the endpoint open.

    Thread Starter openboxstudios

    (@openboxstudios)

    Thanks for the quick response! They want wp-admin gone, nothing I can change in that regard. It seems like we’ll just have to use the plugin without the filters our find a different solution.

    Is there a different ajax dependency I could call on elsewhere that might allow it to work?

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    You could build a custom ajax endpoint but it’s not something I’ve tried.

    If you want to use the plugin anyway, you’d probably want to not use the [jobs] shortcode and use real archives https://wpjobmanager.com/document/enabling-full-template-support/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enterprise / AJAX Issue’ is closed to new replies.