I know in this time of share it here and share it there this will be an odd request; but a few of my members would prefer their content not be easily shared to Facebook etc via the share links at for example, the bottom of the blogs they post.

I would like to give this small group the option to not have these buttons and links without losing them across the site.

Is there some way to hide these via the individual's "customize my page" CSS?

Views: 79

Reply to This

Replies to This Discussion

If you let your users customize their profile CSS, try having them add this to their CSS:

.xg_module_body.profile.vcard .profile-social-buttons
{
visibility: hidden;
}

hi Ron - thanks for trying.  i do let them customize their profiles. i tried this first on my own profile and no change.   

these are the 2 things i want to be able to remove/hide . they appear at the bottom of all blogs on my site i dont know if this info helps at all... i used firebug to find the info... even though i am a total newb with all of this:

class="post_to_facebook xj_post_to_facebook_stream


 class="atc_s addthis_button_compact"

either way though, thanks for giving it a shot.

.post_to_facebook.xj_post_to_facebook_stream, .atc_this.addthis_button_compact {
visibility: hidden;
}

If its not doing what you want it could be overwritten by some of the existing CSS styles because of selector specificity (or if you have a !important somewhere).

If that doesn't work I'd have to look at the page.
*its not letting me edit my previous post*

.post_to_facebook.xj_post_to_facebook_stream, .atc_s.addthis_button_compact {
visibility: hidden;
}

i tried to add this to my own profile page... no luck.  removed all the other advanced CSS and tried again... still no luck.

this might be something i will need to work on at a later time when i get smarter and can explain this better. i have no doubt the failure is on  my end.

thanks for trying...

If it's not working, there are only two possible reasons that I can think of

1. The selector is wrong/we are talking about different things
2. Selector specificity (or an !important)-
if Ning (or your previous CSS) sets visibility: visible and they use a more specific selector - like "#xg #xg_body #xg_user_profile .post_to_facebook.xj_post_to_facebook_stream", they are being more specific than your ".post_to_facebook.xj_post_to_facebook_stream" which would prevent your new style from overriding it.

When you right click, inspect with firebug on the element you are trying to remove, look on the right hand column, it will list ALL of the styles that are being applied to that element, if you look down the list, some of the properties will have a strikethrough. That means they are being overwritten by another style somewhere else. Look through the list for a "visibility: visible" somewhere and you might be able to find what's overwriting your style.

RSS

Latest Activity

Cindy replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Hi Kos, my settings don't look the same and I don't want to attempt touching anything…"
1 hour ago
John replied to Patrick Chappelle's discussion 'Google+ Sign In'
"I'm excited about Google+ Sign-in"
1 hour ago
Suzie Nielsen replied to soaringeagle's discussion 'killer penguins'
"Is this what is happening? My stats are totally off!!! This is scary because once again not being a…"
2 hours ago
Barbara West replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"Sorry my mistake--deleted it--Barb"
2 hours ago
Rafael replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'
"Hey Ningaholic, The categorization of members is an excellent idea.  On your perception of the…"
2 hours ago
Kos replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Your picture doesn't show that you're signed in.  You must be signed in for the site…"
2 hours ago
Aurora Carlson replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Great update and wonderful possibilities, thank you! I have a question though- will it be possible…"
2 hours ago
A discussion started by soaringeagle was featured
2 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service