Elizabeth (a11n)
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] checkbox colorHi there,
Thanks for reaching out!
I tried to view the page you need help with, but it is password-protected. Could you please provide a link to an unprotected page or remove the password protection?
Thanks!Forum: Plugins
In reply to: [WP Job Manager] Adding multiple locationsHi there,
Thanks for reaching out!We have an open request for this here, and I’ve added you to the list of users requesting it: https://github.com/Automattic/WP-Job-Manager/issues/890
However, I can’t provide an estimated time for when or if the developers will address it. There have been some attempts to address it, as seen in the thread above, including creating an addon for the Listify theme. This might provide some insight into the issue and potential solutions.Forum: Plugins
In reply to: [WP Job Manager] CVE Reported by WP Engine.Thank you for bringing this to our attention. We’re not currently aware of any issues with this?
2.2.2
?version, but we want to ensure your report isn’t a false positive.Could you please provide us with more details about the problem? If you can obtain any extra logs or reports from the host (WP Engine), we would find that very helpful. You can contact us here:?https://wpjobmanager.com/contact/
In case you have purchased any of our paid add-ons, kindly use the form on this page: https://wpjobmanager.com/support/
Please also include the link to this Forum thread in your message so we know the origin of your report. We appreciate your help in advance!
Forum: Plugins
In reply to: [WP Job Manager] Google Maps API Key is not workingHi there,
Did your site previously display a list of possible locations when users entered a location? WP Job Manager utilizes the Google Maps API to provide structured data, enhancing integration with Google Job Search and enabling third-party themes/plugins to showcase listings on a map.If your site previously featured a list of potential locations upon entering a location, it might have been functionality of your theme or another plugin. on your site.
By inputting your Google Maps API Key, WP Job Manager retrieves location information from Google Maps based on the data entered into the location field when a job is submitted.
You can refer to these links to determine if geolocation is functioning correctly and to review what is saved as geolocation data in WP Job Manager.
https://wpjobmanager.com/document/advanced-usage/geocoding-with-googles-maps-api/Forum: Plugins
In reply to: [WP Job Manager] Google not crawling salary in google job searchHello,
I am sorry to hear that you are still experiencing the same issue.To ensure Google picks up your salary data for your listings, you’ll need to add the following code (edit currency and unitText accordingly) to your functions.php file, you can also add it using the Code Snippet plugin:
<?php // Add Google structured data add_filter( 'wpjm_get_job_listing_structured_data', 'add_basesalary_data'); function add_basesalary_data( $data ) { global $post; $data['baseSalary'] = []; $data['baseSalary']['@type'] = 'MonetaryAmount'; $data['baseSalary']['currency'] = 'USD'; $data['baseSalary']['value'] = []; $data['baseSalary']['value']['@type'] = 'QuantitativeValue'; $data['baseSalary']['value']['value'] = get_post_meta( $post->ID, '_job_salary', true ); $data['baseSalary']['value']['unitText'] = 'YEAR'; return $data; }
For more understanding of how this works, please take a look at our documentation page here: https://wpjobmanager.com/document/developer-reference/code-snippets/tutorial-adding-a-salary-field-for-jobs/#adding-salary-to-google-structured-data
Please let me know if it works to resolve your issue.- This reply was modified 12 months ago by Elizabeth (a11n).
Forum: Plugins
In reply to: [WP Job Manager] Jobs Listing Does Not DisplayHello,
Thank you for reaching out.
We’re pleased to hear that the troubleshooting guide provided in the documentation was instrumental in resolving the issue.
Feel free to reach out if you have more questions.Forum: Plugins
In reply to: [WP Job Manager] Permalink job listingThere’s a possibility that your theme or one of your plugins is conflicting.
The initial step in troubleshooting involves deactivating all custom CSS modifications to your website and disabling any third-party plugins installed.
If the issue persists after disabling CSS and third-party plugins, consider switching your theme to a default WordPress theme such as Twenty Twenty-Four.
Health Check is a valuable tool for debugging in such scenarios. It requires an official default theme like Twenty Twenty-Four. On the troubleshooting tab, you can disable all plugins except for WP Job Manager and temporarily change the theme, all while logged in to that session, without impacting regular visitors to your site.
Let me know how that goes!Forum: Plugins
In reply to: [WP Job Manager] Admin notifications not being sentHi there,
I have noticed that admin notices for New Listings, Updated Listings, and Expiring Job Listings have stopped sending.
I just confirmed that I can receive admin email notifications in plain text format when a new job is posted.
If you find these emails are not being received by the intended recipients, there are several possible?reasons which are clearly explained in our documentation – Emails not being sent/received.
If it’s still not working after that, there may be something else installed on the site that’s causing problems. The best way to find out if something is interfering is to test for a theme or plugin conflict. You can do that by following these steps:
1. Temporarily deactivate all plugins except Jetpack, and [clear your browser’s cache](https://wordpress.com/support/browser-issues/#browser-cache).
2. Then, try?creating a new listing?again. If?you receive admin email notification, then you know another plugin is conflicting here.?
3. You can reactivate plugins one by one, checking after each one to discover which plugin is causing the problem.
4. You can leave that plugin deactivated and/or contact whoever makes that plugin for help resolving the issue it’s causing.
I hope that helps!Forum: Plugins
In reply to: [WP Job Manager] Listing Expiry Date Field IssueHi there,
This is a?known bug?and we are working on a fix for this. Once it is fixed, it will be released with a future version. Unfortunately, I am unable to state exactly when that will be.Forum: Plugins
In reply to: [WP Job Manager] Google not crawling salary in google job searchHi there,
Firstly, ensure that you have added the Google Maps API to your website and that geocoding is functioning correctly. You can verify this by referring to our documentation here: link to documentation on geocoding with Google Maps API.
Secondly, make sure that you have enabled the salary field. The Salary field is an optional feature that can be activated under Job Listings > Settings > Job Listings. Enabling this feature allows users to include a salary when submitting a job.
Additionally, please use the Google Search Console to inspect your site’s structured data for any potential issues. If you use Google’s Search Console tool, you may receive notifications about errors or warnings associated with your job listings. Visit our documentation page on resolving structured data issues for guidance.
Forum: Plugins
In reply to: [WP Job Manager] Elementor Post LoopHello Dan,
The Job Listing post type “job_listing” adheres to the standard format for creating a custom post type and should be publicly accessible to any custom code for querying.
Here is a link to the GitHub file if you’d like to share it with the Elementor team.
Please note, as you correctly mentioned, that we are unable to assist with ensuring that jobs are listed in the Elementor Post Loop widget as this falls outside our support scope.
- This reply was modified 1 year ago by Elizabeth (a11n).
Forum: Plugins
In reply to: [WP Job Manager] Job listing URL/breadcrumbHi there,
WP Job Manager does not include a breadcrumb feature, as you rightly stated.WP Job Manager creates a custom post type (CPT) called
job_listing
to handle job listings on your WordPress site. Each job listing is essentially a single post of this custom post type.You may need to consult the theme documentation or contact the Kadence theme support team for guidance on how to customize the breadcrumb settings or template files effectively.
Forum: Plugins
In reply to: [WP Job Manager] Company information viewing/editingHi there,
Currently, the jobs shortcode has a limited set of attributes available for customizing job results. However, since a job is a custom post type, it’s feasible to craft a custom shortcode to meet your requirements.Forum: Plugins
In reply to: [WP Job Manager] Open Street map or another geolocation providerHi there,
Currently, we only officially support Geocoding from Google’s Maps API.Forum: Plugins
In reply to: [WP Job Manager] Better Messages Integration listed at WP Job Manager websiteHello,
Thank you for reaching out!
We appreciate your interest in having your plugin on our website’s 3rd party integrations list. However, I want to clarify that the plugins listed on our website are specifically extensions designed for WP Job Manager itself rather than integrations with other plugins.
While we may not be able to list it on our site, we value the integration and its potential benefits for our users.
If there’s anything else we can assist you with, please feel free to let us know.