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

NC for Hire

Ok, so I am working on a method to display latest activity module as sticky module to the top right of my site (open to suggestions).  But for now, I have a tip for you on how to make your navigation stick to the top of site on scroll.

Add this to CSS:

.JFsticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

Add This to Custom Code (bottom):

<script type="text/javascript">

x$(document).ready(function() {
var stickyNavTop = x$('.navbar').offset().top;

var stickyNav = function(){
var scrollTop = x$(window).scrollTop();

if (scrollTop > stickyNavTop) {
    x$('.navbar').addClass('JFsticky');
} else {
    x$('.navbar').removeClass('JFsticky');
}
};

stickyNav();

x$(window).scroll(function() {
    stickyNav();
});
});
</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

  • NC for Hire

    hmm..perhaps it is conflicting with some other CSS or scripts you already have..i'll take a look..

  • NC for Hire

    doesn't look like I can even scroll as the content is too short to scroll through.. but i'll look again..

  • Now it's working.  Must be a woman - took a while to make up her mind.  *LOL*  Than you for sharing JFarrow.

  • Hi, I love this idea as my current Main page is so long. I added your code but it doesn't seem to be working... any ideas?

    Thx!

    • NC for Hire

      hard to tell without seeing it... perhaps something else you have in CSS is conflicting..

  • fwiw I realized that the tabs (being positioned left) were overlaying my green Admin. Toolbar so I removed the line that said "left 0;" and the tabs moved more center.  Just thought I'd mention it if other creators want that appearance as well.  Thanks again JF for sharing this.

    3223322?profile=RESIZE_1024x1024

  • Hello JFarrow. I love the script. Is this there anyway to add color behind the navigation that will remain (ex. the color behing the navigation will always be white rather than clear, or adapts to whatever color the page is)

    Thanks, Henry

    http://allaworldinc.ning.com

     

    • NC for Hire

      Hi Henry, are you looking to change the color dynamically or just looking for CSS code to change background of navigation?

      • Hi JFarrow, whichever one works best in keeping the navigation background a solid color (such as white) while scrolling. As of now, the background seems to be whatever the is on the page.

         

        Thanks,

        Henry

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

Vlada replied to Michael Rua Franco's discussion
Problems with Polyfill.io in my site
"I just read your post here,now I'm no IT expert but I just went to your site and my antivirus didnt…"
10 hours ago
Vlada replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Oh Eva thanks for this post,... Yeah Ning 03 sucks big time alright!!, you get no notifications on…"
yesterday
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Thanks for your help, ⚡JFarrow⌁I'm having some health problems at the moment, which is why I'm only…"
Monday
⚡JFarrow⌁ replied to Zoe Dune's discussion
NING's Landing Page Issues, Third Party Options, Suggestions?
"I just sent you my contact info in a message.  Call me and ill talk with you about some options.."
Sep 11
⚡JFarrow⌁ replied to Eva Libre's discussion
Ning 3.0 is antisocial!
" One way to get your activites in groups to show up in your feed is to combine the feeds from…"
Sep 11
Eva Libre replied to Mar's discussion
Comments appearing in activity feed
"Yes, this is one of several problems with the Activity Feed in Ning 3.0!"
Sep 1
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Thanks for your input..."
Sep 1
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"It is annoying and tedious not to see when a member joins a group. Or if there is a new group! Just…"
Sep 1
Mar updated their profile photo
Aug 28
Mar updated their profile
Aug 28
Mar replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Yes, I'm also struggling with this problem. The activity feed is pretty bad right now. It doesn't…"
Aug 28
AnGella updated their profile
Aug 28
More…

Meanwhile, you can check our social media channels