-
AuthorPosts
-
September 25, 2012 at 1:51 pm #180955
Hi all,
I’m working with the themza_j15_73 template and i’ve realized that separator items are not shown at the topmenu so, I found this threat http://www.joomlart.com/forums/topic/top-menu-menu-item-type-text-separator/ . I have a little more code and I’m new on CSS so I don’t really know what to edit.
The colour of the template is selectable (I’ve selected the blue one) so i have two css archives:
In template.css:
div#top_menu{
height:54px;
margin:0px auto;
padding-top:0px;
width: 964px;
}#topnav{ height: 54px; width:964px; margin: 0px; padding:0px; font-weight: bold; }
#topnav ul { margin: 0px 0px 0px 18px; padding: 0; width: auto; float: left; list-style-type:none; }
#topnav ul li{ margin: 0; padding: 0; height: 54px; float: left; position: relative; }
#topnav ul li a{ color: #FFFFFF font-weight: bold; text-decoration: none; padding: 14px 10px 0px 10px; height:40px; display: block; float: left; }
#topnav ul li a:hover{ background-color: #444444 text-decoration: none; font-weight: bold; color: #fff }
#topnav ul li ul ul { margin: -50px 0 0 297px; z-index: 100; }
#topnav ul li li { width:auto; height: 35px; }
#topnav ul li li a { color: #FFFFFF text-transform: none; display: block; background: none; width: 277px; border-top: 1px solid #DDDDDD border-left: 0px; padding: 9px 10px 6px 10px; height:20px; }
#topnav ul li li a:hover{ background: none; background-color: #333333 left: 0; width: 277px; padding: 9px 10px 6px 10px; height:20px; border-top: 1px solid #DDDDDD }
#topnav ul li ul { left: -999em; top: 54px; left: 0; display: block; height: 36px; width: 277px; position: absolute; z-index: 99; left: -999em; clear: left; margin-top: 0px; margin-left: 0px; }
#topnav ul li:hover ul ul, #topnav ul li:hover ul ul ul { left: -999em; }
#topnav ul li:hover ul, #topnav ul li li:hover ul, #topnav ul li li li:hover ul { left: auto; }In blue.css
#topnav{ background: #FFF url(../images/blue/top_menu_bg.png) top no-repeat; }
#topnav ul li a:hover{ background: url(../images/blue/top_menu_hover.png) top repeat-x; }
#topnav ul li a.active{ background: url(../images/blue/top_menu_hover.png) top repeat-x; }
#topnav ul li li { background: #1E88B5 KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }
#topnav ul li li a:hover{ background: #145584 filter: alpha(opacity:90); KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }Thank you in advance
September 25, 2012 at 3:56 pm #468121give link to this site,try find solution
arucardx Friendarucardx
- Join date:
- July 2010
- Posts:
- 346
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 21
- Thanked:
- 138 times in 104 posts
September 25, 2012 at 4:22 pm #468124He doesn’t have a subscription package and his referring to a strange template number that indicates he got the template from an unofficial means. Even the CSS code his posting has some strange url in them.
September 25, 2012 at 6:14 pm #468130The website is under maintenance at this time and I can’t let public access as it is. I’m rushing to show you as soon as possible but if there is some problem for getting support let me know please.
Forgive the inconvenience.
September 25, 2012 at 10:31 pm #468137Hi guys,
I have accidentally found the problem (Yes, accidentally). I uncommented the following lines on the function.php file
switch ($tmp->type)
{
case ‘separator’ :
// $data = ‘<a href=”#” title=””><span class=”separator”>’.$image.$tmp->name.'</span></a>’;
// if ($ret) return $data; else echo $data;
return;Now, it’s working , unbelievable… I’m wondering why the hell the developers did something like this.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by cruo 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum