andiamine VIP
Total posts: 295
14 Sep 2012 14:35

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

Last Modified: 02 Mar 2014


ron.du VIP
Total posts: 113
15 Sep 2012 02:14

WOW . just tried now. its work :) thanks @ANDI


Guest
08 Jan 2014 07:32

I have same issue with artisteer templates !

moodropdown menu doesn't show and it's really annoying !

Artisteer is quite nice to build own's templates but I ca't make Cobalt work fine cause this menu doesn't appear

I Join my template

Powered by Cobalt