This page contains solutions for general questions
<div class="row tm-appo-form tm-break-colum-992"> <div class="col-md-6 col-sm-6 col-xs-12 vc_column_container"> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-user"></i>[text* your-name placeholder "CLINTE NAME"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-phone"></i>[text* your-phone placeholder "PHONE NUMBER"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-mail"></i>[email* your-email placeholder "E-MAIL"] </div> </div> <div class="col-md-6 col-sm-6 col-xs-12 vc_column_container"> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-pen"></i>[textarea your-message placeholder "YOUR MESSAGE"] </div> <div class="tm-appo-submit"> [submit "appointment"] </div> [response] </div> </div>
<div class="row tm-appo-form tm-appo-form-new"> <div class="col-xs-12"> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-user"></i>[text* your-name placeholder "CLINTE NAME"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-phone"></i>[text* your-phone placeholder "PHONE NUMBER"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-mail"></i>[email* your-email placeholder "E-MAIL"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-pen"></i>[textarea your-message placeholder "CASE DETAILS"] </div> <div class="tm-appo-submit"> [submit "appointment"] </div> [response] </div> </div>
<div class="row"> <div class="col-md-6">[text* firstname placeholder "First Name"]</div> <div class="col-md-6">[text* lastname placeholder "Last Name"]</div> </div> <div class="row"> <div class="col-md-6">[text* emailaddress placeholder "Email Address"]</div> <div class="col-md-6">[text* phone placeholder "Phone Number"]</div> </div> <div class="row"> <div class="col-md-6">[date* date class:hasDatepicker placeholder "dd/mm/yyyy"]</div> <div class="col-md-6"><div class="selectstyle">[select* person "Male" "Female" "Child"]</div></div> </div> <div class="row"> <div class="col-md-12">[textarea* message 20x5 placeholder "Message"]</div> </div> <div class="row"> <div class="col-md-12"><center>[submit class:appointment-submit "Appointment"]</center></div> </div> <script> jQuery( document ).ready(function($) { var disabledDays = [0, 6]; jQuery('.hasDatepicker').attr('type','text'); jQuery('.hasDatepicker').datepicker({ language: 'en', minDate: new Date(), dateFormat: 'dd/mm/yyyy', onRenderCell: function (date, cellType) { if (cellType == 'day') { var day = date.getDay(), isDisabled = disabledDays.indexOf(day) != -1; return { disabled: isDisabled } } }, onSelect: function onSelect(fd, date) { var myDatepicker = jQuery('.hasDatepicker').datepicker().data('datepicker'); myDatepicker.hide(); } }); }); </script>
class:hasDatepicker
and add Custom JavaScript to make the datepicker work. If you do not want to use this datepicker then just remove the custom css class and JS code and the default browser datepicker will show. For all options of Air Datepicker library you can read there documentation on this link.<p> [text* your-name placeholder "Your Name"] </p> <p> [email* your-email placeholder "Your Email"] </p> <p> [textarea your-message placeholder "Your Message"] </p> <p>[submit "Send"]</p>
<div class="row tm-appo-form tm-appo-form-new"> <div class="col-xs-12"> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-user"></i>[text* your-name placeholder "CLINTE NAME"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-phone"></i>[text* your-phone placeholder "PHONE NUMBER"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-mail"></i>[email* your-email placeholder "E-MAIL"] </div> <div class="field-group"> <i class="vc_icon_element-icon vc_li vc_li-pen"></i>[textarea your-message placeholder "CASE DETAILS"] </div> <div class="tm-appo-submit"> [submit "appointment"] </div> [response] </div> </div>
If you haven't installed the Envato Market Plugin on your site Click here to know how to install this plugin on your site.
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) :
You can follow steps given below:
Admin > Plugins
section.Admin > Appearance > Theme Options > Menu Settings
section. Just go to this section and select window size (or set pixel) under "Responsive Menu Breakpoint" option. See screenshot below:
- Manually installing the plugin (if you don't get message to install the plugin in admin section):
You can install the Envato Market Plugin manually. Just click here to download plugin and install it via regular plugin installation process. There is also another way to install the plugin. After activation, just configure the plugin to make it work.
- Auto installing the plugin (if you get message to install the plugin in admin section):
tm-sbox-title-skincolor
to the ThemeMount Service Box. See screenshot below. tm-sbox-bg-skincolor
to the ThemeMount Service Box. See screenshot below. tm-heading-history
to the ThemeMount Service Box. See screenshot below. NOTE: This will be available from our next version DigitalLaw v2.4+
To have same style sa on Practice Area category menu, you just need to add a class in it. Here are steps:
tm-categorymenu
class in the "CSS Classes" box. (Make sure you created menu from Appearance > Menus section and selected here) See screenshot below.