Ning Developer Network

It was good to get an email from Ning today announcing new themes, and other changes, but I was surprised to see the changes to the Welcome bar. Even more surprised to find out that over-night this had been rolled out to everyone in my network. The new Welcome Bar completely blew away the custom welcome bar I'd made for my network. Ouch!

So first question, what is the CSS to completely turn off the huge new Welcome bar? We have a private network for now, so the big "Invite Friends" is useless. I'm planning to make a new HTML box that contains some welcome info (which unfortunately they won't be able to remove). My HTML box will probably look alot like the old green one.

btw I'm all for progress, but its seems like you need to have a better system for promoting these types of changes into production.

Share Twitter

Reply to This

Replies to This Discussion

.xg_theme-button-bc {
display:none !important;
}

Reply to This

That seemed to do the trick, thanks for help!

Reply to This

Anytime!

Reply to This

Thanks! I thought the welcome box was also way too big and there was a promotion for NING? .. I thoughth I pay to have no NING promotion on my site, so that was weird....

So really happy with this: Ningmaster thanks for the code!

Reply to This

A side effect of using:

.xg_theme-button-bc {
display:none !important;
}

to turn this off on our network is the icons in the center of the flash upload modules for photos, videos are now invisible so there is just a big white box, it still functions but talk about confuse the user...

Is there a way to get these to appear without needing to display the welcome box? I've dug around in the CSS but so far nothing I've tried has worked.

Reply to This

This works in making the Welcome box invisible, but still leaves the icons in the various media uploaders:

/*This works to make welcome box invisible but leave the icons for photos, videos, music flash uploaders*/
#welcome {
display:none !important;
}


Beth Alexander said:
A side effect of using:

.xg_theme-button-bc {
display:none !important;
}

to turn this off on our network is the icons in the center of the flash upload modules for photos, videos are now invisible so there is just a big white box, it still functions but talk about confuse the user...

Is there a way to get these to appear without needing to display the welcome box? I've dug around in the CSS but so far nothing I've tried has worked.

Reply to This

Thank goodness I found this answer. The way I have my site setup the popup for add content was really nasty looking.

Reply to This

Reply to This

RSS

© 2010   Created by Ning Developer Admin

Badges  |  Report an Issue  |  Privacy  |  Terms of Service