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: http://spacedonkey.de/hello-world/
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…
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="http://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>
Thanks Barden, it works !