Category: WordPress
How to fix “people who bought this item also bought” no image error in wp e-commerce
Cross Sales is a feature under WP E-Commerce . You can find this under Store Settings > Marketing. An user will see what other people bought with regard to the current product being displayed. Upon activating it though, an error, “NO IMAGE” default thumbnail under that category which does not display the thumbnails properly. To fix…
How to add a WordPress shortcode outside of the post editor or PHP templates
Shortcodes were introduced back in WordPress 2.5. Shortcodes are for creating macros to be use in a posts. For instance, the following shortcode (in the post/page content) would add a photo gallery into the page: [ gallery ] If you want to use that shortcode outside of the WordPress post or page editor or PHP…
How to make IE to display iframes with transparent background?
1. Add allowTransparency=”true” property to the iframe 2. Add background:transparent to it’s body tag or internal styles in the head section of an HTML page or
How to Fix WordPress Maintenance Mode
“Briefly Unavailable for Scheduled Maintenance. Check back in a minute.” This error warning got highlighted on all blog pages and WordPress admin as the site became inaccessible when we are doing Automatic Upgrade. There was no way to get access to the site or WordPress Admin. When WordPress autoupgrades, it inserts a .maintenance file in…
Remove WordPress Revisions
WordPress Posts Revisions are useful especially in the case of a multi author blog. However, There is a cost to having all these saved revisions of your posts in the aspect of database entries. Instead of having a single MySQL database record for your post you will have multiple records for each post therefore increasing…