Promote your Service and Product online Contact us

+91 87 44 999667; +91 99 11 883996 info@3pixls.com, sales@3pixls.com

How-To Make and Use a Light Box to Improve Your Product Photography

April 23rd, 2015 by

This light box demo focuses on a product by House of Mouse – check out Anna’s shop and observe how she takes pictures of her products using a white background.  You can also observe how she takes the hero shot of only the product with a white background as well as a picture of a […]

WooCommerce Change Add To Cart Button to Always Show Products Page First

April 12th, 2015 by

/* replace add to cart text on button*/ add_action( ‘woocommerce_after_shop_loop_item’, ‘my_woocommerce_template_loop_add_to_cart’, 10 ); function my_woocommerce_template_loop_add_to_cart() { echo ‘<form action=”‘ . get_permalink() . ‘” method=”get”> <button type=”submit” class=”single_add_to_cart_button button alt”>Read More</button> </form>’; }

How to fix: Default WooCommerce CSS not working properly

April 12th, 2015 by

In this post you will find out how to enable displaying the default WooCommerce CSS file in a custom WordPress theme.   <body <?php body_class(); ?>> and <div class=”woocommerce”> page content goes here </div>

Setup WordPress Permalinks on Windows IIS

March 28th, 2015 by

How to Setup WordPress Permalinks on Windows IIS ======================================= Place this file into the base directory of your WordPress installation to allow permalinks (or “pretty URLs”) on Windows IIS. 1) Create the Web.Config file 2) Log-in to the GoDaddy Control Panel and access the root directory of the WordPress site 3) Select the folder of […]


Warning: Undefined variable $additional_loop in /home/pixlscom/public_html/blog/wp-content/themes/3pixelsblog/index.php on line 34

Warning: Attempt to read property "max_num_pages" on null in /home/pixlscom/public_html/blog/wp-content/themes/3pixelsblog/index.php on line 34