Ellie
New Member
Posts: 147
inherit
181818
0
Aug 21, 2020 11:49:14 GMT -8
Ellie
147
August 2012
elliearroway
|
Post by Ellie on Nov 14, 2012 10:14:27 GMT -8
I'm not sure if this should be a plugin or if it is possible to do with code, but I would like to remove the Share via FB and Twitter links from the "actions" menu in threads.
|
|
inherit
128246
0
Nov 19, 2012 15:19:31 GMT -8
Celeste
1,203
July 2008
celestial8888
|
Post by Celeste on Nov 17, 2012 12:54:01 GMT -8
I'd like this too. If it can't be removed, can it at least be hidden?
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Nov 17, 2012 13:11:25 GMT -8
Add the following to the bottom of your style sheet for each theme (Themes > Colors and styles > Style sheet tab): /* hide Share from actions menu*/ .sharing {display: none !important;}
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Nov 19, 2012 23:55:23 GMT -8
I've added that code to the bottom of each Theme's Style Sheet but the Share option is still showing in the drop down menu
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 20, 2012 3:36:38 GMT -8
.sharing { display: none !important; }
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Nov 20, 2012 5:17:47 GMT -8
Thank you very much Peter that did the trick
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 12, 2013 8:37:05 GMT -8
I'm probably doing something wrong but, I added the code to 1 theme, as per the instructions and the Share option is still showing up... Do I need to put it all in 1 line, or in 2 like in Peter's post?
|
|
Ellie
New Member
Posts: 147
inherit
181818
0
Aug 21, 2020 11:49:14 GMT -8
Ellie
147
August 2012
elliearroway
|
Post by Ellie on Jan 12, 2013 9:50:43 GMT -8
I'm probably doing something wrong but, I added the code to 1 theme, as per the instructions and the Share option is still showing up... Do I need to put it all in 1 line, or in 2 like in Peter's post?
I c&p'ed Peter's code and it worked fine for me.
|
|
inherit
182159
0
Dec 2, 2019 21:02:31 GMT -8
Thaïs
Mac OS 10.10.3
505
August 2012
thais
|
Post by Thaïs on Jan 13, 2013 12:06:05 GMT -8
I tried both and am still getting the share option Any idea what I'm doing wrong?
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 13, 2013 18:27:41 GMT -8
Well, it wasn't working this afternoon but it's working now... Maybe it was the browser or something but now, in FF, I don't see the "Share" option anymore.
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 15, 2013 18:21:39 GMT -8
Just tested my theory and it seems that the code is working fine in Firefox but not in IE9 or Chrome... While I personally use Firefox everywhere but work (because I have to...), not everyone is a convert so... Any way of making this CB?
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 21, 2013 19:05:24 GMT -8
*bump*
|
|
Ellie
New Member
Posts: 147
inherit
181818
0
Aug 21, 2020 11:49:14 GMT -8
Ellie
147
August 2012
elliearroway
|
Post by Ellie on Jan 21, 2013 19:39:32 GMT -8
Just tested my theory and it seems that the code is working fine in Firefox but not in IE9 or Chrome... While I personally use Firefox everywhere but work (because I have to...), not everyone is a convert so... Any way of making this CB? Weird, I just tried it in all three browsers & it's working for me.
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 24, 2013 11:38:37 GMT -8
Just tested my theory and it seems that the code is working fine in Firefox but not in IE9 or Chrome... While I personally use Firefox everywhere but work (because I have to...), not everyone is a convert so... Any way of making this CB? Weird, I just tried it in all three browsers & it's working for me. Just figured what I did wrong... Added the code to the very very end of the style sheet... right after the Firefox Browser Hack... I moved the code to right before the Brower Hacks and it's not showing in IE8!
|
|