This page contains solutions for general questions
Sample code for Appointment Form used on Home 2 of Labpeak demo site.
<div class="tm-commonform tm-appointment-form"> <div class="row"> <div class="col-md-6">[text* your-name placeholder "Your Name*"]</div> <div class="col-md-6">[text your-phone placeholder "Phone Number"]</div> </div> <div class="row"> <div class="col-md-6">[email* your-email placeholder "Your Email*"]</div> <div class="col-md-6">[text* your-subject placeholder "Subject"]</div> </div> <div class="row"> <div class="col-md-12">[textarea* your-message 40x5 placeholder "Message"]</div> </div> <div class="row"> <div class="col-md-12">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-style-flat class:tm-vc_btn3-shape-rounded class:tm-vc_btn3-color-skincolor class:tm-btn-fullwidth "Get An Appointment!"][response]</div> </div> </div>
Sample code for Send Message Form used on Contact Us of Labpeak demo site.
<div class="tm-commonform tm-getin-touch-form"> <div class="row"> <div class="col-md-6">[text* your-name placeholder "Your Name*"]</div> <div class="col-md-6">[text your-phone placeholder "Your Phone*"]</div> </div> <div class="row"> <div class="col-md-6">[email* your-email placeholder "Your Email*"]</div> <div class="col-md-6">[text* your-subject placeholder "Website URL"]</div> </div> <div class="row"> <div class="col-md-12">[textarea* your-message 40x4 placeholder "Message"]</div> </div> <div class="row"> <div class="col-md-12 tm-center-text">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-style-flat class:tm-vc_btn3-shape-rounded class:tm-vc_btn3-color-skincolor class:tm-btn-fullwidth "Send Message"][response]</div> </div> </div>
Sample code for Send Message Form used on FAQ of Labpeak demo site.
<div class="tm-commonform tm-appointment-form"> <div class="row"> <div class="col-md-6">[text* your-name placeholder "Your Name*"]</div> <div class="col-md-6">[text your-phone placeholder "Phone Number"]</div> </div> <div class="row"> <div class="col-md-6">[email* your-email placeholder "Your Email*"]</div> <div class="col-md-6">[text* your-subject placeholder "Subject"]</div> </div> <div class="row"> <div class="col-md-12">[textarea* your-message 40x5 placeholder "Message"]</div> </div> <div class="row"> <div class="col-md-12">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-style-flat class:tm-vc_btn3-shape-rounded class:tm-vc_btn3-color-skincolor class:tm-btn-fullwidth "Send Message"][response]</div> </div> </div>
Here are steps to disable comments from existing pages:
Here are steps to disable comments from new pages (so comments would be disabled on new pages too) :
Admin > Labpeak Options > Menu Settings
section. Just go to this section and select window size (or set pixel) under "Responsive Menu Breakpoint" option. See screenshot below: Now go to Admin > MailChip for WP > Forms section and paste this code:
<div class="mailchimp-inputbox"> <p> <input type="email" name="EMAIL" placeholder="Enter Your Email Address..." required="" /></p> <button class="btn" type="submit"> <i class=" tm-labpeak-icon-mail"></i>Subscribe Now! </button> </div>
Like this:
tm-servicebox-hoverstyle
in the Main Row. See screenshot below.
tm-oddeven-blogstyle
in the Themetechmount Blogbox Element. See screenshot below.