I purchased Template 002018 and started set up a site. Its not finished yet. I run into a problem I can't solve. If you have a look e.g.: http://www.bma-magazin.de/cms/index.php/fahrberichte/96-yamaha
As you see the subheader shows "class="subheading-category">Yamaha" istead of only "Yamaha".
Headers from main is ok, only subheaders are infected. Any idea?
Another question: how did you made the tiny menu at the top only using icons?
best regards from Germany, Marcus
AS Templates
POSTED: 2012-11-09
Hello MARCUSBMA,
Please contact us via the 'Contact Us' page and provide with an access to the Joomla admin panel, we will check it and try to fix.
Regards, AS Team.
AS Templates
POSTED: 2012-11-12
Hello MARCUSBMA,
The issue was fixed by adding the following code in the template index.php file:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I purchased Template 002018 and started set up a site. Its not finished yet. I run into a problem I can't solve. If you have a look e.g.: http://www.bma-magazin.de/cms/index.php/fahrberichte/96-yamaha
As you see the subheader shows "class="subheading-category">Yamaha" istead of only "Yamaha".
Headers from main is ok, only subheaders are infected. Any idea?
Another question: how did you made the tiny menu at the top only using icons?
best regards from Germany, Marcus
Please contact us via the 'Contact Us' page and provide with an access to the Joomla admin panel, we will check it and try to fix.
Regards, AS Team.
The issue was fixed by adding the following code in the template index.php file:
<script type="text/javascript">
var asjQuery = jQuery.noConflict();
asjQuery(window).load(function()
{
if(asjQuery('#colmain #component div').hasClass('category-list'))
{
asjQuery('#colmain #component h2 span.subheading-category').first.remove();
}
});
</script>
Regards, AS Team.