A. I want to place the language switcher in the search position in header No9. How can I get it to display correctly?
B. What is the module position that displays Dark Mode?
Miltos

Hi Miltos,

You can take a look at the block: root/templates/ja_blockk/html/layouts/t4/block/default.html

You will see that it loads element for the theme toggle, not a position there. However, you can load more position into this block, the same with how this template loads the 'head-search' position:

<div class="head-search">
  <jdoc:include type="modules" name="head-search" />
</div>  
a month later
Write a Reply...
You need to Login to view replies.