localendar Forums Homepage


Print at Sep 19, 2025, 9:06:11 PM

Posted by support at Jan 18, 2013, 1:02:25 AM
Re: wordpress and pinboard-style
You wouldnt need to specify the "M6" parameter when you are using the WordPress plugin; you just select the view-style from the dropdown - which you have done because your pinboard view is what's being shown.

On the subject of the box height - that is working as intended. We have a maximum height of around 340px for any boxes on that view. Our sample looks different because we have many events with different-length descriptions, so they are different vertical sizes.

As it happens, since all of your event descriptions are very long, they all exceed the maximum size. The intent is for users to click on the title to see the full description.

The only way to change images on mouseover is with CSS or with JavaScript. You'll need to edit your event description in HTML. Here's some sample code:

<a href="" onMouseOver="document.MyImage.src='http://www.localendar.com/clipart/airplane.png';" onMouseOut="document.MyImage.src='http://www.localendar.com/clipart/ballons.png;'">
<img src="http://www.localendar.com/clipart/ballons.png" name="MyImage">

----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us