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

Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"Wishing for some response from Ning here... thanks Patrick for sharing these details :) "
35 minutes ago
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"I'm thinking bringing back the  RSS feed box would be a good thing as well. What's…"
41 minutes ago
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"Thanks Kos! "
46 minutes ago
Kos replied to soaringeagle's discussion 'killer penguins'
"Here's the updated Keyword Tool link http://bit.ly/16hsT0x"
1 hour ago
Jordon McGee (Jords) replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'
"Thanks Allison!"
1 hour ago
Kos replied to soaringeagle's discussion 'killer penguins'
"Only 2 days old and emphasizes high quality links, social, etc. although it does not specifically…"
1 hour ago
Chazz replied to Chazz's discussion 'Below Header HTML Box/ Above Footer HTML Box Glitch Developed' in the group The Sandbox
"I am fully updated I will check on my settings."
1 hour ago
soaringeagle replied to soaringeagle's discussion 'killer penguins'
"accurate for the new pengiun rampage?"
1 hour ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service