This page contains solutions for general questions
Sample code for Find A Table Form used on Homepage 1 of SeaBreeze demo site.
<div class="tm-commonform tm-findform"> <div class="row"> <div class="col-md-12"><div class="field-group"><i class="tm-skincolor fa fa-user"></i>[select people "1 People" "2 People" "3 People" "4 People" "5 People" "6 People" "7 People" "More"]</div></div> </div> <div class="row"> <div class="col-md-12"><div class="field-group"><i class="tm-skincolor fa fa-calendar"></i>[text* date class:hasDatepicker placeholder "17/4/2018"]</div></div> <div class="col-md-12"><div class="field-group"><i class="tm-skincolor fa fa-clock-o"></i>[text* your-time placeholder "9:00 PM"]</div></div> </div> <div class="tm-btn-class">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-shape-square class:tm-vc_btn3-color-skincolor class:tm-vc_btn3-style-flat "Find A Table"][response]</div> </div>
Sample code for Book A Table Form used on Homepage 3 page of SeaBreeze demo site.
<div class="tm-commonform tm-book-tableform"> <div class="row"> <div class="col-md-4"><div class="field-group"><i class="fa fa-user"></i>[select people "1 People" "2 People" "3 People" "4 People" "5 People" "6 People" "7 People" "More"]</div></div> <div class="col-md-4"><div class="field-group tm-custom-icon"><i class="fa fa-calendar"></i>[text* date class:hasDatepicker placeholder "Date"]</div></div> <div class="col-md-4"><div class="field-group tm-custom-icon"><i class="fa fa-clock-o"></i>[text* your-time placeholder "Time"]</div></div> </div> <div class="row"> <div class="col-md-4"><div class="field-group"><i class="fa fa-user"></i>[text* your-name placeholder "Name"]</div></div> <div class="col-md-4"><div class="field-group"><i class="fa fa-phone"></i>[text* your-phone placeholder "Phone"]</div></div> <div class="col-md-4"><div class="field-group"><i class="fa fa-envelope-o"></i>[email* your-email placeholder "Email"]</div></div> </div> <div class="tm-center-text">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-shape-square class:tm-vc_btn3-style-flat class:tm-vc_btn3-color-black "Book A Table"][response]</div> </div>
Sample code for Faq Submit Form used on FAQ page of SeaBreeze demo site.
<div class="tm-commonform tm-faqform"> <div class="row> <div class="col-md-6"><div class="field-group"><i class="tm-skincolor ti-user"></i>[text* your-name placeholder "Full Name"]</div></div> <div class="col-md-6"><div class="field-group"><i class="tm-skincolor fa fa-phone"></i>[text* your-phone placeholder "Phone Number"]</div></div> </div> <div class="row"> <div class="col-md-12"><div class="field-group"><i class="tm-skincolor ti-email"></i>[email* your-email placeholder "Email Address"]</div></div> </div> <div class="row"> <div class="col-md-12"><div class="field-group"><i class="tm-skincolor ti-pencil"></i>[textarea* your-message 35x5 placeholder "Your Message"]</div></div> </div> <div class="tm-center-text">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-shape-square class:tm-vc_btn3-color-skincolor class:tm-vc_btn3-style-flat "SUBMIT"][response]</div> </div>
Sample code for Send A Message Form used on Contact Us page of SeaBreeze demo site.
<div class="tm-commonform tm-sendmessage-form"> <div class="row"> <div class="col-md-6"><div class="field-group">[text* your-name placeholder "Your Name"]</div></div> <div class="col-md-6"><div class="field-group">[email* your-email placeholder "Email Address"]</div></div> </div> <div class="row"> <div class="col-md-6"><div class="field-group">[text* your-phone placeholder "Phone Number"]</div></div> <div class="col-md-6"><div class="field-group">[text* your-subject placeholder "Subject"]</div></div> </div> <div class="row"> <div class="col-md-12"><div class="field-group">[textarea* message 35x7 placeholder "Write A Messages"]</div></div> </div> <div class="tm-btn-class-contactform">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-shape-square class:tm-vc_btn3-color-skincolor "Send A Message"][response]</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 > SeaBreeze 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"> <i class="fa fa-envelope-o"></i> <input type="email" name="EMAIL" required placeholder="our Email Address.." /> <input type="submit" value="SUBSCRIBE"> </div>
Like this:
tm_prettyphoto
to the Icon Element. See screenshot below.
logo-after-this
class to it. Here is the example view:Note: Please note that the "CSS Classes" option will be hidden by WordPress directly. So if you can't see this "CSS Classes" option, than just go to Admin > Appearance > Menus section. Than click on the "Screen Options" button at top-right corner. Than check the "CSS Classes" checkbox and you will see the "CSS Classes" box to add the class. See screenshot given below for more details: