Bootstrap Templates Bundle

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.


Wokiee React eCommerce Template