How to Center Logo in WooThemes Canvas
Problem: Full-width logo spills out over right side of header
Solution*: Add this CSS to Child Theme’s custom.css file:
#logo {
float: none;
text-align: center;
}
Problem: Full-width logo spills out over right side of header
Solution*: Add this CSS to Child Theme’s custom.css file:
#logo {
float: none;
text-align: center;
}
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.
WordPress 2.7.1 problem (for 1and1 shared hosting): Can’t upload images when the following plugins are installed together: “NextGEN Gallery” AND “WP Security Scan” installed together causes image upload problems. “NextGEN Gallery” AND “Multi-Level Navigation” plugins installed together causes image upload problems. Errors encountered when trying to upoad images: Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports…
UPDATE (Aug 2, 2010): Click for the newest info for changing P&P to S&H in WP e-Commerce version 3.7.6.7
Testing out WP-Table Reloaded v1.8 by Tobias Bäthge, which enables you to create and manage tables in your WP’s admin area. No HTML knowledge is needed. A comfortable backend allows to easily edit table data. Tables can contain any type of data and additional JavaScript libraries can be used to extend it with features like…
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…
By Joachim Jensen – DEV Institute Create tailored widget areas in seconds Display different widget areas on different conditions Show or hide Widgets on any page Replace your theme sidebars on different conditions Create a post sidebar, a page sidebar, a category sidebar, or any custom sidebar I used this plugin to create distinct sidebars that…
Overview: Move Product Title from above the Product image, to above the Product details section. Note 1: WP e-Commerce version: 3.8; WordPress version: 3.1.1 Note 2: All of the WP e-Commerce theme files were first moved to the Child Theme folder via WP e-Commerce’s backup option. Solution: Move the H2 code from it’s current ImageCol…