This page contains solutions for general questions
Questions List
Q1: How to set Contact Forms alike Demo site ?
A1: You can easily set Contact Form alike form shown on our demo site. Here are list of forms used on our demo site.
Sample code for Get Discount Form used on Homepage 2 of Nutrico demo site.
<div class="tm-commonform tm-discountform">
<div class="row">
<div class="col-md-12"><div class="field-group">[text* your-name placeholder "Name"]</div></div>
</div>
<div class="row">
<div class="col-md-6"><div class="field-group">[email* your-email placeholder "Email"]</div></div>
<div class="col-md-6"><div class="field-group">[select Info "Information" "Diat Chart" "General"]
</div></div>
</div>
<div class="tm-btn-class">[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-shape-round class:tm-vc_btn3-color-white class:tm-vc_btn3-style-outline "GET DISCOUNT"][response]</div>
</div>
Sample code for Send Your Message Form used on Contact Us page of Nutrico demo site.
<div class="tm-commonform tm-contactpage-form">
<div class="row">
<div class="col-md-12">[text* your-name placeholder "Name"]</div>
<div class="col-md-12">[email* your-email placeholder "Email"]</div>
<div class="col-md-12">[text* your-phone placeholder "Phone"]</div>
<div class="col-md-12">[text* your-sub placeholder "Subject"]</div>
<div class="col-md-12">[textarea* your-message 40x5 placeholder "Tell us about your business"]</div>
</div>
<div class="tm-btn-class">
[submit class:tm-vc_general class:tm-vc_btn3 class:tm-vc_btn3-style-flat class:tm-vc_btn3-shape-round class:tm-vc_btn3-color-skincolor "SUBMIT"]
[response]
</div>
</div>
Q2: How to update Nutrico theme?
A2: We are providing regular bug fixes, enhancements and also features to our all buyers. So we are releasing new version frequently. The theme update process is handled by the
Envato Market Plugin plugin.
Click here to know how to setup Envato Market Plugin. You can download the plugin by
clicking here.
Q3: How to disable comments from PAGES (and also other post types) ?
A3: There are two steps to disable comments.
- First, disable comments from existing pages
- Second, disable comments from new pages so comments would be disabled on new pages too.
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) :
Q5: How to set responsive menu breakpoint (from which window size the menu will become responsive) ?
A5: You can set it from
Admin > Nutrico Options > Menu Settings
section. Just go to this section and select window size (or set pixel) under "Responsive Menu Breakpoint" option. See screenshot below:
Q6: How to set MailChip newsletter form?
A6: We are using
MailChimp for WordPress plugin to generate MailChip subscribe form in footer. So first install this plugin. Than follow steps given below:
- First make sure you link your MailChip account with this plugin. Just go to Admin > MailChip for WP plugin settings section and link your account. You just need to copy/paste the API code from your MailChimp account to here and click "Save Changes" button. See screenshot given below:
Now go to Admin > MailChip for WP > Forms section and paste this code:
<p class="newsletter-form">
<input type="email" name="EMAIL" placeholder="Your mail address" />
<input type="submit" value="SUBSCRIBE">
</p>
Like this:
Q8: How to set custom link (e.g. video link) open in lightbox alike display on CTA section in Homepage 2 in Demo Site ?
A8: For this you just need to add an extra class name
tm_prettyphoto
to the Icon Element. See screenshot below.
Q9: How to set link in topbar button alike VIEW SHEDULE button in Topbar ?
A9: This button shortcode is part of Visual Composer Button Element. So you can copy the code generated by Visual Composer plugin directly. So just start to edit a new page and add your shortcode in it. Than set your button link via Visual Composer Button Element. Than go to "Classic Mode" and copy the shortcode an just paste it. Save your changes and it will be done. See screenshot below.
Q10: How to set Icon Box hover effect alike demo on Homepage 2 in Demo site?
A10: For this you just need to add an extra class name
tm-sbox-bordered-style
in the Row. See screenshot below.
Q11: How to solve Nutrico Option look break and dispaly continue scrolling ?
A11: 
When your site install SSL in your site after theme installation than codestar framework CSS & jQuery didn’t get loaded in your site. But you can easily solve this in your site. Just set https in general settings as described in the screenshot below.

If still not solved than Just install and activate
Really Simple SSL plugin your site. Than go to Settings > SSL page and click on Go ahead, activate SSL! button. Than check your Nutrico Options page.
Q12: How to solve Nutrico Option look break and dispaly continue scrolling ?
A12: 
When your site install SSL in your site after theme installation than codestar framework CSS & jQuery didn’t get loaded in your site. But you can easily solve this in your site. Just set https in general settings as described in the screenshot below.

If still not solved than Just install and activate
Really Simple SSL plugin your site. Than go to Settings > SSL page and click on Go ahead, activate SSL! button. Than check your Nutrico Options page.