I forgot to note, I did try a css code I found here in the forum but that did not work as well.
Please post the url of your site.
Thank for you for the quick response: https://vetmedcareers.com
I should note when I click the text “Save to Account”, it checks the squarebox 🙂
Thanks!
Hi Lorro
I noticed you posted a job in the marketplace.vetmedcareers.com – that is not the site with the issue.
The site is https://vetmedcareers.com/ you will need to register as an employer and post a fake job to take you to the “checkbox issue”
or if you have private way of getting you my admin/test account, I will be happy to give to you so we can resolve this issue.
Thanks!
1. The “Save to Account” checkbox is not the “Terms and Conditions” checkbox. The T&C checkbox is hidden by your theme for some reason.
Try this custom css:
.wp-jobhunt p.wc-terms-and-conditions {
margin-bottom:0;
}
.woocommerce form .form-row .wc-terms-and-conditions input[type="checkbox"] {
display:block;
}
.wc-terms-and-conditions span {
margin-left:20px;
float:left;
}
.wc-terms-and-conditions span.required {
margin-left:6px;
}
.form-row.place-order input[type="submit"] {
display:block;
margin-top:-10px;
}
Custom css can be entered at:
Dashboard > Appearance > Customise > Additional CSS
Come back if it doesn’t work for you.
2. Sorry, I can’t help with this. Can your theme vendor’s support service help? Or maybe post it on this forum as a single question.
It was difficult getting to the right site and finding a product to buy! Please delete my test accounts.
Hi Lorro
That’s because this is a job board that uses woocommerce. We sell job postings and not products. Hope that helps!
Thanks
Hey Lorro!
That code actually worked! Now – do you have a code to remove the checkbox that is next to the “Save Account” (the original issue)? That requires a “click” as well so now employers would have to click each checkbox to submit their order. Just need the one 🙂
Thanks!
Never mind. Problem fixed. Appreciate you looking into.