Mike
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Postings] Permanent rename the out of the box OOTB attributesForum: Plugins
In reply to: [Job Postings] icons displayedfixed…
thank you very much…
la la laaaa.. larala la la laa !!!!Forum: Plugins
In reply to: [Job Postings] icons displayedMay I know how can I add styling?
Forum: Plugins
In reply to: [Job Postings] icons displayedWP > Customize> Additional CSS reads like following:
————————————————–
.powered-by-wordpress { display: none; }
.post-meta { display: none; }
.entry-category-inner { display: none; }h1.entry-title, h2.entry-title {
font-size: 5rem;
}
.entry-content {
font-family: sans-serif !important;
}
body.custom-background.jobs-template-default{
background-image: none !important;
}
body.jobs-row-input svg {
display: none;
}Forum: Plugins
In reply to: [Job Postings] icons displayed#2 is not resolved yet.
I included this styling to the site:body .jobs-row-input svg {
display: none;
}However the Jobs at https://www.techiebazaar.com.au/current-vacancies/ page still displays icons.
Appreciate if you could please advise further.
Forum: Plugins
In reply to: [Job Postings] Application Formyes,
There is an option for attachments, where your company’s job application form can be uploaded and the candidates can download too.
You may see uploaded files to the posts at
https://www.techiebazaar.com.au/job/delivery-manager/Forum: Plugins
In reply to: [Job Postings] job custom message and Valid ThroughI have the following code on the page to list the vacancies:
[job-postings show_filters=”false” hide_past=”true” order “ASC” orderby=”valid_through” posts_per_page=”10″]Could you please advise can I modify the above code to include the following syntax?
add_filter( ‘jobs/listing_query’, function($args){
$args[‘meta_key’] = ‘position_valid_through’;
$args[‘orderby’] = ‘meta_value’;
return $args;
} );Thank you.
Forum: Plugins
In reply to: [Job Postings] Job Posting Created and FoundAsk the applicant where he see that skeleton posting you had created.
It should not appear unless you placed it on any of the pages of your website.Forum: Plugins
In reply to: [Simple Job Board] Regarding resume attachmentsI have the same issue.
Is there a sample code available?Forum: Plugins
In reply to: [Job Postings] cannot order jobs listing on position_valid_throughI would appreciate if anyone provides any suggestion/advice please.
Thank you.Forum: Plugins
In reply to: [Job Postings] How to list jobs in a different order?Somewhere I read to use the following code:
add_filter( ‘jobs/listing_query’, function($args){
$args[‘orderby’] = ‘valid_through’;
return $args;
} );But I do not know where do I place this code and how to use it?
Forum: Plugins
In reply to: [Job Postings] How to list jobs in a different order?I do not have WP Cache or any other caching plugin.
So how would I disable it?Forum: Plugins
In reply to: [Job Postings] cannot order jobs listing on position_valid_throughOn the Vacancies page, I placed following syntax.
[job-postings show_filters=”false” hide_past=”true” order “ASC” orderby=”valid_through” ]I also changed it to:
[job-postings show_filters=”false” hide_past=”true” order “ASC” orderby=”position_valid_through” ].I changed ASC to DESC…
None of these is making any difference.
The List is displayed in the default order , that is the order of creating jobs.Forum: Plugins
In reply to: [Job Postings] How to list jobs in a different order?I updated wp-config.php file and added
define (‘WP_CACHE’, ‘false’);Still there no ordering on this attribute position_valid_through.
Forum: Plugins
In reply to: [Job Postings] How to list jobs in a different order?using ” ” or " are the same.
I replaced ” with ", but it made no difference.
Hope some techie on this plugin will shed some light.
thank you.