inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 15, 2013 18:08:11 GMT -8
DAMMIT!!! I already know why it is the way it is. I'll fix that. Sorry about that.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 15, 2013 18:25:29 GMT -8
DAMMIT!!! I already know why it is the way it is. I'll fix that. Sorry about that. I've also got several themes that don't want to change colour and stay the same. I'll check it's not a fault at my end then update.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 15, 2013 18:26:56 GMT -8
So I just fixed it in my version. Instead of using [] for the sublinks I changed it to {} I'll push the update tonight. Like I said sorry about that.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 15, 2013 18:29:47 GMT -8
Yeah, I have 9 themes, and 3 work, 6 freeze regarding colour changes and hover etc.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 15, 2013 18:30:14 GMT -8
DAMMIT!!! I already know why it is the way it is. I'll fix that. Sorry about that. I've also got several themes that don't want to change colour and stay the same. I'll check it's not a fault at my end then update. You'll have to put the CSS into each theme's CSS. If you want to make it the same for all themes, wrap the css with <style></style> so that it would be: <style> /*CSS HERE*/ </style>
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 15, 2013 18:30:22 GMT -8
So I just fixed it in my version. Instead of using [] for the sublinks I changed it to {} I'll push the update tonight. Like I said sorry about that. No worries matey.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 15, 2013 18:31:48 GMT -8
I've also got several themes that don't want to change colour and stay the same. I'll check it's not a fault at my end then update. You'll have to put the CSS into each theme's CSS. If you want to make it the same for all themes, wrap the css with <style></style> so that it would be: <style> /*CSS HERE*/ </style> I have about 3 shared colours in the styling, otherwise everything is unique. I'll try the above.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 15, 2013 18:38:58 GMT -8
Is there any way you could make me an admin so I can check the CSS myself? so that possibly I can see what's happening?
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 15, 2013 18:41:24 GMT -8
Is there any way you could make me an admin so I can check the CSS myself? so that possibly I can see what's happening? I guess so matey. Give me a min.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 15, 2013 19:07:21 GMT -8
Shorty I need to hit the sack mate. It's 4am here in the uk so will catch up with things later. Speak soon.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 15, 2013 19:11:00 GMT -8
Is there any way you could make me an admin so I can check the CSS myself? so that possibly I can see what's happening? I guess so matey. Give me a min. That's really weird. It should be working. It's inheriting the styles from the menu button which it shouldn't be doing since its using a specific selector. EDIT: I figured it out.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 15, 2013 20:23:42 GMT -8
Use this CSS instead.
ul.sub-menu-ul { /* Entire Sub Menu */ border: 1px solid #004c97 !important; } #navigation-menu > ul > li:hover a.sub-menu-link { /* Sub Menu List Items */ background-color: #1979e6 !important; color: #fff !important; } #navigation-menu > ul > li:hover li.sub-menu-li:hover > a.sub-menu-link { /* Sub Menu List Items On Hover */ background-color: #004c97 !important; } You will need to use important after everything like I have or else the CSS won't take effect.
The reason the previous CSS wasn't taking effect was because there was other CSS taking precedence over the previous CSS, so it wasn't working. Sorry about that.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 16, 2013 11:16:18 GMT -8
Colours work a treat now Shorty well done mate. Just the user thing and it will be a goer. Top job.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 16, 2013 12:07:18 GMT -8
Colours work a treat now Shorty well done mate. Just the user thing and it will be a goer. Top job. I updated it last night. Just waiting for it to be in the library. Will let you know when. Also I saw you had it as ${user.id} that's still $[user.id] the [] for the [sub-menu name,sub-menu url, sub-menu target] are now {} so it's {sub-menu name,sub-menu url, sub-menu target}
|
|
Former Member
inherit
guest@proboards.com
131621
0
Dec 2, 2024 12:02:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 16, 2013 14:49:43 GMT -8
I just grabbed version 2.0.0 out of the library, is that the most recent? Just making sure. I just downloaded it and it broke my nav. xD The previous hover/highlight color/code is gone, there are weird gaps in the drop-downs like Admin and Profile almost like there's an invisible tab (and one of them is underneath another in admin) aaand I can't get the sub-navs to work now, even after changing the [] to {}, adding in targets... I'm not sure, I could be coding it wrong.
|
|