Category Archives: WordPress plugins

WordPress plugin

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 no idea what type of consequence this edit will have on your WordPress installation or if it will conflict with your theme.

[SOLVED] WordPress NextGEN Gallery: image gallery overlay broken

Solution:
Admin > Gallery > Options > Effects:
Change the Javascript Thumbnail effect from “Thickbox” to “Shutter”

Running:
WordPress 3.0.5
NextGEN Gallery, v1.7.4
WP e-Commerce Plugin, v3.7.8
Lightbox 2, v2.9.2

Google Analytics for WordPress – Yoast

Just installed Google Analytics for WordPress from Yoast.

WordPress Mobile-friendly Themes & Plugins

By Ryan Imel on WPCandy.com
11 themes and plugins that create mobile friendly WordPress sites

TubePress – How to Fix Your Vimeo Gallery (and why it’s broken)

Problem: The TubePress plugin I use for displaying Vimeo videos on my WordPress site is broken.

Solution: http://tubepress.org/2010/11/how-to-fix-your-vimeo-gallery-and-why-its-broken/ This worked for me.

WordPress Plugin: Fix for Lightbox 2 Not Working

Problem: Couldn’t get Lightbox 2 to function at all.

Solution:

  1. Deactivate NextGEN Smooth Gallery by Bruno Guimaraes
  2. Install & activate WordPress NextGen GalleryView by John Brien

WordPress Plugin – Secondary HTML Content for Multi-column Layout

Problem: Client needs to be able to add/edit sidebar content from the Page content editor.

Solution: Secondary HTML Content plugin creates a second content editor right below the main text editor. So my client can just add/edit text in the second editor and it’ll show up in the sidebar. It’s pretty damn cool!

I uploaded the plugin and set settings under Settings. Then created 2 new files:

  1. A new Page template: tpl-Secondary-HTML-Content.php
  2. A new Sidebar template: sidebar-Secondary-HTML-Content.php

I also registered a new widget in the includes/register-widget-zones.php file for the Secondary HTML Content sidebar. Then, under Widgets, I dragged the Secondary HTML Content widget to the Secondary-HTML-Content sidebar template.

Note: Embedding YouTube video code into the Secondary HTML Content editor:

  • Problem: Secondary HTML Content plugin doesn’t include a HTML view in the editor, so I couldn’t embed YouTube code.
  • Solution: Install TinyMCE Advanced plugin and drag the HTML button to the toolbar. A small HTML button will now be displayed as part of the Secondary HTML Content editor.

Secondary HTML Content plugin description:

Add up to 5 blocks of HTML content to WordPress pages and posts. A perfect solution for layouts with distinct content “blocks,” such as a sidebar or multi-column view. When editing content, the secondary WYSIWYG content editors will appear beneath the standard content editor.

You can choose to add up to 5 new HTML blocks to pages and posts independently. For example, you could have no extra post blocks, and 3 extra page blocks. With pages, you can optionally inherit secondary HTML content from the page’s ancestry (parents, grandparents, etc). Perfect for section-wide sidebars.

Secondary content can be used by added to the theme by using the new widget (“Secondary HTML Content”), or by calling the content via a function in your template. See “Installation” for guidance on using the function.

Tables in WordPress: WP-Table Reloaded Plugin

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 sorting, pagination, filtering, and more. You can include the tables into your posts, on your pages or in text widgets by using a shortcode or a template tag function. Tables can be imported and exported from/to CSV, XML and HTML.

http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/

WordPress Plugin for Related Posts: Yet Another Related Posts Plugin (YARPP)

Getting my first experience with adding a “Related Posts” feature using:

I really like the “Relatedness” options. Lots of cool criteria-narrowing features.