Hnk

Contents

1. Install Theme and Import Sample Data issue

2. Subscription, Newsletter Form

3. Contact Form settings

1. Install Theme and Import Sample Data issue

* Many issues that you may run into such as; white screen, demo content fails when importing and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:

1 - Please make sure you have done the properly installation order is: install & active theme > install & active plugins > install Sample Data.
2 - Increase your PHP Configuration Limits, bellow is the recommended of PHP Configuration:

** If you have done all but still encounter this issue and your web sever is Nginx. It might be problem of Nginx server configuration has the too low response time. You should increase the timeout to 300 the try to reinstall the sample data.

2. Subscription, Newsletter Form

You installed our HnK or Boo theme with its sample data but haven't got the Subscription, Newsletter forms look like we did in our demo. Read this article, we provide instruction and the form code for you can make it yourself.

1. HNK: Subscribe now to get daily updates form

Go to Admin > MailChimp for WP > Form > and use this code for your form: 

<div class="subscrbe-form">
 <label>Subscribe now to get daily updates </label>
   <div>
       <input type="email" name="EMAIL" placeholder="Your email address" required />
    <input type="submit" value="Sign up" />
   </div> 
</div>

The style of this form has been included in the style.css file, so it will be automatically style up like in our demo

2. BOO: Newsletter form

Please follow these steps to set up the Newsletter form which looks similar to the once in BooStore demo

Boo Newsletter form

#1 Go to Admin MailChimp for WP > Form > and use this code for your form: 

<p>Subscribe to our newsletters now and stay up-to-date with new collections, the latest lookbooks and exclusive offers.</p>
<p>
    <input type="email" name="EMAIL" placeholder="Your email address" required />
<input type="submit" value="Sign up Now" />
</p>

#2 Go to Admin > Plugins > Add new plugin: Widget CSS Classes
#3 Go to Admin > Appearance > Widgets > Content Bottom Widget #2 to add the MailChimp Sign-Up Form widget. Don't for get to add CSS Classes: "widget_mc4wp_widget" for it can have the style like in our demo.


3. Contact Form settings

Sometimes, you make your new the contact form but haven't received the email although you have inputted the correct information. This issue is due to the settings of your contact form.

In order to make the contact form works: you need to match the settings between Form and Mail tab follow this image instruction: