#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 24, 2013 9:10:29 GMT -8
Hi, horsehandler. Just to confirm, you're adding the exact code you quoted in your previous post?
|
|
inherit
108710
0
Oct 9, 2021 3:34:03 GMT -8
horsehandler
127
August 2007
horsehandler
|
Post by horsehandler on Mar 24, 2013 12:35:03 GMT -8
I've tried putting .badges, .show-user .badge-thumbs { display: none; } and .badges, .show-user .badge-thumbs. .show-user .ui-tabMenu > ul > li:last-child { display: none; } both separately and together at the very bottom of the style sheet and got that error each time Brian.
If I put either/both before the final } I don't get the error - just nothing happens.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 24, 2013 13:22:15 GMT -8
Can you post the exact codes you're putting into your style sheet within [code] BBCode tags?
|
|
inherit
108710
0
Oct 9, 2021 3:34:03 GMT -8
horsehandler
127
August 2007
horsehandler
|
Post by horsehandler on Mar 24, 2013 14:06:29 GMT -8
I'm adding the last two lines so the bottom of the style sheet looks like this:
/* Firefox */ @-moz-document url-prefix() { select { padding: 4px 2px; } .ui-search .search-filters-button { padding-left: 6px; } .ui-tabMenu ul li { height: 27px; } } .badges, .show-user .badge-thumbs { display: none; } .badges, .show-user .badge-thumbs. .show-user .ui-tabMenu > ul > li:last-child { display: none; } I've tried it with both of the lines by themselves as well.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 24, 2013 14:10:07 GMT -8
I'm adding the last two lines so the bottom of the style sheet looks like this: /* Firefox */ @-moz-document url-prefix() { select { padding: 4px 2px; } .ui-search .search-filters-button { padding-left: 6px; } .ui-tabMenu ul li { height: 27px; } } .badges, .show-user .badge-thumbs { display: none; } .badges, .show-user .badge-thumbs. .show-user .ui-tabMenu > ul > li:last-child { display: none; } I've tried it with both of the lines by themselves as well. Hi, I believe there is an extra fullstop with the second line of coding: .badges, .show-user .badge-thumbs { display: none; } .badges, .show-user .badge-thumbs . .show-user .ui-tabMenu > ul > li:last-child { display: none; } should be .badges, .show-user .badge-thumbs { display: none; } .badges, .show-user .badge-thumbs .show-user .ui-tabMenu > ul > li:last-child { display: none; }
|
|
inherit
108710
0
Oct 9, 2021 3:34:03 GMT -8
horsehandler
127
August 2007
horsehandler
|
Post by horsehandler on Mar 24, 2013 15:44:36 GMT -8
Thanks Stinky666 - I'd tried that before but put it in again and all the badge stuff is still showing when I click on edit profile.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2013 10:40:15 GMT -8
Looks like someone missed a comma. This one removed stuff for me.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 25, 2013 10:55:58 GMT -8
Looks like someone missed a comma. This one removed stuff for me. So the fullstop was supposed to be a comma. Ahh Blame Michael (lol like your username Michael )
|
|
inherit
108710
0
Oct 9, 2021 3:34:03 GMT -8
horsehandler
127
August 2007
horsehandler
|
Post by horsehandler on Mar 25, 2013 12:18:14 GMT -8
This is what is in my css now but the pesky badges are still in Edit Profile & Settings /* Firefox */ @-moz-document url-prefix() { select { padding: 4px 2px; } .ui-search .search-filters-button { padding-left: 6px; } .ui-tabMenu ul li { height: 27px; } } .badges, .show-user .badge-thumbs { display: none; } .badges, .show-user .badge-thumbs, .show-user .ui-tabMenu > ul > li:last-child { display: none; }
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2013 12:41:45 GMT -8
This will hide the one in the Edit Profile page.
|
|
inherit
108710
0
Oct 9, 2021 3:34:03 GMT -8
horsehandler
127
August 2007
horsehandler
|
Post by horsehandler on Mar 25, 2013 12:59:14 GMT -8
Oh I need a hand-clapping, dancing around the room smiley now - thank you Brian!
|
|
inherit
108710
0
Oct 9, 2021 3:34:03 GMT -8
horsehandler
127
August 2007
horsehandler
|
Post by horsehandler on Mar 26, 2013 3:54:19 GMT -8
Sorry - spoke too soon. It works fine to remove the badge stuff from the Edit Profile page but I've just noticed it also remove the Staff Options tab.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 26, 2013 8:24:47 GMT -8
Can you link to the forum where the staff options tab is being removed? I tried the CSS myself here on Support and it only removed the Gifts and Badges.
|
|
inherit
108710
0
Oct 9, 2021 3:34:03 GMT -8
horsehandler
127
August 2007
horsehandler
|
Post by horsehandler on Mar 26, 2013 10:08:17 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 26, 2013 10:48:24 GMT -8
I've removed everything that changes the tabs from the CSS and Layout Templates and placed them all in the Global Header.
For reference, this is the full code in your to remove the tabs and content boxes for badges and gifts.
|
|