Hello,
First of all, thank you very much for this plugin!
I downloaded the latest version 2.2.5 demo, it is showing version 2.2.4.
Also there is a little mistake on the Wordpress Settings page of suckerfish:
(and also in the Read me text File)
The PHP script to insert is:
<?php if (function_exists('suckerfish') {suckerfish();} ?>
and should be:
<?php if (function_exists('suckerfish')) {suckerfish();} ?>
... right?
I used the custom menu to add a an empty menu for design purposes.
As I installed version 2.2.5, this did not work anymore.
but worked with custom menu 2.
Solution: I replaced in ryans_suckerfish.php
case "custom"
with
case "custom 1"
Note that it would be nice to have this option to choose an empty menu...
I resolved this with:
<li><img src="(the path of the file here)/pixel.gif" width="150" height="1" alt="" border="0"></li>
I put this in the custom menu code.
The pixel.gif method >> you can get here:
http://www.loremipsum.net/pixelgif/and put the image where you wish to.
Also I am working on a multilanguage blog with Language Switcher plugin.
And it was possible to make an automatic translation of the menus on your page:
I did this in version 2.0.1 of the plug-in by adding __(): for example 'Pages' >> __('Pages') in the function suckerfish (line 65 to 71 in version 2.0.1).
But there have being very much changes since this version...
Now I must figure out how to do it...
This would be an important feature, because I would have to edit this every time I do an update of the plugin.
I am building my blog offline, so it is not possible to show you an example. I hope this was the right place in the forum to post this message!.
Nicolas.