I would like to add the Joomla's breadcrumb module to my JA-Autoshop site. However, I cannot find a suitable module position. In other templates of yours, you have a navhelper module position. How can I add that position to my site?
andrewwinkler Hi Your site already have another JA Template you can copy the navhelper from file "/tpls/blocks/navhelper.php" in template "ja_diner". And place it in file "/tpls/blocks/navhelper.php" in template "ja_autoshop Now define the block in /tpls/blocks.php as per needs wherever you want to show it : http://prntscr.com/10tayw5
I was able to copy the navhelper.php file but cannot find either a file /templates/ja_autoshop/tps/block.php nor a file /templates/ja_dinerr/tps/block.php
andrewwinkler Hi In autoshop it should be default.php file you can define the position in this file below mainbody or above it as per needs. To get the module name in list : open templateDetails.xml file and define the module position name.
it's all good now. Many thanks.