Here solution to solve problem in moodropdown menu with Joomlart templates.
we see problems in Menu template and full article template views.
1 - Fix Menu template :
To fix Menu Template dropdown problem and Fix Full article Edit menu problem:
1 - Edit File /components/com_cobalt/views/records/default_menu_yourtemplatename.css
and
/components/com_cobalt/views/record/default_record_yourtemplatename.css
2 - and add this css code :
.column2{float:left;}
3 - Edit File /components/com_cobalt/views/records/default_menu_yourtemplatename.php
and
/components/com_cobalt/views/record/default_record_yourtemplatename.php
4 - find script tag and add this javascript code inside the tag:
$("ja-content").removeClass("column");
$("ja-current-content").removeClass("column");
$("ja-content").addClass("column2");
$("ja-current-content").addClass("column2");
You have more Templates bugs with cobalt ? ask us here :
http://www.tadamonet.net/community-forum/category-items/2-community-forum/8-templates-sets.html
Regards ANDI
Here solution to solve problem in moodropdown menu with Joomlart templates.
we see problems in Menu template and full article template views.
1 - Fix Menu template :
To fix Menu Template dropdown problem and Fix Full article Edit menu problem:
1 - Edit File /components/com_cobalt/views/records/default_menu_yourtemplatename.css
and
/components/com_cobalt/views/record/default_record_yourtemplatename.css
2 - and add this css code :
3 - Edit File /components/com_cobalt/views/records/default_menu_yourtemplatename.php
and
/components/com_cobalt/views/record/default_record_yourtemplatename.php
4 - find script tag and add this javascript code inside the tag:
You have more Templates bugs with cobalt ? ask us here :
http://www.tadamonet.net/community-forum/category-items/2-community-forum/8-templates-sets.html
Regards ANDI