• Resolved ip11166

    (@ip11166)


    I tried to put one collapsable./expanded list within the other but it did not work.
    If your plugin supports such functionality, can you please post the correct way to enclose one reval shortcode inside another?

    I tried this but failed:

    [reveal_link heading=”Click to expand/collapse details” id=”id1″]</p>
    [reveal heading=”noheading” id=”id1″]

    Some text 1

    [reveal_link heading=”Click to expand/collapse details” id=”id2″]</p>
    [reveal heading=”noheading” id=”id2″]

    Some text 2

    [/reveal]

    Some more text 1

    [/reveal]

    Thank you!

    https://ww.wp.xz.cn/plugins/simple-content-reveal/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author David Artiss

    (@dartiss)

    I’ve never tested this but will do so and see if it’s easily fixable.

    David.

    Thread Starter ip11166

    (@ip11166)

    Please check. This would be awesome if it could! I will be really anxious to have it confirmed and rush to give 5 stars to your excellent plugin 🙂

    Hope this should not be a big problem to make sure that one expanding list could be inserted into another like this:

    [reveal heading=”%title%” id=”id1″ title1=”Click to expand details” title2=”Click to collapse details”]

    Text for id1

    [reveal heading=”%title%” id=”id2″ title1=”Click to expand details” title2=”Click to collapse details”]

    Text for id2

    [/reveal]

    Text for id1 contd…

    [/reveal]

    Plugin Author David Artiss

    (@dartiss)

    Just done it. The following worked (i.e. one inside another)…

    [reveal heading="<h2>%image% Some Blah Content Below</h2>" id="id1"]
    Blah, blah, blah content here
    [reveal heading="<h3>%image% Some More Blah Content Below</h2>" id="id2"]
    Blah, blah, blah more content here[reveal]
    [/reveal]

    You just need to be careful of those end tags.

    David.

    Thread Starter ip11166

    (@ip11166)

    Great, thank! Go to reviews 🙂

    Plugin Author David Artiss

    (@dartiss)

    Thanks for that 🙂

    David.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Does it work when one reveal code is nested inside another?’ is closed to new replies.