-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.4
-- PHP version -- : 5.6.3
Hi there !
I didn't found somewhere in this forum where you solved this situation :
This is my index.php code :
<?php if ($this->countModules('left')) : ?>
<aside class="col-md-4">
<jdoc:include type="modules" name="left" style="xhtml"/>
</aside>
<div class="col-md-8">
<?php else : ?>
<div class="col-xs-12">
<?php endif; ?>
When there are no module published in left, the whole aside stuff shouldn't display.
The problem is with hikashop filtering module I set the "Display on the product page" option to no
and i stil get
<aside class="col-md-4">
</aside>
<div class="col-md-8">
on my page. the module isn't displayed but I still get the container to show itself.
Thanks for your help !
Regards