• Hi everyone,

    I need help finding a plugin for WordPress.

    The short description is Accordion Views for Drupal.

    The long description is being able to pick a Category, and all Posts connected to that Category are displayed in a collapsible accordion until clicked on.

    I’ve tried a number of plugins: Super Slider, Simple Content Reveal, WordPress Tabs Slides… and others… but none of these have flexible styling. For instance, some of the javascript either conflicts with my theme, or the DIV classes are override by poor jquery coding.

    Does anyone have experience with an easy to use solution that can be styled?

    Thanks in advance,
    Ace

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you ever find a WP solution for the page accordion? I’ve been looking as well, but cannot find anything that’s really usable.

    Thread Starter aceinthehole

    (@aceinthehole)

    I did – but not a free solution. I picked slide deck for wordpress, and I have a series of short codes and js embedded to get what I want. They have a free version, but you need to pay to remove their tag.
    https://www.slidedeck.com/?utm_source=LiteUser&utm_medium=Link&utm_campaign=SDbug

    I had tried it already, but found it wanting as it seems to require a set height, i.e. every slide must have the same height. As my slides would contain text of varying lengths, I was hoping for a scrollbar to appear, but alas the text just gets cut off. (Unless I’m missing something?)

    Anyway, thanks for your response.

    Thread Starter aceinthehole

    (@aceinthehole)

    I also had that need. You can define a flow over area with CSS so that a scroll bar appears. I’d have to look at the code to provide an example, but I assure you it can be done rather straight forwardly.

    Thread Starter aceinthehole

    (@aceinthehole)

    I wrapped my content in this DIV:

    <div style=”overflow: scroll; overflow-x: hidden; height: 385px; width: 660px; padding-right: 15px;”><!–content–></div>

    Best of luck,
    Ace

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page Accordion Plugin?’ is closed to new replies.