Bootstrap Templates Bundle

Sunday, December 20, 2015

How to show Shopify Featured Image in Blog Posts

Put the code, where you want to show featured image in shopify blog / article

<!-- article.image here -->
              {% if article.image %}
                {% assign image_alt = article.title | escape %}
                <p class="grid-item">{{ article | img_url: '1024x1024' | img_tag: image_alt, 'article__image' | link_to: article.url }}</p>
              {% endif %}
              <!-- /article.image here -->

Wednesday, October 7, 2015

Intensy - Multipurpose HTML5 Template



Intensy – Multipurpose HTML5 Template is a responsive, clean and modern designed HTML5 template. Intensy is suitable for all creative people, agency, creative business, company, individual or agencies portfolios, product or service selling website etc..

Main features:

  • 100% Responsive Layout
  • BootStrap Latest Version
  • 31 HTML Templates
  • Dynamic Contact Form (php file)
  • Google Web Font
  • OWL Carousel
  • Font Awesome Icon
  • Creative and Modern Flat Design, lots of possibilities
  • Fully compatible for all major browsers such as Firefox, Safari, Chrome, Vivaldi, Internet Explorer 9+
  • Well Documented
  • and much more…

Friday, September 18, 2015

OLONGKER – eCommerce Jewelry PSD Template


Live Preview / Download

OLONGKER – eCommerce Jewelry PSD Template is a uniquely ecommerce website template designed in Photoshop with a modern look.
PSD files are well organized and named accordingly so its very easy to customize and update. 29 PSD files include.

Template Features:

  • 29 Fully Layered Adobe Photoshop.PSD files
  • Well Organized layers makes it very easy to update
  • Clean and Modern Style
  • Based on Bootstrap 1170px Grid
  • Modern and Creative Design
  • Easy customizable Photoshop files
  • Pixel Perfect
  • Fully Customizable
  • Images are not included
  • Google font used
  • Free icon used from Fontasesome and flaticon
  • And much more….
  • Live Preview / Download

Wednesday, September 16, 2015

Multibuzz – Corporate One Page HTML Template

                          

Multibuzz – Corporate One Page HTML Template is a responsive, clean and modern designed HTML5 template. Multibuzz is suitable for all creative people, agency, creative business, company, individual or agencies portfolios.
Main features:
100% Responsive Layout
Bootstrap Latest Version
One Page Template
Google Web Font
Font Awesome Icon
Creative and Modern Flat Design, lots of possibilities
Fully compatible for all major browsers such as Firefox, Safari, Chrome, Vivaldi, Internet Explorer 9+
and much more…

Tuesday, September 15, 2015

Beauty Salon – Health & Beauty HTML Template


Live Preview / Download 

Beauty Salon – Health & Beauty HTML Template is fully hand crafted, simple, flat and clean with huge features template which build by Bootstrap. It’s specially design for anyone looking to start their on beauty, hair salons, wellness centre, healthcare, massage therapy, nail salon website. We hope you can build your site so much easy way without any hassle. It has 10 home page variation (with different style & color), so that you can choose your home page very easily.
Main features:
  • 10 Home Page Layout
  • Responsive Layout
  • Mega Menu
  • BootStrap Latest Version
  • 22 HTML Template
  • Dynamic Contact Form (php file included)
  • Google Web Font
  • Font Awesome Icon
  • Revolution Slider
  • Full Width & Box Layout
  • Creative and Modern Flat Design, lots of possibilities
  • Fully compatible for all major browsers such as Firefox, Safari, Chrome, Vivaldi, Internet Explorer 9+
  • Well Documented
  • and much more…


Monday, September 14, 2015

Free Medical HTML5 Template


Medizone – Health Care & Medical HTML5 Template is modern, clean and professionally designed HTML template which can be used for Hospitals, Medical, Clinics, Doctors, Dental Clinics, Veterinary, Drug store. Shop and other sites related to medicine. It also can be used for any other site.

Main features:

  • Clean, Modern Design.
  • Responsive Design which adapts to mobile devices (iPhone, iPad).
  • Responsive Design which adapts to mobile devices (iPhone, iPad).
  • 15 HTML Template.
  • Events and Patients Guide Page Included.
  • Gallery Page Included.
  • Drug Store / Shop Page Included.
  • Font Awesome Icon.
  • Well Documented.
  • and much more…
  • Live Preview / Download 

Thursday, September 10, 2015

Multipurpose HTML eCommerce Template

Rammus – Multipurpose HTML eCommerce Template is a fully Responsive HTML Template based on Bootstrap which is fully suitable for all kinds of stores on all devices. Rammus – Multipurpose HTML eCommerce Template is is specially designed for any kind of online shops: clothes, digital, shoes, jewelries, bags, accessories, fashion, and so on.

Main features:

  • 13 HTML Templates.
  • 3 Home Page Layout.
  • Clean, Modern Design.
  • Responsive Design which adapts to mobile devices (iPhone, iPad).
  • Mega Menu.
  • Bootstrap 3.
  • Shop/category page.
  • Product Detail page.
  • Blog With Sidebar and Blog Details Page.
  • Well Documented.
  • and much more…
Images are not included.

Real Estate HTML Template

Real Aste – Real Estate HTML Template is a clean and elegant html template for Real State and corporate. This template can also be used for business websites, portfolios and more. The CSS and design is flexible, easy to customize and modify.
It’s is a unique design based on Bootstrap, is sensitive and is consistent with a wide range of mobile devices.
Features
=======
Responsive Layout
Original Real State
based on Bootstrap 3
Unique Design
Well Documented
Extensive and quick support
9 html files
Icons – Web fonts – Full retina

Saturday, September 5, 2015

Free Corporate Flyer Template


Download Now

