Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dstrig

    (@dstrig)

    Got 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.

    Thread Starter dstrig

    (@dstrig)

    Thank 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>
Viewing 2 replies - 1 through 2 (of 2 total)