WordPress CSS Accordion Menu With Sliding Notes In 3 Easy Steps
This is a CSS accordion menu tutorial that explains how to implement the accordion effect in your WordPress page or post using CSS and the Sliding Notes plugin.
Sliding Notes 1.6 – “W3C Tribute”
Here is yet another update to Sliding Notes. Besides various code improvements, it establishes conformity to the W3C XHTML 1.0 standard (important for sites that show the valid XHTML badge).
Hackadelic Discreet Text Widget
Discreet Text Widget is a generic lightweight solution to the Empty Widget Problem, and enables you to safely use SEO Table Of Contents in the sidebar in any theme. It can be used as a replacement for the default text widget, when it’s content is automatically delivered by a shortcode, and you want to hide the widget altogether when the content is empty.
It can be used in just the same way as the default WordPress text widget. Nothing more to say. 🙂
Sliding Notes 1.5.0 “Accordion Virtuoso”
A 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.[toc class=toc-right]
Go get it at wordpress.org, it sure is worth upgrading. 🙂
Sliding Notes 1.4.1 Released
A minor update of Sliding Notes is out.
The release provides a workaround for a weird cross-browser issue on some themes, like the one reported by Magnus.
Download it as usually at wordpress.org.
Sliding Notes HowTo’s – Adding An Image To The Button
The other day I posted about the side-effect when the slider title is formated directly, therewith effectively inserting HTML tags into it. Instead I suggested using CSS to format the title.
CSS also comes in handy for adding an image» to the slider button.
This is how it is done:
Read more >>
Sliding Notes Self Aid – Overcoming Theme Footer Defects
Recently, I’ve posted about a theme defect in PassionDuo and other DailyBlogTips’ themes, and identified their failure to trigger the wp_footer action as the real cause of malfunction of plugins that depend on it, like Sliding Notes.
As it turns out, there’s a number of other themes out there which apparently have the same defect. Read more >>
Sliding Notes 1.4 – Shadowchaser Release
I’m announcing a new release of my Sliding Notes plugin. It resolves a CSS conflict with Shadowbox JS , another popular WordPress plugin (hence the release name). At the same time, with this release I’m relieving the user from housekeeping the CSS parts that are vital to Sliding Notes function, but unrelated to its visual appearance.
PassionDuo Theme Defect – And How To Fix It
Recently, I’ve been investigating a strange effect with Sliding Notes: On one site, the notes just did not open when clicked.
A view at the HTML of the aforementioned site revealed that the whole plugin-generated footer section – that is, the JavaScript supplied by the plugin – wasn’t there! Whew! How’s that?
I digged a bit and tracked the cause of the trouble down to a misbehavior in the “PassionDuo” theme, a theme by DailyBlogTips. Read more >>
Sliding Notes Lessons – Beware of HTML Tags In Title
Since I published Sliding Notes, I’ve repeatedly seen people formatting their slider button title italic, and thereby effectively inserting HTML tags into it, like so
[slider title=”some title“]…[/slider]
resulting in: some title»
This is not a practice I’d recommend. Read more >>