<ktml:module position="[position]"> not working #774
-
I had already added a module at joomla position "nav__main". And I try to insert the <ktml:module position="nav__main"> code in the page. but the code not render to a module. Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, Make sure you have the Joomla extension installed, since 0.21 the module filter has been moved to this extension. Assuming you have following folder structure as needed by Pages,
Where extensions/joomla is downloaded from https://github.com/joomlatools/joomlatools-pages/releases Add code below in one of the layout file eg: templates/layouts/index.html.php
and recheck once, this works for me. I am using code below to load modules published at position "pages-top-menu" |
Beta Was this translation helpful? Give feedback.
Hi,
Make sure you have the Joomla extension installed, since 0.21 the module filter has been moved to this extension. Assuming you have following folder structure as needed by Pages,
Where extensions/joomla is downloaded from https://github.com/joomlatools/joomlatools-pages/releases
Add code below in one of the layout file eg: templates/layouts/index.html.php
and recheck once, this works for me.
I am using code below to load modules published at position "pages-top-menu"
<k…