April 23rd, 2015 by admin
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 […]
April 12th, 2015 by admin
/* 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>’; }
April 12th, 2015 by admin
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>
March 28th, 2015 by admin
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 […]