Features:

  • Easy Customizable and Editable
  • Corporate business flyer in 8.75”x11.25” with Bleed Setting (0.25 inch)
  • CMYK Color
  • Design in 300 DPI Resolution
  • Print Ready Format
  • photos are not included
  • Files included:

    • 1 PSD Files
    • 1 Information File
    • 1 Read Me File

Tuesday, September 1, 2015

Free Corporate Business Card

This is a Business card template .This template download contains 1 color Business card, which is 300 dpi print-ready CMYK PSD files.
All main elements are easily editable and customizable.

Link: http://devitems.com/items/corporate-business-card/



Friday, August 28, 2015

Best Plugins combination for WordPress website speed optimization

1. Autoptimize
   Author: Author: Frank Goossens (futtta)

2. BJ Lazy Load
   Author: Bjørn Johansen

3. WP Super Cache
   Author: Automattic

4. WP Smush
   Author: WPMU DEV

Monday, August 24, 2015

How to Remove the Billing Details from WooCommerce Checkout

Here’s how to do it, you can place this code in your theme’s functions.php file.

<?php

add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );

function custom_override_checkout_fields( $fields ) {
    unset($fields['billing']['billing_first_name']);
    unset($fields['billing']['billing_last_name']);
    unset($fields['billing']['billing_company']);
    unset($fields['billing']['billing_address_1']);
    unset($fields['billing']['billing_address_2']);
    unset($fields['billing']['billing_city']);
    unset($fields['billing']['billing_postcode']);
    unset($fields['billing']['billing_country']);
    unset($fields['billing']['billing_state']);
    unset($fields['billing']['billing_phone']);
    unset($fields['order']['order_comments']);
    unset($fields['billing']['billing_address_2']);
    unset($fields['billing']['billing_postcode']);
    unset($fields['billing']['billing_company']);
    unset($fields['billing']['billing_last_name']);
    unset($fields['billing']['billing_email']);
    unset($fields['billing']['billing_city']);
    return $fields;

}

Tuesday, August 18, 2015

Shopping Bootstrap Template

Rosette – Responsive Multipurpose HTML5 Template is a fully Responsive HTML Template based on Bootstrap which is fully suitable for all kinds of stores on all devices.
Rosette – Responsive Multipurpose HTML5 Template is specially designed for any kind of online shops: clothes, digital, shoes, jewelries, bags, accessories, fashion, and so on.

Rosette - Responsive Multipurpose HTML5 Template - Shopping Retail

Saturday, August 15, 2015

HOW TO REMOVE EMPTY PARAGRAPH TAGS FROM SHORTCODES IN WORDPRESS

Simply drop the following code in your theme’s functions.php file and Enjoy! No more annoying empty paragraphs tags in your content.

add_filter( 'the_content''tgm_io_shortcode_empty_paragraph_fix' );
/**
 * Filters the content to remove any extra paragraph or break tags
 * caused by shortcodes.
 *
 * @since 1.0.0
 *
 * @param string $content  String of HTML content.
 * @return string $content Amended string of HTML content.
 */
function tgm_io_shortcode_empty_paragraph_fix( $content ) {
    $array array(
        '<p>['    => '[',
        ']</p>'   => ']',
        ']<br />' => ']'
    );
    return strtr$content$array ); 
}

Tuesday, August 11, 2015

Responsive HTML Fashion Template

Merceria - Responsive HTML Fashion Template

Merceria – Responsive HTML Fashion template is a new HTML template for fashion shop. We have included 5 defined layouts for home page to give you best selections in customization. You can mix between all home page layouts to get a different layout for your own website. In this theme, we include some of amazing features like Product Quick View, Product Zoom etc..


  Merceria - Responsive HTML Fashion Template - Fashion Retail

Wednesday, August 5, 2015

Creative Multi-Purpose HTML Template

Jaap – Creative Multi-Purpose One Page Template is a responsive, clean and modern designed HTML5 template. Jaap is suitable for all creative people, agency, creative business, company, individual or agencies portfolios.

http://themeforest.net/item/jaap-creative-multipurpose-html-template/11980935


Holax - Multipurpose HTML eCommerce Template

Monday, August 3, 2015

Multipurpose HTML eCommerce Template

Holax – Multipurpose HTML eCommerce Template is fully hand crafted, simple, flat and clean with huge features template which build by Bootstrap Framework.
Holax – Multipurpose HTML eCommerce Template is specially designed for every kind of online shops: clothes, digital, electronics, mobile, camera, bags, shoes, jewelries, accessories, fashion, and so on.


Monday, July 20, 2015

Best Charity Nonprofit NGO HTML5 (BootStrap) Template

Charity HTML Template

Generous is fully hand crafted, simple, flat and clean with huge features template which build by Bootstrap. It’s specially design for non profit organization such as charity, child care, orphan, lorn etc.. We hope you can build your site so much easy way without any hassle.
http://themeforest.net/item/generous-charity-html-template/11780223

Generous - Charity HTML Template

Friday, July 10, 2015

eCommerce Template

Cruise – Fashion eCommerce Template is a fully Responsive HTML Template based on Bootstrap which is fully suitable for all kinds of stores on all devices. Cruise – Fashion eCommerce Template specially designed for every kind of online shops: clothes, digital, shoes, jewelries, accessories, fashion, and so on.
Link:  http://themeforest.net/item/cruise-fashion-ecommerce-template/11862712
Sauget eCommerce HTML Template is a fully Responsive HTML Template based on Bootstrap which is fully suitable for all kinds of stores on all devices. Sauget eCommerce HTML Template specially designed for every kind of online shops: clothes, digital, shoes, jewelries, accessories, fashion, and so on.
Link: http://themeforest.net/item/sauget-ecommerce-html-template/11562749

Wokiee React eCommerce Template