A very simple WordPress Plugin that allows you to integrate a vertical scrolling menu into you WordPress page.
More information at the plugin page.
- Download, upload & activate this plugin
- Go to the admin interface and upload some images.
- Go to your post/page an enter the tag ‘[verticalImageMenu]‘.
That’s it … Have fun
Example
In this example I link to my page, but you can set the links to every other page.


How to use the Image Menu in the themes header?
If you want to setup the menu in your WordPress twentyeleven header as shown above, you have to do two things.
- Open the “header.php” from twentyeleven with an editor and insert
<?php echo do_shortcode('[verticalImageMenu]') ?>before
<nav id="access" role="navigation">
. Save and upload the header.php.
- Then open the twenty eleven “style.css”. You will find it in the same folder. Insert the following lines:
body .vertical_imagemenu{ position:relative; margin:-288px 0px 0px 40px !important; z-index:1; }




Hi,
Love the plug in, but can’t get it to work in Internet Explorer? Works great in Firefox, Chrome, Safari, etc. but images are compressed to 1 pix wide in IE. See website above in lower right corner. Tried both % and fixed pixel width.
Thanks
I am trying to design an accessible website, so I was wondering if there was some way to get the title of the image to appear when you mouse over it.
Any help would be greatly appreciated!
what happen if you set up a title or alt at the img?
I’m using the plugin, and it works great to display a carousel of images, but I would like the images to pop up in Shadowbox when I click on them. Instead, when I click on the images, I am always redirected to other sites. Any ideas?
W
If you use lightbox or slimbox… I think it should be possible to use rel=”lightbox” at each link to activate the javascript function.
thank you for this great plugin, it is very simple to use. Just one question, is it possible to set up the scrolling menu with 2 columns instead of just one? thanks
Great plugin. Simple and effective.
How do I prevent it from scrolling?
Why?
let me tell you why we would want it to not scroll. Think real hard. Maybe we want to create a vertical menu and don’t want our menu scrolling up and down while users are trying to click it.
This is implemented since version 1.0. Which browser do you use?
Love the plugin – simple and functional.
I was having trouble with the image upload but when I did it in visual mode rather than html mode it worked fine.
Thanks V Much : )
Help please understand.
1. I downloaded the pictures, 2. what code I need to insert and where to work the menu?
1. I think you mean that you uploaded some images.
2. paste the shortcode [verticalImageMenu] inside a page or post or use it inside your theme with < ?php echo do_shortcode('[verticalImageMenu]') ?>.
It would be great if you could have made this plugin with the option of more than just one gallery. It’s a great plugin, but I’m on a lookout for a plugin I can use in more than just one post/page with different images.
I think it’s possible. You can setup different galleries.
I think this should work, please try it. Best regards BMo