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

    (@baden03)

    Something very strange is going on. Can you verify that this is the shortcode you are using? I ask because we just tested it on our test-server and all is well: https://spacedonkey.de/hello-world/

    Thread Starter jeremie74

    (@jeremie74)

    Thanks Baden,

    It works when i copy paste the code in the html directly. I think the problem is when the code is generated from WordPress. It looks that P close an open all…

    Thread Starter jeremie74

    (@jeremie74)

    I used Custom Fields and in the HTML code he put <p></p> everywhere to close and open…
    When my code is generated look like this :

    <p><img class="size-thumbnail wp-image-173 alignleft" title="paris2" src="https://blogseloger.creativenetwork.it/wp-content/uploads/2012/07/paris2-224x122.jpg" alt="" width="224" height="122" />Contenu</strong>.<code></code></p>
    <p><code><span class='collapseomatic ' id='id3251'  title="Lire la suite de l'article">Lire la suite de l'article</span>
    <div id='target-id3251' class='collapseomatic_content '></code></p>
    Plugin Author Baden

    (@baden03)

    Jeremie,

    The P tag issue is something we have been dealing with a long time.

    Try wrapping your shortcodes in a div like so:

    <div>
    [expand title="Lire la suite de l'article" swaptitle="Masquer"]Conteu[/expand]
    [expand title="Je suis appelé Bruce" swaptitle="Je suis Batman"]Conteu[/expand]
    </div>

    Thread Starter jeremie74

    (@jeremie74)

    Thanks Barden, it works !

    Thread Starter jeremie74

    (@jeremie74)

    It works

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: jQuery Collapse-O-Matic] Swaptitle doesnt Work’ is closed to new replies.