Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
After extract the main zip file, you'll see these folders and files:
We provide 27 HTML:
All of the information within the main content area is nested within a div with an id of "wrapper". Here is the general structure.
All style.css are put in head tag, put all js files(In addition to jquery.js) before </body>tag.
<div class="wrapper ver1 ver2 ..."> <header id="header" class="..."> ... </header> <!-- /End header --> <div class="content"> ... </div> <!-- End Content --> <footer id="footer" class="..."> ... </footer> <!-- End footer --> </div>
Open a html file with editor, you'll find sidebar in site (*)-sidebar.html:
<div class="content_sidebar ..."> <div class="sidebar_default"> <h3 class="title_default">...</h3> ... </div> <div class="sidebar_default"> <h3 class="title_default">...</h3> ... </div> ... </div>
Change your logo text and link under sidebar section:
<div class="logo">
<a href="#" title="Logo">Jakiro ...</a>
</div>
The Image logo size is limited max with 100% in line 3556 file styles.css
.logo img,.nav-logo img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
max-width: 100%;
height: auto;
}
Edit menu here:
<!--Menu--> <header <!-- header content --> ... <nav class="navigation"> <ul class="menu"> <li class="level-01,..."> <a href="#">...</a> <div class="mega_drop_menu mega_dropdown_shop_v1"> <div class="menu-menu"> <h3 class="title">...</h3> <ul class="block_level2"> <li class="level-02"> <a href="#">...</a> </ul> ... </div> </li> ... </ul> </nav> </header>
Each <li> tag with class 'cssmenu' is a menu item, you could edit the text and link.
<li class="level-01"><a href="#" title="Home">Home</a></li>
If you want to add submenu in Menu item, just insert code in <li>... Table... </li> like this:
<li class="level-01"> <a href="#" title="Pages">Pages</a> <div class="mega_drop_menu"> <ul> <li class="level-02"><a href="#">Plazers</a></li> ... </ul> </div> </li>
Open index.html with editor, footer code is here:
<footer id="footer"> <div class="container"> <div class="footer_top"> ... </div> <div class="footer_bottom"> ... </div> </div> </footer>
The search need backend program.
Find the code:
<div class="class="social""> <a href="#"><span aria-hidden="true" class="social_twitter"/></a> <a href="#"><span aria-hidden="true" class="social_googleplus"/></a> <a href="#"><span aria-hidden="true" class="social_pinterest"/></a> <a href="#"><span aria-hidden="true" class="social_rss"/></a> <a href="#"><span aria-hidden="true" class="social_facebook"/></a> <a href="#"><span aria-hidden="true" class="social_dribbble"/></a> </div>
You could edit the icon and link, check the fontawesome and replce the blue tag:
<span aria-hidden="true" class="social_dribbble"/>
Find the code:
<div class="breadcrumbs"> <ul class="list-unstyled breadcrumb-links"> <li><a href="#"></a>Home</li> <li><a href="#" class="active" > Blog / News</a></li> </ul> </div>
You should put the main content things to the main-content .
<div class="content" > ... </div>
The header is shown on mobile layout only. You coudl set the logo for mobile layout in this wrap.
<header class="fix_heigh_header..."> ... <header>
Product structure is displayed Grid.you can modify this structure.
<div class="item">
<div class="product_wrap">
<a href="#" title="" class="product">
<span class="new"></span>
<div class="product_wrap">
<div class="product-loop-front">
<img src="assets/images/product/img1_product.jpg" alt="" class="img-responsive img_product"/>
</div>
<div class="product-loop-back">
<img src="assets/images/product/img2_product.jpg" alt="" class="img-responsive img_product"/>
</div>
</div>
</a>
<div class="action">
<a href="#" title="">
<span class="quickview">Quick View</span>
</a>
<a href="#" title="">
<span class="wishlist">Wishlist</span>
</a>
</div>
<!-- End Action -->
<div class="caption">
<div class="title_product">
<a href="#" title="">Slim Collarless Blazer In Jersey</a>
</div>
<div class="price">
<span class="price_new">$35</span>
<span class="price_old">$65</span>
</div>
<div class="cart">
<a href="#" title="">Add to cart</a>
</div>
</div>
<!-- End Caption -->
</div>
<!-- End product -->
</div>
<!-- End Item-Product -->
The template is default to show the responsive layout when screen width is less 320px. You could remove the class "responsive-ux" in BODY tag to forbid it.
It is a basic layout. You could make the about page, contact page, portfolio/blog list page by the page template, please refer: contact-us.html. If you want to insert the modules in the template, please make sure the wrap is like:
<body> <header class="fix_heigh_header"> </header> <!-- End header --> <div class="content"> ... </div> <!-- End Content --> <footer id="footer"> </footer> <!-- End footer --> </body>
col-md-12 means width, the template is based on bootstrap 3.x.x. It obeys the bootstrap grid system :
col-md-3 = 1/4 column
col-md-4 = 1/3 column
col-md-6 = 1/2 column
col-md-12 = 1/1 column
(check more)
You could use the fullwidth wrap or Boxed Wrap:
If you want put the content fill to fullwidth of main-wrap, use the fullwidth as the home-01.html
The elements included: H1-H6 font, Capital first letter, Text with icon list and typography with background color
Data-view options are: map, satellite, map_terrain. option value "t" present true and "f" present false
please refer index_layout_01.html the woocommerce.js is necessary,
please set the date/time value in the wrap:
<div class="time"> <div data-countdown="countdown" data-date="11-20-2016-10-20-30"> </div> </div>
The data-dateformat="dHMS" means: displaying day-hour-minutes-seconds, the year/mouth value is: "y" / "o"
There are 8 main CSS files in this template.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
Open the styles folder, you'll find all css files.
You can edit all files scss file then compile into style.css.
This template imports 13 Javascript files. All located in the "js" folder.
If you have any questions, please do not hesitate to contact us at engotheme@gmail.com or forum http://support.engotheme.com. We are happy to help!