I downloaded the new version of this template and know I have a problem. I set the position of the menu on as-position-3 (right handed to the logo) and know I have the text "< class="moduletable _menu ">" above the menu.
But I don't really know, if this is working for every setting in the template. Why is $moduleTag empty?
Rgds Simon
AS Templates
POSTED: 2014-02-20
Hello SIMBRUBIE,
The latest responsive version is not compatible with Joomla 2.5, it is compatible with Joomla 3.x only, please see the template item details page for more info:
http://www.astemplates.com/joomla-template-details/117-002036
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 downloaded the new version of this template and know I have a problem. I set the position of the menu on as-position-3 (right handed to the logo) and know I have the text "< class="moduletable _menu ">" above the menu.
Can you help me?
rgds Simon
The HTML-Code:
<div id="top" class="row">
<div id="logo" class="span4">
<a href="/">
<img src="/templates/as002063free/images/logo.png" alt="The Company">
</a>
<span class="slogan">
</span>
</div>
< class="moduletable _menu "><div class="moduletable-wrapper"><div class="mod-menu">
<ul class="nav menu ">
<li class="item-101 current active lastItem firstItem"><a href="/">Home</a></li></ul>
</div>
I forgot: I'm using J2.5.18 and PHP 5.4
rgds
Simon again.
I made a dirty hack. In the folder /modules under the template folder, in modules.php, I changed the code (line 33):
Old:
$html = "<{$moduleTag} class="moduletable {$moduleclassSfx} {$moduleClass}">";
$html .= "<div class="moduletable-wrapper">";
New:
if ( trim( $moduleTag ) != "" ) {
$html = "<{$moduleTag} class="moduletable {$moduleclassSfx} {$moduleClass}">";
$html .= "<div class="moduletable-wrapper">";
} else {
$html = "<div class="moduletable-wrapper">";
}
But I don't really know, if this is working for every setting in the template. Why is $moduleTag empty?
Rgds Simon
The latest responsive version is not compatible with Joomla 2.5, it is compatible with Joomla 3.x only, please see the template item details page for more info:
http://www.astemplates.com/joomla-template-details/117-002036
Regards, AS Team.