Hi zere1986,
Due to concept of this template, it doesn’t have breadcrumbs position by default. You can add it this way:
– Open file: /template/ja_magz/templateDetails.xml and add position for breadcrumbs named navhelper
<position>navhelper</position>
http://prntscr.com/24y5tf
– Depend on layout you’re assigning for template, you open respective layout file to load block of breadcrumbs. For example, if you’re using default layout, you can open file: /template/ja_magz/tpls/default.php add this line of code:
<?php $this->loadBlock ('navhelper') ?>
http://prntscr.com/24y6fl
– Finally, go to backend > Extensions > Module manager > Assign breadcrumb module to navhelper position. In frontend, it will look like: http://prntscr.com/24y6mp
P/s: this template doesn’t include this breadcrumb position by default so you need to add style for it.
Regards