Thanks. I have changed the php code to something below, the and remove the CSS codes then boxes show up, but not on line:Try see: https://jo5.dykkerhulen.dk/index.php
Code:
<?php if ($this->countModules('footer-top-box') || $this->countModules('footer-bottom-box')) : ?><footer class="footer-top-container"> <?php if($this->countModules('footer-top-box')) : ?> <div class="footer-top-container"> <jdoc:include type="modules" name="footer-top-box" style="card" /> </div> <?php endif; ?> <?php if($this->countModules('footer-bottom-box')) : ?> <div class="footer-bottom-container"> <jdoc:include type="modules" name="footer-bottom-box" style="card" /> </div> <?php endif; ?></footer><?php endif; ?>
Statistics: Posted by gerner — Sat Jan 11, 2025 4:47 pm