dstrig
Forum Replies Created
-
Forum: Plugins
In reply to: [JobBoardWP - Job Board Listings and Submissions] “Apply For Job” buttonGot it – key was Plugins > Plugin File Editor, job > footer.php has code that basically says
If $contact is email address, then “To apply, email details to $contact”, else “To apply, please visit $contact”
where $contact is what’s entered into the Application contact field in a job’s Job Data section. What’s weird is on all the problem jobs, this was already set to an email address – but changing it to a url, save/preview, then back to an email seems to fix it.
Forum: Plugins
In reply to: [JobBoardWP - Job Board Listings and Submissions] “Apply For Job” buttonThank you for the reply. Sorry I’m such a wp newb but do I edit theme/child-theme via Theme Panel in the admin console? I didn’t use Loco or Polylang, if I remember right, I just directly edited the html somewhere.
From view source, I know I have to change the one line indicated below, I just can’t find how I changed it.
<div class="jb-job-footer"> <div class="jb-job-footer-row"> <div class="jb-job-apply-wrapper"> <input type="button" class="jb-button jb-job-apply" value="Apply for job" /> <div class="jb-job-apply-description"> <p> <!-- I'M SURE THE LINE BELOW IS THE ONLY THING I CHANGED --> To apply for this job <strong>email your details to</strong> <a href="mailto:[email protected]?subject=Application via 2nd shift – CNC Milling Machine Operator – A job on https://knifemaker.com">[email protected]</a>. </p> <a href="javascript:void(0);" class="jb-job-apply-hide">Cancel</a> </div> </div> <div class="jb-job-after-apply-wrapper"> </div> </div> </div>