When a job post has no image (company logo) attached, the result is a broken image icon. I’m hoping to have a simple image be a default stand-in in the case that a user does not upload a logo.
Many thanks,
M
https://www.ads-software.com/plugins/wp-job-manager/
]]>I’ve set up a jobboard system with the ‘Jobpress theme’.
But, when someone applies for a job, people get to send an empty email.
With other words, the ‘Apply’ button is a php mailto link.
I want to change this, but don’t know to what and how exactly. I want to offer visitors some sort of basic ‘structure’, some basic information they have to provide like name, telephone number and CV (as an attachment or upload).
I’ve considered two options:
> Somehow putting more information in this ‘mailto link’, some body text. But I haven’t been able to find much except how to add a subject which is already there. Besides, I’m a leek when it comes to writing php.
> Making the Apply-button link towards a form. However, the Apply-button is an ‘universal link’, no matter the vacancy. So I can make all the vacancies forward towards one universal form, but when the forms will be send as an email the subject will be all the same, making it unneeded difficult for the recruitment department.
Any ideas?
Thanks in advance!
]]>in jobpress, when a member send a new job, by default, the job lists as draft in jobs list. so admins should go there and publish it. that’s ok.
the problem is here: how admin will inform that there is a new pending job in website? there is no email notification for admin. i wanna add this feature to my web site.
would you guys please help me to fix this?
]]>On the job form page there should be a drop down mneu with a list of job categories. But the only option was 0″= value 8″.
https://www.hohound.co.uk/jobs/?poststeps=1
Me not being technically minded thought I could solve the problem but as you can see from the link above I’ve managed to mess it right up.
Does anyone have any idea of the code I need to put in to make the dropdown menu for the job categories?
Cheers
R
]]>I’m using a theme that calls the mail() function to email it’s users after a successful post. The installation is hosted at hostgator with limits the use of mail() so I’m using this plugin for smtp https://www.ads-software.com/extend/plugins/hgk-smtp/.
Changed the mail() call to wp_mail() and it’s still not working. I’ve only been able to locate one instance of the call in the template files.
<?php
if ( get_option('successmail') == "Enable" && get_option('publish') == "On" ) {
$subject = get_option('mailsubject');
$name = $_POST['address_name'];
$name = str_replace("+", " ", $name);
$websitename = get_bloginfo('name');
$message = get_option('mailcontent');
$message = str_replace("[buyer_name]", "$name", $message);
$message = str_replace("[website_name]", "$websitename", $message);
wp_mail($mail, $subject, $message); }
?>
The installation is here: Template
Reference another thread about same theme here: https://www.ads-software.com/support/topic/206428
Where else would I need to change the mail() function? In any of the wordpress template files?
Thanks in advance
]]>Cna help me to find it. I can pay for custom creation.
]]>