iggy900
Forum Replies Created
-
Forum: Plugins
In reply to: [Yada Wiki] Shortcodes VanishMy problem was caused by using wrong DoubleQuote characters in my shortcode. I had a list of my wiki pagenames from a LibreOffice document with “ instead of ” – I am now building my shortcode strings in NotePad++ and I am having no problems.
Thanks for your fast response – Ian
I love YadaWiki
Forum: Plugins
In reply to: [Yada Wiki] Shortcodes VanishThe page I am using to test is here : https://iangray.yoga/test/
Forum: Plugins
In reply to: [Yada Wiki] Shortcodes VanishI have been unable to get clear steps to reproduce this problem although it has happened again. What I can reproduce is that if I add a shortcode to a YadaWiki page, it displays out of line:

So I put the shortcode link within a paragraph. It then lines up correctly but when I go back to edit in HTML. I see additional </p> and <p> tags have been inserted and the shortcode is again out of line.
<p>Text in front of shortcode</p>
<!-- wp:shortcode -->
[yadawiki link="hip-joint" show=""]
<!-- /wp:shortcode -->
<p>Text after shortcode
</p>I suspect the problem lies with the block editor and not with your YadaWiki
Thanks for looking at this -Ian
Forum: Plugins
In reply to: [Yada Wiki] Shortcodes VanishI appreciate your fast response. I’ll experiment with this on my test site and see if I can get clear steps to reproduce this and let you know.
-Ian
Forum: Plugins
In reply to: [Yada Wiki] Shortcodes VanishCode:
<p>
<!-- wp:shortcode -->
[yadawiki link="viloma" show="Viloma Pranayama"]
<!-- /wp:shortcode -->
</p>The entire block vanishes after editing elsewhere on the page. I switch between HTML and the block editor often and I suspect this is the cause.