Hi you all,
I'm having problems setting in the module manager the header tag
Module Manager --> News Show Pro GK5 --> Options(Tab) --> Advance Options(Accordion Item) --> Header Tag: h3
I select H1 but it appears the H4 tag in the rendering page.
So I change it in the modules\mod_news_pro_gk5\tmpl\com_k2\view.php in this line return '<h1 itemprop="name" class="entry-title nspHeader'.$class.'"><a rel="bookmark" href="'.$link.'" title="'.htmlspecialchars($item['title']).'">'.$output.'</a></h1>'; and it works.
I want to know if I can set this in the module manager because the solution I found may breaks something else in the site because we use this module in many places. Or maybe this is THE solutions for tagguing all the headers with H1.
Thanks!