This entry is part of a series, Sliding Notes Releases»

Accordion playerA brand new release of Sliding Notes is out. Code name: “Accordion Virtuoso”.

Main novelty: The addition of an awesome feature which enables emulation of accordion-style behavior like this one over here.

Go get it at wordpress.org, it sure is worth upgrading. :)


New Features

Grouping

Sliding notes can be grouped using the new shortcode argument group. When a note belonging to a group is clicked open, all other notes in the same group are closed.

Here is an example (click on the notes alternately):

Here is one note» Here is another note»

And here is the code to create it

[slider group=A title="Here is one note" bstyle="display:block"]This note belongs to group A[/slider] [slider group=A title="Here is another note" bstyle="display:block"]This note also belongs to group A[/slider]

A group is restricted to the scope (the post or the page) where the shortcode is used. The same group name in different posts or pages denotes different groups. Hence, you don’t need to worry about group name collision across pages or posts.

The sidebars on your blog constitute a special scope of own. When a sliding note is used inside sidebar widgets, groups are not restricted to a single widget, but encompass all widgets. This means you can have notes from one group spread all over your sidebar widgets, allowing for all sorts of accordion-style effect combinations.

Hint parameter

There is a new shortcode parameter hint to specify the text shown when you hover the mouse over a slider button, like here:

Extra info»

The code:

[slider title="Extra info" hint="Click to view extra info"]Extra info here[/slider]

Other point of interest

CSS conflicts with other plugins

Previous versions of Sliding Notes used the CSS class “hidden” internaly. This class happened to be used by other plugins as well (most notably, Shadowbox JS), causing conflicts sometimes. Version 1.5.0 uses a differently named class. This will hopefully make CSS conflicts with other plugins a matter of the past.

WordPress 2.8 compatibility

Sliding Notes has been verified to work with WordPres 2.8.

Well then, cheers and happy sliding. :)

This note also belongs to group APowered by Hackadelic Sliding Notes 1.6.3.2

5 Responses to “Sliding Notes 1.5.0 “Accordion Virtuoso””

  1. Nice work, thank you so much

  2. Hey – one thing that may help some users, is to have a gallery of different CSS examples on how they can style the links/or buttons if they choose.

  3. That’s a really good idea, Perry! :)

  4. It would be great if I can link to particular slide note as an external link.

  5. Michael, you could prepend a <a name=”my-special-note”></a> to the note and link to it as “http://example.com/post#my-special-note”, for example.

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please ignore these 2 fields: