• Resolved leblancfg

    (@leblancfg)


    I’m having a hard time coming up with a way to use the Highlander attribute (only one open at a time) with a series of Roll-Your-Own images I use as targets for collapsible elements.

    Each image is a series of stills from a video, which is shown underneath once the user clicks on the image. I would like to only have one video showing at a time on the page.

    Any easy way to accomplish this without resorting to hacking the PHP?

    Thanks,
    -f

    http://wordpress.org/extend/plugins/jquery-collapse-o-matic/

Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    but of course! Please post an example of one collapse element for exact assistance.
    In general, all you need to do is be sure that the elements have -highlander in the rel attribute like so:

    <span class='collapseomatic ' id='your_id_name' rel="animal-highlander" title="Monkeys">Monkeys</span>
    <div id='target-your_id_name' class='collapseomatic_content '>The monkey say Eek! Eek!</div>
    
    <span class='collapseomatic ' id='your_other_id' rel="animal-highlander" title="Donkeys">Donkeys</span>
    <div id='target-your_other_id' class='collapseomatic_content '>The Donkey say Hee Haw</div>

    Can you dig it? If let us know if this works for you or if you need further assistance.
    -Your friends at The Twinpictres’ Plugin Oven

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: jQuery Collapse-O-Matic] Roll-your-own Highlander’ is closed to new replies.