Dan (a11n)
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] User Registrations Getting AttackedHi @reneyoung You’d need to redirect the default WordPress register page to your alternate register page. WPForms support should be familiar with that if you need help.
In general, I’d suggest reviewing this guide: https://www.wpbeginner.com/plugins/how-to-stop-spam-registrations-on-your-wordpress-membership-site/
Forum: Plugins
In reply to: [WP Job Manager] Support feedbackHi @screenup – Sorry for the trouble! I couldn’t find a previous ticket from 2 weeks ago, but I did find the one you sent today, and I have now replied, so we can continue the conversation by email if necessary. Thanks!
Hi @agusgonzalezs – Was the quiz (or the passing grade) added or changed after the student had already completed the course/lesson? If a lesson is completed, and then a quiz is added, the grade will remain as ‘No grade’ even if the student then completes the quiz. In this case you would first need to reset the student’s lesson progress via the Students menu and then have them take the quiz again for the grade to be reflected accurately.
Forum: Plugins
In reply to: [WP Job Manager] Google Recaptcha Not Working with DiviHi @hrontap – WP Job Manager should be compatible with Divi, but there is a known issue with ReCAPTCHA affecting certain sites. You can find details of the issue and a suggested workaround here:
https://github.com/Automattic/WP-Job-Manager/issues/2850#issuecomment-2704892658
Hope that helps!
Glad to hear it! Let us know if you need anything else.
@clifincnet Yes, that looks like it should work if you want the questions to be publicly queryable.
Hi @clifincnet – This is the expected behaviour since version 4.10.0 (January 2023)
This was part of a bug fix due to private quiz questions being publicly available via a web search. You can read more about the issue and the fix here if you’re interested:
Forum: Reviews
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] worth 1 starThanks for your feedback — we understand that needing a paid upgrade to sell courses can be frustrating. The free version of Sensei LMS includes powerful tools for creating and managing courses, and we’ve kept it open so educators can get started without upfront cost. Selling courses does require Sensei Pro or WooCommerce Paid Courses, which helps support continued development of the platform. That said, we appreciate your feedback as we evaluate how to improve the balance between free and paid features. Thanks again for giving Sensei LMS a try.
Hi @sindi19 – It sounds like you’re using WC Paid Listings, and I’m afraid we can only support the free WP Job Manager plugin in this forum. For help with paid add-ons, please contact us directly via https://wpjobmanager.com/support/
Thanks!
Forum: Plugins
In reply to: [WP Job Manager] WordPress 6.8Hi @adrian33000
We understand your concern. You’re right that the plugin currently shows a warning about being untested with WordPress 6.8. This message appears automatically when a plugin hasn’t been explicitly tested with the latest version of WordPress, but it doesn’t necessarily mean the plugin is unsafe or incompatible — just that it hasn’t been officially marked as tested yet.
We’ll get the plugin officially tested as soon as we are able to. While we can’t currently provide a timeline for that, we haven’t had any specific reports of issues with WordPress 6.8, and many users continue to use the plugin without problems.
Forum: Plugins
In reply to: [WP Job Manager] Elementor Error@siemensma Glad to hear that worked. Thanks for letting us know!
Forum: Plugins
In reply to: [WP Job Manager] “You need to approve receiving emails for this alert”Hi @finalcircuit – This forum is only for the free WP Job Manager plugin, we are not allowed to support paid add-ons here. If you have an active license for Job Alerts, please contact us directly via https://wpjobmanager.com/support/ for further help. Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Unable to publish work on the frontendPlease go to Job Manager > Settings > Pages and make your you have selected a page on your site for each page listed there.
https://wpjobmanager.com/document/getting-started/setting-up-wp-job-manager/#pages
Forum: Plugins
In reply to: [WP Job Manager] Whats the field for the job location?The geolocation meta fields can be seen in the following screenshot:

Those are added automatically if you create a job listing with a Location, and you have entered a Google Maps API key in your settings.
The main Location field is part of the Job Listing post type. How exactly have you deleted it?
Forum: Plugins
In reply to: [WP Job Manager] Editing Search Form FieldsHi @toulip – There isn’t a hook for that, but you can use a plugin like Say What to change those strings to whatever you like.
Alternatively you can override the entire job filters template in
/templates/job-filters.phphttps://wpjobmanager.com/document/developer-reference/themes/template-overrides/
Hope that helps!