Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
Similar Posts
WP e-Commerce Tip: Re-ordering Shopping Cart Products
Problem: I now have 4 products in my WP e-Commerce shopping cart and want to move the 4th product to the first position. Warning: These instructions are from Aug 2010 (which is forever-ago in Internet terms) and may be out-of-date! Solution: On the WP e-Commerce admin page (labeled “Store” in WordPress’s admin), click on the…
WordPress Testimonial from Susan Grider for Custom WordPress Work
I recently started my first website. While I was proficient enough to set the site up, there were a number of tasks that I was not able to accomplish. I looked on Craigslist.com for help and was very fortunate to find Reid Walley. Reid was very prompt in answering my email and assessing what my…
WordPress Child Theme – Split Twenty Ten Header into 3 Sections
WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 We’re only splitting the Title section of the header into 3 parts: Logo GIF | Description GIF | Misc GIF. The Logo part is already finished (see: WordPress Child Theme – Add Logo to Twenty Ten Header). 1. Description GIF (middle part): needs to float-left, next to the…
[FIX] Changing WordPress Permalinks Breaks Old Date-Based Links
Problem: Changing “name and date-based” permalinks to “name-based” permalinks breaks all of my site’s old links. Changing: https://www.designparc.com/2008/08/08/post-title/ To: https://www.designparc.com/post-title/ breaks the former date-based connection. Solution: Rick Beckman’s “How to Update Your WordPress Permalinks Without Causing Link Rot” article Add RedirectMatch call to .htaccess file so that old “name and date-based” permalinks will seamlessly redirect to “name-based” permalinks….
- WordPress | WordPress plugins | WordPress shopping cart | WordPress Shopping Cart Plugin | WP e-Commerce
WP e-Commerce – Can’t Insert Image into Product Content [FIX]
WordPress version: 3.1 WordPress theme: Twenty Ten 1.2 WP e-Commerce version: 3.8 Problem: The “Insert into Post” button is missing when trying to insert a product image into a WP e-Commerce Product Page Solution: File: root/wp-content/plugins/wp-e-commerce/wpsc-admin/includes/display-items-functions.php Line 1102: Change td.savesend input.button { display: none; } To td.savesend input.button { display: block; } WARNING: I have…
WordPress Tutorial – WP e-Commerce: Setting Shipping Rates
Setting a shipping rate that correctly displays in both the shopping cart AND the sidebar Widget! Step 1: WP e-Commerce Admin > Settings > Shipping: In the General Settings section, set Use Shipping to Yes and type ZIP code in the Base Zipcode/Postcode box. Then tick the check-box next to Flat Rate in the Shipping…