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

Eva updated their profile
4 hours ago
Vlada and Lady are now friends
Dec 3
Paul Hazelden posted a discussion
I have accidentally deleted a comment in an article.  Is there a way to undelete?  Thanks!
Nov 29
Sonam Sharma updated their profile
Nov 17
Mark Wood updated their profile
Nov 17
williamparker updated their profile
Nov 9
Pam Givens replied to Pam Givens's discussion
posting an article
"Thank you so much...I'll watch for you so we can chat."
Nov 3
Alex - Rosas † Negras replied to Pam Givens's discussion
posting an article
"I'll come and check later, let's see if we can resolve it"
Nov 3
Pam Givens posted a discussion
I'm having a difficult time posting an artist inverview with images.  They come out with to much…
Nov 2
Marly posted a discussion
Hello!  As the title states, I'm currently looking for a way to change the names of certain…
Oct 28
Inza Works updated their profile
Oct 19
APOSTLE TEYSHANA WILEY liked ⚡JFarrow⌁'s discussion I Wrote a Book about Ways to Monitize Your Community
Oct 18
More…

Meanwhile, you can check our social media channels