Tag: wordpress
How to show World Map as default view using Pronamic Google Maps plugin for WordPress
Pronamic Google Maps plugin is the best WordPress plugin for Google Maps “With this plugin a user can easily add location (latitude, longitude) meta data to a page, post or a custom post type. This plugin adds a meta box with an Google Map to the post editor. Users can easily drag and drop a…
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…