- css
- default.css
- images
- black.png
- white.png
- images
- js
- main.js
- plugin.js
- Recent Posts Widget Extended: https://wordpress.org/plugins/recent-posts-widget-extended/
- Better WordPress Recent Comments: https://wordpress.org/plugins/bwp-recent-comments/
- Woocommerce featured products: default widget included in WooCommerce
- Default Archieve Widget
- Default Recent Post Widget
- Default Meta Widget
section > container > zone > block
- section-bank-account-footer.html :
- section-column.html :
- section-extra.html :
- section-faq.html :
- section-pricing-plan.html :
- section-slider.html :
- section-testimonials.html :
- section-subscribe.html
- component-comment.html
- component-post-grid.html
- component-search-form.html
- component-search.html
- component-share-social.html
- component-submenu.html
- component-woo-pagination.html
- component-wp-pagenavi.html
- page-blog.html
- page-contact.html
- page-login.html
- page-produce-detail.html
- page-single.html: page.php
- matchHeight: https://github.com/liabru/jquery-match-height
- NO UI Slider: http://refreshless.com/nouislider
$(function() {
$('.match-height').matchHeight({
byRow: false,
});
});