kibus90
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Changing the job slug/permalinkHello,
Which plugin are you using to make translation?
If WPML then you have to go to: WPML -> “Settings” page:
/wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fsettings
Then find: Translation post types (or similar)
Then try to find (Ctrl + F): job_listing
Then find your “Job listings (job_listing) and press: “Set different slug for any language for job listings”
Good lock.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager doesn’t get the listing location infoI saw that map was working 5 minuts ago… What did you brake again? ??
Yes, just fill in the “Location’ field and this should work.
Forum: Plugins
In reply to: [WP Job Manager] Colour of category box in job listing@test484848484
It is depend how you did it….
It is impossible to help you like that, without exapmle. Because every category does have own slug.
And now it is depend how you did add it. If you did like we showed you then you just can add extra CSS:
li.job-category.slug-category{ background:#154fa4; color:#fff }
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager doesn’t get the listing location infoBecause WP Job Manager does not genereting these two fields because of missing Google Map API. Also these fields are stored as custom fields (not as meta data like all rest information in WP Job Manager). ??
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager doesn’t get the listing location infoHi,
Did you fill the Map API also here?
Forum: Plugins
In reply to: [WP Job Manager] Colour of category box in job listingYou can add the templates to your theme. It is not an extra plugin…
Just copy the file from
wp-job-manager/templates/content-single-job_listing-meta.php
in folder your theme (the best option is make child-theme to avoid overwrite it): create a new folder named ‘job_manager’ and then paste here the file ‘content-single-job_listing-meta.php’
Then you can edit this file and in the line 32 you change this:
<li class="job-type <?php echo esc_attr( sanitize_title( $type->slug ) ); ?>"><?php echo esc_html( $type->name ); ?></li>
for this:
<li class="job-category <?php echo get_the_job_category() ? sanitize_title( get_the_job_category()->slug ) : ''; ?>"><?php the_job_category(); ?></li> Or just put next to it...
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager doesn’t get the listing location infoWhat plugin is generating the map?
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager doesn’t get the listing location infoHe @clementmartineau ,
Can you share us the example with links to your webste where do you want to do it?
Forum: Plugins
In reply to: [WP Job Manager] Colour of category box in job listing@tellyboxcasting
Hi, give us the link where you want to change it.Thank you for your fast reply.
I tried but it does not work. I will wate for update ??
Grettings.
Hi @scorepersonal,
You do not have to add a special thank you page.
You have a special information after submit the application. So you can apply the Analytcs Google code to the template named:
“application-submitted.php”
You can add the masure to thank you information.
Forum: Plugins
In reply to: [WP Job Manager] Merge two categories into oneForum: Plugins
In reply to: [WP Job Manager] Merge two categories into oneForum: Plugins
In reply to: [WP Job Manager] Display Jobs As A GridHello @panoramicdesign
Yes, it is possible, but then you neeed to create a custom template for “content-job_listing.php”.
Forum: Plugins
In reply to: [WP Job Manager] Justify text@ady66
Hi,Give us the example of website where do you want to set it. We do not know what do you mean…