This page contains solutions for general questions
Sample code for make a Contact Form used on HomePage 3 & ContactUs page of Presentup demo site.
<div class="tm-contactform tm-commonform"> <div class="row"> <div class="col-xs-12 col-xs-6"> <div class="field-group"><i class="ti-user"></i>[text* your-name placeholder "Your Name"]</div> </div> <div class="col-xs-12 col-xs-6"> <div class="field-group"><i class="ti-mobile"></i>[text* your-phone placeholder "Cell Phone"]</div> </div> <div class="col-xs-12 col-xs-6"> <div class="field-group"><i class="ti-email"></i>[email* your-email placeholder "Email"]</div> </div> <div class="col-xs-12 col-xs-6"> <div class="field-group"><i class="ti-location-pin"></i>[text* your-vanue placeholder "Vanue"]</div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-12"> <div class="field-group"><i class="ti-comment"></i>[textarea* message placeholder "Message"]</div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-12 tm-book-submitbt">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-style-flat class:tm-vc_btn3-size-md class:tm-vc_btn3-color-skincolor "Make a Reservation"]</div> </div> </div>
Sample code for Contact Me Form used on Single Team Member page of Presentup demo site.
<div class="tm-contactform tm-commonform"> <div class="row"> <div class="col-xs-12 col-xs-6"><div class="field-group">[text* your-name placeholder "Name"]</div></div> <div class="col-xs-12 col-xs-6"><div class="field-group">[email* your-email placeholder "Email"]</div></div> <div class="col-xs-12 col-xs-6"><div class="field-group">[text* your-website placeholder "Website"]</div></div> </div> <div class="row"> <div class="col-xs-12 col-sm-12"><div class="field-group">[textarea* your-message placeholder "Message"]</div></div> </div> <div class="row"> <div class="col-xs-12 col-sm-12 tm-book-submitbt">[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-size-md class:tm-vc_btn3-color-skincolor "Submit"]</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 > Presentup 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"> <input type="email" name="EMAIL" placeholder="Your email address.. required /> <input type="submit" value="Subscribe now" /> </div>
Like this:
tm_prettyphoto
to the Icon Element. See screenshot below.