Hi @heh26,
Sorry that you ran into issues here!
You can edit the layout of the HTML for the detail and list view of the ads under Classified Admin > Settings > Display tab. Under there, the Layout and Presentation sub-section has the HTML you’ll want to change there.
Please try that and let me know if you run into more issues.
Thread Starter
heh26
(@heh26)
I mean the code that does not appear, I do not see it, in the section given. I would like it not to appear on the mentioned page. In other words, I do not want to allow the user to send my CV and apply for the position. He only has to read the offer and contact by phone.
<form class="jobpost-form" id="sjb-application-form" name="c-assignments-form" enctype="multipart/form-data">
<h3>Aplikuj online</h3>
<div class="row">
<div class="col-md-3"><label for="applicant_resume">Dołącz CV<span class="sjb-required required">*</span></label></div><div class="col-md-9">
<div class="form-group"><div class="file"><span>Nie wybrano pliku</span><div>Wgraj</div><input type="file" name="applicant_resume" id="applicant-resume" class="sjb-attachment form-control " required="required" size="50" style="opacity: 0;"></div><span class="sjb-invalid-attachment validity-note" id="file-error-message"></span></div></div><div class="clearfix"></div> <input type="hidden" name="job_id" value="476">
<input type="hidden" name="action" value="process_applicant_form">
<input type="hidden" name="wp_nonce" value="bbd112dcc2">
<div class="clearfix"></div>
<div class="col-md-12">
<div class="form-group" id="sjb-form-padding-button">
<button class="btn btn-primary app-submit">Aplikuj</button>
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- Start Loader Overlay
================================================== -->
<div class="sjb-loading">
<div class="sjb-overlay">
</div>
<!-- loading image -->
<div class="sjb-loader-wrapper">
<img class="sjb-loader" src="http://www.mierzeja-wislana.eu/wp-content/plugins/simple-job-board/public/images/loader.gif">
</div>
</div>
<!-- ==================================================
End Loader Overlay -->
</form>
https://photos.app.goo.gl/EiJpX3DXCo9Y3k8m9
For now, I managed editing CSS, adding a formula
display: none
Yes, that’s what you’d have to do at this point for certain elements on the page. Some elements are controlled by that template, some are not.