Dan (a11n)
Forum Replies Created
-
Forum: Plugins
In reply to: [Registered Users Only] abandoned?Hi @istok – It’s not abandoned, we’ll get it updated asap. Thanks for the nudge.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingIt sounds like those buttons/icons were part of your theme rather than part of WP Job Manager itself, so if you did want to troubleshoot further, you’d need to get in touch with the theme author for advice.
Forum: Plugins
In reply to: [WP Job Manager] error loading jobs listingHi @igoramatuzzi – As @braehler mentioned, there could be another plugin conflicting with the script that displays the job list.
Could you try these steps to temporarily disable all plugins and revert to a default theme?
- Install Health Check plugin on your site
- Download and install Twenty Twenty-Three on your site if not installed already
- Go to Installed Plugins. Click Troubleshoot on WP Job Manager
- Try to reproduce the issue
- Once you are done, go back to wp-admin and disable troubleshooting mode through the top bar.
Let us know how it goes.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingHi @douxdolci – From what you’ve said it seems likely to be a theme related issue. Could you temporarily switch to a default theme such as Twenty Twenty Four and see if that makes a difference? If the issue only occurs with a specific theme, then I’d suggest contacting the theme authors for further advice.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingCould you please confirm:
- What version of WP Job Manager are you running?
- Are the icons missing on the frontend, backend, or both?
- Can you check your browser’s developer console (F12 → Console tab) for any errors related to fonts?
In the meantime, please try updating to the latest version of the plugin and clearing all caches (browser + any caching plugins).
If you can share your site URL that may also help us advise further. Thanks!
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingHi @douxdolci (sorry for posting the wrong link above, that should have been Dashicons).
However, the image you shared doesn’t look like the default Job Dashboard. Are you using a custom theme that adds those quick links perhaps? If so, I’d suggest contacting the theme author for advice on those icons.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingWP Job Manager uses Dashicons for its dashboard icons. Which icons specifically are you missing? Could you share a screenshot so we can advise further?
- This reply was modified 3 months, 1 week ago by Steven Stern (sterndata). Reason: removed incorrect link for dashicons
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Maps not showingHi @charlwoww – To troubleshoot this, we really need to see whether geolocation data is being added or not.
While you determined that the theme isn’t causing the issue, it may be your theme (or another plugin) that is hiding the Custom Fields option. Can you try switching themes temporarily and see if that reveals the option? If not, I’d suggest deactivating all other plugins to check for a conflict.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Maps not showingHi @charlwoww – To view Custom Fields, please click the ‘Screen Options’ tab at the top right of the page, and make sure the ‘Custom Fields’ option is checked.
If you still find that some listings are showing maps and others are not, try editing the listing and changing the location and resaving, and see if that populates the geolocation custom fields.
Forum: Plugins
In reply to: [WP Job Manager] Google Map Geocoding API referrer restriction issue.@andrewza Thanks for sharing!
Forum: Plugins
In reply to: [Regenerate Thumbnails] Plugin is stuck on ‘Loading…’Hi @amyezekiel
Could you open your web console (F12) and see if there’s a JavaScript error when the loading indicator comes on? You can also check the network tab to see if any URL is loaded when you regenerate thumbnails.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Maps not showingHi @charlwoww – We can’t log in to your site for security reasons.
Please refer to our geocoding documentation to verify whether Geocoding is working correctly on your site:
https://wpjobmanager.com/document/advanced-usage/geocoding-with-googles-maps-api/
Forum: Plugins
In reply to: [Regenerate Thumbnails] Last 24hHi @saguya
Thanks for your suggestion regarding refreshing only images from the last 24 hours. At this time, the plugin does not support this functionality and there isn’t a built-in option to selectively refresh images based on date. Since the plugin is not currently in active development, implementing such a feature would likely require custom code or a developer to create a custom solution. If you need targeted image refreshing, you might want to explore writing a custom script or hiring a developer familiar with WordPress media handling.
Forum: Plugins
In reply to: [WP Job Manager] _job_title _job_description Post Meta table issues@zerogravity Thanks for the update. Custom code is also beyond the scope of our support, but please feel free to share your solution here if you figure it out, in case other users are looking for a similar solution in future. Thanks!
Forum: Plugins
In reply to: [Regenerate Thumbnails] Plugin is stuck on ‘Loading…’Hi @amyezekiel – Can you check the following?
- File Permissions: Ensure the directory
wp-content/uploadsand its subfolders have correct write permissions, usually755or775. - Theme Conflict: Though you’ve tested with other plugins deactivated, also try switching to a default theme (like Twenty Twenty-Four) to rule out your theme as the cause.
- PHP GD Library: This library is required for image processing. Make sure it’s installed and enabled on your server.
- Debugging: Enable WordPress debugging by adding
define('WP_DEBUG', true);towp-config.php, then retry and observe if any errors are printed. This may provide more specific clues as to what is causing the failure.