-
AuthorPosts
-
July 27, 2015 at 5:13 pm #640255
On my site the newsticker links are coming on top of the Menu items, and not letting me to select the menu.
For an example, the third menu item from the right side of the screen has a drop down, when I go on it and I want to click on of of the drop downs, the link from newsticker is over it and I cannot selecthere is a picture of what I am having issues with.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2015 at 5:25 pm #645047Try This . . . . .
Within file path —-> /templates/ja_nex/css/menu/mega.css
AFTER line 29, scroll down and find the following CSS rule:
.ja-megamenu ul.level1 li.mega a.mega.over, .ja-megamenu ul.level1 li.mega a.mega.active {
background: #111 none repeat scroll 0 0;
border: medium none !important;
color: #fff;
margin: 0;
padding: 8px 0 8px 20px;
}Add a “z-index” property to the rule, as follows:
.ja-megamenu ul.level1 li.mega a.mega.over, .ja-megamenu ul.level1 li.mega a.mega.active {
background: #111 none repeat scroll 0 0;
border: medium none !important;
color: #fff;
margin: 0;
padding: 8px 0 8px 20px;
z-index: 999;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better ??
July 27, 2015 at 5:47 pm #645048I found the file, but I do not see that line of code in there.
here is my file
/*
* ------------------------------------------------------------------------
* JA Nex Template for J25 & J30
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com - http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ------------------------------------------------------------------------
*/#ja-megamenu {
border-right: solid 1px #5b211f
border-top: solid 1px #5b211f
background: #772f2c
}#ja-megamenu ul.level0 { font-family: Helvetica, Arial, sans-serif; }
.ja-megamenu ul.level0 li.mega a.mega {
color: #fff
padding: 13px 15px;
border-right: solid 1px #5b211f
border-left: solid 1px #772f2c
display: block;
}.ja-megamenu ul.level0 li.mega a.mega.first {
border-left: solid 1px #5b211f
}.ja-megamenu ul.level0 li.mega.over,
.ja-megamenu ul.level0 li.mega.active {
margin-top: -1px;
margin-bottom: -1px;
}.ja-megamenu ul.level0 li.mega a.mega.over,
.ja-megamenu ul.level0 li.mega a.mega.active {
background: url(../../images/hover-menu.gif) repeat-x left top #e5e5e5
color: #666
border: solid 1px #fff
border-bottom: none;
padding: 14px 15px 13px 15px;
display: block;
}.ja-megamenu ul.level0 li.mega a.mega.over {
background: #f2f2f2
border-color: #e5e5e5
}/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { background: none; border: none; margin: 0px;}.ja-megamenu ul.level1 li.mega a.mega {
color: #666
border: none !important;
padding: 8px 0px 8px 20px;
margin: 0px;
}.ja-megamenu ul.level1 li.mega.over,
.ja-megamenu ul.level1 li.mega.active {
margin-top: 0px;
margin-bottom: 0px;
}.ja-megamenu ul.level1 li.mega a.mega.over,
.ja-megamenu ul.level1 li.mega a.mega.active {
background: #111
padding: 8px 0px 8px 20px;
margin: 0px;
border: none !important;
color: #fff
}/* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner-wrap { background: #f2f2f2 border: 1px solid #e5e5e5 padding: 4px; }.ja-megamenu .childcontent-inner-wrap:hover,
.ja-megamenu ul.level0 li.mega.over .childcontent-inner-wrap {
border-top: solid 1px #f2f2f2
}.ja-megamenu .childcontent-inner { background: #222 color: #666 }
.ja-megamenu .childcontent .ja-moduletable { color: #666 }
.ja-megamenu .childcontent .ja-moduletable h3 { background: none; text-transform: uppercase; }
/* Grouped --- */
.ja-megamenu .megacol { background: url(../../images/line-bg.gif) repeat-y left top ; }
.ja-megamenu .megacol.first { background: none; }
ul.megamenu,
.ja-megamenu .group-content .ja-moduletable,
.ja-megamenu .group-content ul.megamenu { margin: 0px; }.ja-megamenu .group-title { margin-top: 10px; }
.ja-megamenu .group-title .menu-title {
color: #fff
text-transform: uppercase;
font-size: 115%;
}.ja-megamenu .group-title .menu-desc { color: #999 padding-left: 0 !important; }
.ja-megamenu .childcontent .ja-moduletable .ja-box-ct { padding: 15px 20px; }
.ja-megamenu .childcontent .ja-moduletable a {
color: #fff
display: block;
margin-top: 5px;
}.ja-megamenu .childcontent .ja-moduletable a:hover,
.ja-megamenu .childcontent .ja-moduletable a:focus,
.ja-megamenu .childcontent .ja-moduletable a:active { color: #c33 }
.ja-megamenu .childcontent .ja-moduletable p {
display: inline-block;
}.ja-megamenu .childcontent .ja-moduletable img {
display: block;
float: none;
}.ja-megamenu .childcontent .ja-moduletable p strong {
color: #fff
display: inline-block;
margin-top: 5px;
}.ja-megamenu ul.level1 li.haschild a.mega span.menu-title,
.ja-megamenu ul.level1 li.haschild-over a.mega span.menu-title {
background: url(../../images/arrow2.png) no-repeat 96% center;
}.ja-megamenu ul.level1 li.haschild ul li a.mega span.menu-title,
.ja-megamenu ul.level1 li.haschild-over ul li a.mega span.menu-title {
background: none;
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2015 at 6:03 pm #645050Yep, it’s there . . . about halfway down.
July 27, 2015 at 6:38 pm #645052I added in, but I still see the same issue
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2015 at 6:48 pm #645053<em>@persianwebs 484889 wrote:</em><blockquote>I added in, but I still see the same issue</blockquote>
I just checked your CSS and your change was not saved.
If you want to send me a PM with temporary admin access, I can try to do it for you.
July 27, 2015 at 7:09 pm #645054I will do that… I will message now
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2015 at 8:07 pm #645057The stylesheet I need isn’t available through your site admin.
Look to (approximately) line 65 – within the file path in post #2 above.
Add the z-index property as recommended – and make sure the change saves.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2015 at 8:25 pm #645059No, that’s not the correct rule . .. . the correct rule looks EXACTLY like this:
.ja-megamenu ul.level1 li.mega a.mega.over, .ja-megamenu ul.level1 li.mega a.mega.active {
background: #111 none repeat scroll 0 0;
border: medium none !important;
color: #fff;
margin: 0;
padding: 8px 0 8px 20px;
}to which you add the z-index property.
July 27, 2015 at 9:05 pm #645061were you not able to login to the backend?
July 27, 2015 at 9:09 pm #645063I even search in the code for this line border: medium none !important; and it is not there, I dont know how you see it in there.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2015 at 9:13 pm #645064<em>@persianwebs 484901 wrote:</em><blockquote>I even search in the code for this line border: medium none !important; and it is not there, I dont know how you see it in there.</blockquote>
I bring up the stylesheet using the FIREBUG online tool – so I know it’s there. I don’t think you’re modifying the correct CSS rule. It can be a little confusing with the longer rule strings – but I know that rule I identified is in there – and I know the CSS fix works.
July 27, 2015 at 9:20 pm #645065Could you please edit the file.
This is where I got the file from
content/templates/ja_nex/css/menu/mega.cssTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2015 at 9:22 pm #645066<em>@persianwebs 484904 wrote:</em><blockquote>Could you please edit the file.
This is where I got the file from
content/templates/ja_nex/css/menu/mega.css</blockquote>Right, but I cannot access that particular file through your admin backend – it’s not listed (for whatever reason).
I don’t have FTP capability where I am at right now. :(( -
AuthorPosts
This topic contains 20 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum