taste-and-see
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Changes to Showing jobs filterAh yes – that works perfectly! I only know basic code so thank you very much for your help. Turned out to be far simpler to use than I thought anyway.
Forum: Plugins
In reply to: [WP Job Manager] Changes to Showing jobs filterThanks it works good but unfortunately it doesn’t change when I deselect other job types and keeps saying “Showing all opportunities” which isn’t true.
For instance when I have internships only selected it should then say “Showing all internship opportunities”.
https://world-outreach.com/current-opportunities/
Is this beyond what the plugin can do?
Forum: Plugins
In reply to: [WP Job Manager] Changes to Showing jobs filterThanks that is a really useful plugin!
The only problem is that I’m struggling to find the string in order to change it. It’s probably really basic but I’m not sure which job manager file I should find it in… I’ve been looking through quite a lot.
I didn’t have a template override but I created one and now it’s working!
https://wpjobmanager.com/document/template-overrides/
Thanks a lot for the help!
Sorry can you please explain… where would I find it and how can I get it to work with the plugin?
I simply overrode what was already there. I have added the new code to the job-application.php through the wordpress dashboard. I also opened it up via ftp and it was the same as expected…
The full location is https://world-outreach.com/wp-content/plugins/wp-job-manager/templates/job-application.php
I replaced it with this code as per https://wpjobmanager.com/document/customising-job-application-process/
<?php if ( $apply = get_the_job_application_method() ) :
if ( $apply->type === ‘url’ ) {
$application_href = $apply->url;
} elseif ( $apply->type === ’email’ ) {
$application_href = sprintf( ‘mailto:%1$s%2$s’, $apply->email, ‘?subject=’ . rawurlencode( $apply->subject ) );
}
?>
<div class=”application”>
“><?php _e( ‘Apply for job’, ‘wp-job-manager’ ); ?>
</div>
<?php endif; ?>I also changed it from ‘Apply for job’ to just ‘Apply’. That is all.
The theme is definitely active as I have been using it quite happily for some time now. https://world-outreach.com/current-opportunities/
When I click edit on the plugin the opening file wp-job-manager/wp-job-manager.php is labeled ‘active’ yet every other one I click is labeled ‘inactive’.
I have tried to adjust the file: wp-job-manager/templates/job-application.php
Also as soon as I tried the override I have noticed that it says I need to update the plugin.
I have many that have no twitter cards. For some reason many of the ones tweeted via revive old post aren’t able to be validated by the card validator. Yet because Revive Old Post posts randomly it’s hard to make a comparison with the links that do work.
Here is an example page that doesn’t work:
https://world-outreach.com/raising-leaders/Our twitter account is @worldoutreachin
I tried enabling images in Revive Old Post but this is obviously different to twitter cards which I would prefer.
Thanks
Forum: Themes and Templates
In reply to: [Radiate] Make header Image appear only on home PageI agree. This seems like an obvious thing that many would want. Ideally I would like to be able to change the image for each page with a shorter image on all other pages.