I am using T3 Bs3 Blank-Template and need to add a new block on top, hat holds two positions:
Position "leaderboard-standard" shall display a superbanner ad in "Large", "Medium" and "Small" screen.
Position "leaderboard-mobile" shall display a mobile-ad in "Extra Small" screen.
I have made a new block leaderboard.php in which both are placed:
<jdoc:include type="modules" name="<?php $this->_p($leaderboard-standard) ?>" style="JAxhtml" />
<jdoc:include type="modules" name="<?php $this->_p($leaderboard-mobile) ?>" style="JAxhtml" />
Also I have defined both positions in file templateDetails.xml.
Now there two problems:
1. In Joomla Backend in layout view both positions have the "0" instead of "leaderboard-standard" and "leaderboard-mobile". When I click on the gear icon I can assign the positions. But after I have clicked "Save" its "0" again.
2. There are no eye icons to switch them on or off.
Can anyone help?
Michael