Dan (a11n)
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Listing renewalsThanks for letting us know!
Forum: Plugins
In reply to: [WP Job Manager] Google Map Geocoding API referrer restriction issue.Since WP Job Manager calls the Geocoding API from the backend/server (PHP), it has no referrer, so Google will block it if you’re using a Google Maps API key with “HTTP referrer (websites)” restrictions, which only work for frontend (JavaScript in browser) requests.
You can either keep the restrictions set to None, or you can set it to IP Address and enter your server IP (although you may need to request a static IP if you currently have a dynamic one that changes frequently).
Forum: Plugins
In reply to: [WP Job Manager] User Registrations Getting AttackedThanks for the update @reneyoung
Forum: Reviews
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] Sleek and aestheticHi @slimx91 – The only place I can find that we’re using Reforma is in the heading of the Sensei Pro upgrade banners in the Settings page. Is that what you’re referring to, or are you seeing it elsewhere?
Forum: Plugins
In reply to: [WP Job Manager] User Registrations Getting Attacked@reneyoung – @pineapplepalm is right. Disabling account creation during job submission may help prevent some spam registrations, but as long as there is a way for users to register on your site, you will need to take measures to prevent bots from registering.
Forum: Plugins
In reply to: [WP Job Manager] Missing “Publish” Button from Posting a New Job PositionIn Job Manager > Settings > Pages do you have a page assigned for your Submit Job Form Page?
If so, there could be a theme or plugin conflict. Try switching themes and disabling all other plugins to see if that resolves the issue.
Hi @weiko
This is a known issue, which you can follow here: https://github.com/Automattic/sensei/issues/7237
Until that is fixed, the only workarounds would be to have only a single Course Signup block on the page, or to hide the second notification using CSS/JavaScript.
Hi @proteanstar
To clarify, it sounds like you’re referring to the text “Please login to start learning” in the course welcome email, as it’s causing confusion if users are already logged in. Is that correct?
If so, you can easily remove that text from the email template via Sensei LMS > Settings > Emails. Open the ‘Welcome to Course’ email template, and you can edit or delete that line as you see fit.
Regarding the WooCommerce email, that can also be customized via WooCommerce > Settings > Emails, by editing the ‘Completed Order’ template and changing the heading to whatever you wish.
Alternatively, you can revert to the legacy email templates if you prefer by clicking the ‘Revert to legacy template’ link at the bottom of the WooCommerce Email settings page.
Hope that helps!
Forum: Plugins
In reply to: [WP Job Manager] Region + Category UrlsCustom code like this can be added to your theme’s functions.php file, or using a plugin like Code Snippets if you prefer not to edit any files.
Note that the code there is provided for reference only and we cannot guarantee that it will work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due to changes in our plugins.
Also is there any other way ??
I Already have region taxonomy via my theme files..
There may be other ways to achieve something similar, but all would require some degree of custom coding, for which you may want to consult with a WordPress developer.
Forum: Plugins
In reply to: [WP Job Manager] User Registrations Getting AttackedThanks @pineapplepalm – I agree that additional security measures are a good first step to preventing spam registrations.
If you do want to redirect to a custom login form, you can find information on how to do that here:
https://wpjobmanager.com/document/developer-reference/code-snippets/changing-login-redirects/
Forum: Plugins
In reply to: [WP Job Manager] Region + Category UrlsThere isn’t a way to do this by default, but there’s a code snippet here you can try to add the category and region to the base URL.
Forum: Plugins
In reply to: [WP Job Manager] thank you pageIs it possible to filter applicants in admin menu via date ? So filter newest and oldest apllicants in one job offer. ?
Yes, you can filter by job, and then sort/filter by date.
Is it possible to create application form with only name and telephone number?
Yes
Is possible to export applicants in one job offer to excel sheet?
Yes, you can download all applications for a job as a .csv file, which you can then import to Excel.
Can i somewhere find video how admin of this plugin look like? To be exact – detail of applicants
We don’t have a video of that, but we do offer a refund within 14 days if you find the add-on does not meet your needs.
Please note that this forum is for support of the free WP Job Manager plugin only, so if you have further questions about our paid add-ons, please contact us directly via https://wpjobmanager.com/contact/
Forum: Plugins
In reply to: [WP Job Manager] Akismet Integration?Hi @lifelightweb – No, you’re right. WP Job Manager does not currently have an Akismet integration.
Are you having trouble with job submission spam, or was it more of a general enquiry? We’ll keep it in mind as a possible future enhancement, but for now you can add reCAPTCHA to your job form if you need spam protection: https://wpjobmanager.com/document/getting-started/setting-up-wp-job-manager/#recaptcha-settings
Forum: Plugins
In reply to: [WP Job Manager] Category Color!Hi @vaviv
There isn’t an easy way to do this, as the job category is not part of the job dashboard template by default. You’d need to customize the job dashboard template to add a category class to each job listing, so that you can then target those with CSS. This kind of customization is beyond the scope of the support we can provide.
Forum: Plugins
In reply to: [WP Job Manager] thank you pageI would like to ask if it is possible to redirect candidates to a THANK YOU page on a DIFFERENT URL after submitting the form?
There’s no built-in way to do that, but if you’re comfortable with some custom coding, you can customize this code snippet to redirect to another page after job submission.
Also, I want to ask if it is possible to add several administrators (HR specialists) to the system with limited permissions?
You can add as many admin users as you want, but limiting their permissions would require some customization of user roles/capabilities. You can read more about user roles in WP Job Manager here: https://wpjobmanager.com/document/getting-started/the-employer-role/
If you need to customize user capabilities you can use a plugin like User Role Editor, but we’re unable to provide support for that.