Current status of the Ning Platform is always available on the Ning Status Blog.

In the past when I ran a full member network the most common questions I got asked were how to add a photo or edit a photo, same for forums blogs etc, so here is a litttle tip which helps make those stand out.

In the design studio there is an option to be able to turn of or on the text label for these and this tip will work for both but I do prefer the text label ticked. Below is where you will find this and also two examples of how the code looks. Again you can changes the colours as required by editing the code.

How to find the text label

Examples of after the code has been added.

With Text Label

Without Text Label

Code used for this, it's all css so just add it to your custom css section.

/* COLOURS FOR THE FEATURE EDIT AND ADD BUTTONS AND MAKE THEM ROUND*/
.linkbar.linkbar-iconic .button.button-iconic { border:none;border-color:transparent;border-radius:50px;font-size:1em;color:white }
.linkbar.linkbar-iconic .button.button-iconic .icon{ vertical-align:middle;height:auto; }
.linkbar.linkbar-iconic .button.button-iconic.feature-button { background-color:royalblue; }
.linkbar.linkbar-iconic .button.button-iconic[title="Edit"] { background-color:red; }
.linkbar.linkbar-iconic .button.button-iconic[title="Add Discussion"] { background-color:green }
.linkbar.linkbar-iconic .button.button-iconic[title="Add Blog Post"] { background-color:green }
.linkbar.linkbar-iconic .button.button-iconic[title="Add Article"] { background-color:green }
.linkbar.linkbar-iconic #photoupload .button.button-iconic{ background-color:green}
/*Hover colour for all of them*/
.linkbar.linkbar-iconic .button.button-iconic:hover,.linkbar.linkbar-iconic #photoupload .button.button-iconic:hover{background-color:darkblue;color:white}

Some new code below for the Feature button. The first part is just some additional css so that when you are veiwing something that is featured then it just adds the letter d so the button reads Featured rather than still Feature. It just makes it a little clear that it has already been featured and also changes it colour background to reflect this.

The second part is some custom code to go in the custom code end pf page box. What this does is just change the tool tip text when you hover over the button.

.linkbar.linkbar-iconic .button.button-iconic.feature-button.is-selected { background-color:sienna; }
.linkbar.linkbar-iconic .button.button-iconic.feature-button.is-selected:hover { background-color:darkblue; }
.linkbar.linkbar-iconic .button.button-iconic.feature-button.is-selected .icon-feature:after{content:"d";display:inline-block }

And the custom code to add to your site&pages end of page box, this is optional ( do not copy this line with the code )

<script>
x$('.linkbar.linkbar-iconic .button.button-iconic.feature-button.is-selected').attr('title','Featured');
x$('.linkbar.linkbar-iconic .button.button-iconic.feature-button.is-selected').hover(function() {
x$(this).attr('title','Click To Un-Feature This');
});
x$('.linkbar.linkbar-iconic .button.button-iconic.feature-button:not(.linkbar.linkbar-iconic .button.button-iconic.feature-button.is-selected)').attr('title','Click to Feature This');
</script>

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –

Replies

  • nice!

    • Thanks Martin :-)

  • NC for Hire

    nice work Bizzzz!

    • Thanks JF :-)

  • Hey there. How can I add a rainbow background picture to the buttons? 

    • Hi there!

      As you may see in the code the color is used as the background (in the code it looks like this background-color:green ). Since the browser cannot generate the rainbow in an easy way, it would be easier to use the rainbow background image instead of teh color in order to get the result you are looking for. So instead of the background-0color property, you should use  background-image, in such you should replace teh code I have mentioned in the first sentence with background-image: url("LinkToYourRainbowBackground"). Where LinkToYourRainbowBackground should be replaced with an image of teh rainbow that you are willing to use the background for your button.

      Best regards,

      Ning Team.

  • Thanks for this - I was just about to ask that very question!  Have had complaints that just having  a big plus sign, floating free from the column it applies to, is seriously counter-intuitive.

This reply was deleted.
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

Birthday Gift Network updated their profile
Thursday
Birthday Gift Network updated their profile photo
Thursday
Paul Corona replied to Donna MacShoe's discussion
Ning Support phone number for my 20 yr old site
"NING support is useless anymore...I have respnded three times asking questins to a message they…"
Jan 15
Alex - Rosas † Negras posted a discussion
due to personal problems I have not been online anymore, I apologize so much and I am happy to be…
Jan 14
Alex - Rosas † Negras replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"IL PROBLEMA È SEMPRE LO STESSO, NING GLI OPERATORI... DEVONO ELIMINARE I COOKIE SUL VOSTRO SITO"
Jan 14
Vlada replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"I'm no IT expert by any means, but out of curiosity have you tried entering the chat room from the…"
Jan 8
Vlada replied to Eva Libre's discussion
Update, Merry Christmas
"Then add the recent price hike email that Ning has notified to be taking effect soon, I'm not…"
Jan 8
Kos posted a discussion
In November we began to notice Chat "freezing up" and when we would refresh the page, it would…
Dec 27, 2024
Eva Libre posted a discussion
UpdateMerry ChristmasToday I woke up totally frustrated and determined to do something.At the end…
Dec 26, 2024
Eva Libre liked Eva Libre's discussion Ning 3.0 is antisocial!
Dec 25, 2024
Eva Libre updated their profile
Dec 25, 2024
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Update
Merry Christmas
Today I woke up totally frustrated and determined to do something.
At the…"
Dec 25, 2024
More…

Meanwhile, you can check our social media channels