annezazu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] 404 errors for all translated jobsHey there,
Can you send me a link to where this is happening? I can take a further look. I’d also recommend reaching out to WPML about this as it’s likely due to a problem on their end if your permalinks were changed.
I’d also try heading to Settings > Permalinks to regenerate an .htaccess file for your site.
Best,
Anne
Forum: Plugins
In reply to: [WP Job Manager] Used Recaptcha Tutorial, But Not Working?Hey there,
Thanks for reaching out and for loving our plugin. Those code snippets are provided as a courtesy, but they are considered customization, so they are not within the scope of our support:
https://wpjobmanager.com/support-policy/
If you do have any other questions though, please do reach back out.
Best,
Anne
Forum: Plugins
In reply to: [WP Job Manager] ONE PAGE for ALL SHORTCODES!Hey there,
We don’t offer this level of customization at this time:
https://wpjobmanager.com/support-policy/
If you’d like, you can submit a report here for us to review at a later time:
https://github.com/Automattic/wp-job-manager/
Best,
Anne
Forum: Plugins
In reply to: [WP Job Manager] Change the resume description h2Hey there,
Can you send me a link to the page where this is happening? Are you trying to change the text description or change the text appearance (font size, color, etc.)?
Best,
Anne
Forum: Plugins
In reply to: [WP Job Manager] Jobs shortcode error – no google maps APIHey there,
This is due to a change on Google’s end with their API:
https://developers.google.com/maps/pricing-and-plans/standard-plan-2016-update
This has been reported on our end and we’re working on creating a fix for this.
Forum: Plugins
In reply to: [WP Job Manager] Can i install only Resume Manager plugin?Hey there,
You can install this plugin but you will need the main WP Job Manager plugin installed as well in order to use it. Otherwise, you will get this error:
https://cloudup.com/cTY0zGDRB5w
Let me know if you have any other questions that I can help answer!
Anne
Forum: Plugins
In reply to: [WP Job Manager] How can I show the number of jobs posted in each category?Hey there,
To show how many jobs in each category, you can use the function:
https://codex.www.ads-software.com/Function_Reference/wp_count_posts
For the actual category, you can use https://codex.www.ads-software.com/Function_Reference/get_term and then echo the ->count property
Let me know if you need further help!
Best,
Anne
Forum: Plugins
In reply to: [WP Job Manager] Logo font size not showing up rightHey there,
I had a chance to check out your site! Before moving forward, I wanted to check to see if you still needed any help. Based on your responses, it sounds like you may be good to go. Let me know if not.
Best,
Anne
Forum: Plugins
In reply to: [WP Job Manager] Different colors for active expired filledHey Richard,
If you can send me a link to your site, I can try to provide some custom CSS for you to use. Otherwise, I would try out that plugin as it is one of our official 3rd party add ons ?? We don’t provide support for our 3rd party plugins though so you’ll need to contact the plugin authors if you run into any problems:
https://www.ads-software.com/support/plugin/wp-job-manager-colors
Best,
Anne
Forum: Plugins
In reply to: [WP Job Manager] Show results in the search pageHey there,
Are you trying to list certain jobs on a single page? If so, please try using the Job Tags add on:
https://wpjobmanager.com/document/job-tags/
You can tag jobs and then display jobs with the same tag using a simple shortcode.
Forum: Plugins
In reply to: [WP Job Manager] Featured ImageHey David,
Can you send me a link to your website as well as the job you were trying to share on Facebook? It sounds like your theme cannot generate the correct og:image tag for Facebook which is causing a random image to be used. On your end, you can also run the job listing through Facebook’s open graph debugger:
https://developers.facebook.com/tools/debug
You can also try adding this to your theme’s functions.php file to enable featured images for the post type:
https://gist.github.com/mikejolley/839ed3b02df58f7fce2d
This will allow you to set the featured image that shared via Facebook.
Hope this helps!
Forum: Plugins
In reply to: [WP Job Manager] job is listing even after expiry date passedHey there,
Can you send me a link to the page where your job is listed? In terms of the expiration date issue, a job expiring just means that the apply button is hidden. 30 days after the expiration date has passed, the job will be completely removed if the default setting is in place.
Can you check your settings to see if you have the default number of days in place under the Job Listings > Settings > Job Submission tab? Here’s a screenshot:
If you want to delete the expired job entirely, let me know and I can provide instructions to do so.