Video: How to use WordPress Widgets

How to add WordPress widgets to the sidebar of your website or blog.

WordPress version: 3.1

Video: How to use the WordPress 3 Menu System with Genesis

How to use the WordPress 3 Menu System with Genesis framework from Studiopress.

WordPress version: 3.1
Genesis version: 1.5

How to Fix Genesis and NextGEN Gallery Image Display Problem in Internet Explorer

This article will show you how to Fix Genesis and NextGEN Gallery Image Display Problem in Internet Explorer. See below screenshot for problem.

Genesis and NextGEN Gallery image problem in Internet Explorer

This is a really easy fix in the style.css file of your Genesis theme.

  1. Find the following below:
    Genesis and NextGEN Gallery image problem in Internet Explorer
  2. Change to:
    Genesis and NextGEN Gallery image problem in Internet Explorer
  3. Now your NextGEN Gallery should display properly in Internet Explorer.

    Genesis and NextGEN Gallery image problem in Internet Explorer

    I have found that other WordPress plugins with image display problems can use the same fix.

Video: How To Use The WordPress 3 Menu System

A new feature in WordPress 3 is the menu system. This video will show you how to the WordPress 3 menu system.

WordPress version: 3.1

Video: WordPress Redirection Plugin – Easy 301 Redirects

This video will show you how to easily create 301 redirects in WordPress by using the Redirection Plugin for WordPress.

Getting Error While Upgrading WordPress

I was upgrading a clients WordPress site using the WordPress automatic updater when I got this error “PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”. Come to find out that there wasn’t enough storage space on the web host account to upgrade WordPress. Although, increasing the storage space on the web server solved my problem, you can also find more help with this at http://wordpress.org/support/topic/incompatible-archive-pclzip_err_bad_format-10

Video: How to Track Inventory in Shopp for WordPress

In this video I am going to show you how to enable and track inventory for products in Shopp for WordPress.

Versions used in video:
WordPress: 3.0.4
Shopp: 1.1.4.1

Video: How to Change Pricing in Shopp for WordPress

In this video I am going to show you how to change the price of products in Shopp for WordPress.

Versions used in Video:
WordPress 3.0.4
Shopp: 1.1.4.1

How to Add Quantity Discounts in Magento – Video

In this video, we are going to set up a product that has a discount for different quantities. We’ll walk through the complete process of adding a product.

Adding Custom Product Options in Magento – Video

In this video, we are going to add custom options to a product in Magento. This is an easy way to add choices for sizes and/or colors to a product. Before the custom options were introduced in Magento 1.1, adding sizes and colors was very time consuming and sometimes confusing for users. Attributes needed to be created and then an attribute set was created from those attributes. Then a product needed to be created for each size, color and any other options. For example, if you had a shirt with 4 sizes and 4 colors, you would need to create 8 products, then create one configurable product that included all 8 of those products. Even with the duplicate product option, it is still very time consuming.

There a couple of drawbacks to using custom options over attributes. First of all, Magento only keeps track of the main product for inventory. Let’s say you have different sizes of the same shirt. Magento will not keep track of the inventory for each size. Second of all, calculating shipping cost based on weight could be a problem. You can only enter one weight for the main product. For example, if you have different size options for a product and the larger size weighs more, there isn’t anyway to add a different weight for that product. Those are the only drawbacks I have found so far.