Written: August 3, 2011
A new feature in WordPress is graphically defining your menus.
I recently added a menu using this approach for the Tualatin Crawfish Festival web site. Here’s a 90 second video that shows you how to arrange your menus graphically in WordPress:
Tags: menus, WordPressWritten: August 2, 2011
My new WordPress site uses several useful plugins and I’ve enjoyed having Easy Nivo Slider on my Home page to rotate four Posts, however with the WordPress 3.2.1 update this plugin plain stopped working.
I did some quick searching on the WordPress support forums and found out that I was not alone. Others had seen Javascript errors, so I browsed my Home page using Firefox with the Error Console turned on. Sure enough, in the Javascript for this plugin I found an error which was breaking it. My first response was to just comment out line 97 in a file called:
plugins/easy-nivo-slider/3rd-party/jquery.nivo.slider.js
That simple hack made Easy Nivo Slider start working again.
Hopefully the author will read the Forums, find the bug, fix it, and I can get an officially updated and supported plugin.
In the meantime my Home page is working with a sequence of four rotating images that can be clicked.
Tags: bug, Easy Nivo Slider, hack, plugin, WordPress
Great fix! I too use Nivo Slider in both Joomla and WordPress installs. It’s great to see someone sharing the fix rather than just the problem.
Keep up the great work!
Charles
Charles,
Glad to help out. Google is a wonderful way to find out about a problem, then a little ingenuity to fix this Javascript glitch in Nivo Slider.