Note that there are some explanatory texts on larger screens.

plurals
  1. POCustom Html Module for Joomla isn't styling the code but rather just printing it to screen
    primarykey
    data
    text
    <p>I am creating a joomla template and I am trying to use Custom Html Modules. When I add code to the module ... it displays the correct elements except no canvas</p> <p>This is the code I am trying to put into the module.</p> <pre><code> &lt;div class="pane1"&gt; &lt;h1&gt;Static Designs&lt;/h1&gt; &lt;div class="artBox" id="aBox"&gt; &lt;section class="slide"&gt; &lt;h1&gt;Clouds&lt;/h1&gt; &lt;canvas id="canvas" width="800" height="600"&gt; Canvas not supported &lt;/canvas&gt; &lt;/section&gt; &lt;section class="slide"&gt; &lt;h1&gt;Clouds and Hearts&lt;/h1&gt; &lt;canvas id="canvas2" width="800" height="600"&gt; Canvas not supported &lt;/canvas&gt; &lt;/section&gt; &lt;section class="slide"&gt; &lt;h1&gt;Coloured Hearts&lt;/h1&gt; &lt;canvas id="canvas3" width="800" height="650"&gt; Canvas not supported &lt;/canvas&gt; &lt;/section&gt; &lt;section class="slide"&gt; &lt;h1&gt;Green Hearts&lt;/h1&gt; &lt;canvas id="canvas4" width="800" height="650"&gt; Canvas not supported &lt;/canvas&gt; &lt;/section&gt; &lt;section class="slide"&gt; &lt;h1&gt;Stairs&lt;/h1&gt; &lt;canvas id="canvas5" width="800" height="600"&gt; Canvas not supported &lt;/canvas&gt; &lt;/section&gt; &lt;!-- End slides. --&gt; &lt;!-- Begin extension snippets. Add or remove as needed. --&gt; &lt;!-- deck.navigation snippet --&gt; &lt;a href="#aBox" class="deck-prev-link" title="Previous"&gt;&amp;#8592;&lt;/a&gt; &lt;a href="#aBox" class="deck-next-link" title="Next"&gt;&amp;#8594;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Is there an option I am missing? Why isn't it registering? </p> <pre><code> &lt;jdoc:include type="modules" name="customHtmlContent" style="html5" /&gt; </code></pre> <p>that is the include statement I am using in the content section of my template</p> <p>If you need any more information just ask</p> <p>Thanks!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload