Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Baden

    (@baden03)

    Very strange indeed!
    The code that is being generated is a bit strange, for example:

    <h3><h2 class="collapseomatic " id="id6758" title="View Information">View Information</h2><div id="target-id6758" class="collapseomatic_content "></h3>

    Ad you can see, the H3 tag is wrapping both the trigger (h2) and the opening target div
    Can you post a short example of how you are using the shortcode?

    Thread Starter Learn Thai Style

    (@learn-thai-style)

    Thanks for your fast reply. The code is posted as follows;

    [expand title=”View Information” tag=”h2″]

    Content

    [/expand]

    Plugin Author Baden

    (@baden03)

    [expand title="View Information" tag="h2"]Content[/expand]
    is fine, do you have an open h3 tag before the expand element?

    something like:
    <h3>....[expand title="View Information" tag="h2"]....
    if so you will want to make sure you close the H3 element before inserting the shortcode:
    <h3>....</h3>...[expand title="View Information" tag="h2"]....

    Plugin Author Baden

    (@baden03)

    Any joy?

    Thread Starter Learn Thai Style

    (@learn-thai-style)

    Hi Baden, No joy yet. I am also currently away so will check as soon as I return. Thanks for the follow up. I will let you know how I get on.

    Plugin Author Baden

    (@baden03)

    OK. Standing by for your report. Cheers!

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

The topic ‘Content Not Opening’ is closed to new replies.