-- Joomla version -- : 5
-- PHP version -- : 8.2
Hi,
Pls help us to solve these two issues
1/ I put one Hika Content Module on Left Position, and this module should be not showed on product page.
But on product page, the menu is hide, but there is still space in this left postion.
2/ On catogery listing page, I want to add one module position by the code
<?php
$mypostion="{loadposition tuan}";
echo JHTML::_('content.prepare',$mypostion );
?>
=> when I put this code on, category/listing_img_title ; it is working.
=> But If i put on category/listing_div , it gets error as below
"Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '256' frames"
Pls help to check and give me your support