In this user guide you will find all required information to running
Thank you very much for purchasing our theme. If you have any questions, please feel free to email us via contact form here.
AllStore is Html5 + CSS3 responsive template and works fine in all major browsers and IE from version 9. The code is clearly written and you will find comments for each section parts.
You will need some knowledge 'html/css' for understand the code below.
You can use special text editors like 'Notepad++', 'Sublime Text' to edit the code.
All HTML files are located in the root of the site
In 'css' folder contains used template styles and styles of 'jQuery' plugins.
Social Share Links. To generate links you can use special services or manually by changing onclick attribute data on <a></a> tag
<ul class="post-share">
...
<li>
<a
onclick="popUp=window.open('http://twitter.com/home?status=AllStore HTML Template allstore-html.real-web.pro','sharer','scrollbars=yes,width=800,height=400');popUp.focus();return false;"
data-toggle="tooltip"
title="Share on Twitter"
href="javascript:;"
>
<i class="fa fa-twitter"></i>
</a>
</li>
...
</ul>
To change the locate on the map, you will need to determine the coordinates in Google Maps by clicking at a certain point (as shown in the image below),

and then add the coordinates in the file 'contacts.html'.
<div class="allstore-gmap"> <div class="marker" data-zoom="15" data-lat="-37.81485261872975" data-lng="144.95655298233032" data-marker="img/marker.png" > 534-540 Little Bourke St, Melbourne VIC 3000, Australia </div> </div>
In the template all the forms work without reloading pages by AJAX.
You can easily manage the validation fields by the attributes of appropriate tags:
<form action="#" class="form-validate"> <input data-required="text" type="text" placeholder="Name" name="name"> <input data-required="text" type="text" placeholder="Phone" name="phone"> <input data-required="text" data-required-email="email" type="text" placeholder="Email" name="email"> <textarea placeholder="Your message" name="mess"></textarea> <input type="submit" value="Send"> </form>
In the file 'php/email.php' is carried out processing all the forms. You need to put the source files to the server for operability of files 'php'.
Changing the email address is carried out of the recipient by changing value '$to' of the variable in file 'php/emal.php'.
$to = 'youremail@email.com';
In this template available to use 5 types of view modes of products catalog:

With Thumbnails hover carousel


With Thumbnails hover carousel

With Thumbnails hover carousel and with button to showing more information of product

In the elements.html available many elements which ready to use
Also you can add element title and its description
To add element's title you need to add title tag with "component-ttl" class. For center alignment just add extra class "component-ttl-ct" and to use with element's description add "component-ttl-hasdesc" class
To add element's description you need to add paragraph tag with "component-desc" class. For center alignment just add extra class "component-desc-ct"
<h3 class="component-ttl component-ttl-ct component-ttl-hasdesc"><span>Title Block</span></h3> <p class="component-desc component-desc-ct">Explicabo tenetur qui accusamus impedit, nobis, perspiciatis aut</p>
Before you update, it is best practice to always make a backup of your site files.
Download the new template package from your ThemeForest account.
The template is under "html" folder in the package.