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

Alternative off-line mode "See images below"  The text can be changed to anything you prefer.  If you would like to use this code and need help customizing it, don't be afraid to ask I'll be more than willing to help. All I would need is the text that you want to display the date the network is closing and a link to your new network. Simple as that.. It can be customized to be used in many different ways.  :-)

Here's the code, change the text, the date (in two places) and the link. :)
Placement of the code
Ning3 - The code goes in your "Custom Code - End of Page Code box"
Ning2 - The code goes in your "NC custom code box"

<!-- Start ( Ning 2 & 3 ) GEOCOMs Network closing divide & Date count down v3.1 -->
<div class="date-count-down"><BR><a id="date-count-down1" class="button">Close</a><BR><BR><p class="date-count-down-top-big">warning</p>
<script type="text/javascript">
today = new Date(); BigDay = new Date("July 25, 2015"); msPerDay = 24 * 60 * 60 * 1000 ; timeLeft = (BigDay.getTime() - today.getTime()); e_daysLeft = timeLeft / msPerDay; daysLeft = Math.floor(e_daysLeft); e_hrsLeft = (e_daysLeft - daysLeft)*24; hrsLeft = Math.floor(e_hrsLeft); minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60); document.write("There are only<BR> <H4>" + daysLeft + " days " + hrsLeft +" hours and " + minsLeft + " minutes left </H4> Until we close on July 25th 2015<P>");
x$(document).ready(function() {  if(ning.CurrentProfile == null){ x$('BODY DIV.date-count-down').show();  x$('DIV.date-count-down-2, A#date-count-down1.button, A#date-count-down.button').hide();  } if ((ning.CurrentProfile != null)){ x$('DIV.date-count-down-2, A#date-count-down2.button').hide(); if (!sessionStorage.alreadyClicked) { x$('DIV.date-count-down').show();    sessionStorage.alreadyClicked = "true"; } } x$('A#date-count-down, A#date-count-down1').live('click', function(geocom) {      x$('DIV.date-count-down').toggle('show'); }); x$('A#date-count-down2.button').live('click', function(geocom) {      x$('DIV.date-count-down-2').toggle('show'); });
 });
</script>
<p class="your-text">
Click the link below to go to our new website, don't forget to create a shortcut to the new network.<BR><P class="date-count-down-bottom-big"><a href="http://sailing.ning.com/" target="_blank">Click here to go to the New Network</a></p>
</p>
<a id="date-count-down2" class="button">Network Owner/Admin click here</a>
<div class="date-count-down-2">
<form class="form1" action="/main/authorization/doSignIn" method="post" novalidate="novalidate"><input name="xg_token" value="" type="hidden" />
<div class="form-field "><br />
 <label for="signin_email">Email Address</label><br />
 <input name="emailAddress" value="" id="signin_email" class="input-full" type="email" /></div>
<div class="form-field "><br />
 <label for="signin_password">Password</label><br />
 <input name="password" value="" id="signin_password" class="input-full" type="password" /></div>
<div class="form-actions"><input class="button button-primary" value="Sign In" type="submit" /></div>
</form>
</div>
</div>
<a id="date-count-down" class="button">Open network warning</a>
<link rel="stylesheet" type="text/css" href="http://bit.ly/1UAyrqC" >
<!-- End Network closing divide & Date count down -->

Color Customization

You may use these CSS snippets to customize the colors. The CSS goes in your "Design Studio CSS section"

/*! Start customizing Alternative off-line mode */

/*! text color big text top */
BODY P.date-count-down-top-big{
   color: red!important;}

/*! text color big text bottom */
BODY P.date-count-down-bottom-big{
   color: blue!important;}


/*! background & text color main divide */
BODY DIV.date-count-down{
   background-color: rgba(0, 0, 000, 0.9);!important;
   color: white!important;}


/*! background & text color sign-in divide */
BODY DIV.date-count-down-2{
   background-color: rgba(0, 0, 000, 1.0);!important;
   color: white!important;}

/*! End customizing Alternative off-line mode */

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

  • Really good job! There is a way to display this without countdown? 

    • Thank you Odino, :)

      Here's a copy without the countdown. You have a wonderful day.

      <!-- Start ( Ning 2 & 3 ) GEOCOMs Network closing divide no count down v3 -->
      <div class="date-count-down"><BR><a id="date-count-down1" class="button">Close</a><BR><BR><p class="date-count-down-top-big">warning</p>
      <script type="text/javascript">
      x$(document).ready(function() { if(ning.CurrentProfile == null){ x$('BODY DIV.date-count-down').show(); x$('DIV.date-count-down-2, A#date-count-down1.button, A#date-count-down.button').hide(); } if ((ning.CurrentProfile != null)){ x$('DIV.date-count-down-2, A#date-count-down2.button').hide(); if (!sessionStorage.alreadyClicked) { x$('DIV.date-count-down').show(); sessionStorage.alreadyClicked = "true"; } } x$('A#date-count-down, A#date-count-down1').live('click', function(geocom) { x$('DIV.date-count-down').toggle('show'); }); x$('A#date-count-down2.button').live('click', function(geocom) { x$('DIV.date-count-down-2').toggle('show'); });
      });
      </script>
      <p class="your-text">
      Click the link below to go to our new website, don't forget to create a shortcut to the new network.<BR><P class="date-count-down-bottom-big"><a href="http://sailing.ning.com/" target="_blank">Click here to go to the New Network</a></p>
      </p>
      <a id="date-count-down2" class="button">Network Owner/Admin click here</a>
      <div class="date-count-down-2">
      <form class="form1" action="/main/authorization/doSignIn" method="post" novalidate="novalidate"><input name="xg_token" value="" type="hidden" />
      <div class="form-field "><br />
      <label for="signin_email">Email Address</label><br />
      <input name="emailAddress" value="" id="signin_email" class="input-full" type="email" /></div>
      <div class="form-field "><br />
      <label for="signin_password">Password</label><br />
      <input name="password" value="" id="signin_password" class="input-full" type="password" /></div>
      <div class="form-actions"><input class="button button-primary" value="Sign In" type="submit" /></div>
      </form>
      </div>
      </div>
      <a id="date-count-down" class="button">Open network warning</a>
      <link rel="stylesheet" type="text/css" href="http://bit.ly/1cTKFvd" >
      <!-- End Network closing divide no count down -->

      • Fantastic! Thank you so much! 

  • NC for Hire

    Question on this: is any kind of html permissible for the page? Can I add images or ideally a video embed?

    • NC for Hire

      Answered my own question. Yes. Thank you for this modification

      • You're welcome Garfield. :-)  Since your adding videos. I went ahead and updated the stylesheet, I added "overflow-y:auto!important;" so if you're on a cell phone you'll be able to scroll down through all the content.

        You have a great day. :-)

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

Kathleen (SunKat) updated their profile
Feb 20
Scott Bishop posted a discussion
OMG! AI does it all. Anything you want to light up your Ning site, just ask Google AI. That's what…
Feb 5
Scott Bishop replied to Alex - Rosas † Negras's discussion
HTML Browser Popup Window Generator,possible with a click to have the window open for ning or other pages, this is my example
"Where at in a 3.0 website do you paste the code to? "
Feb 3
Scott Bishop replied to George H. Compton IV's discussion
(Ning 2 and 3) welcome / sign-in and sign-up pop-up module. Updated Aug 24, 2017
"Hi George, I'm not sure if this tip has been outdated or for some reason it's not working on my…"
Feb 3
Eva updated their profile
Jan 28
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"https://community.surfoutlook.com/
However, it's been solved. Ning helped me out with it. "
Jan 27
Alex - Rosas † Negras replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I don't remember your site, I'll check for you, can I have the link?"
Jan 26
Scott Bishop replied to ⚡JFarrow⌁'s discussion
🖼️ Improve Accessibility & SEO on Your Ning Photo Pages by Automatically Adding ALT Text from Photo Titles
"On your step 3 where you say "Paste in the script below", I'm not finding that. Did you forget to…"
Jan 25
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I think that setting was switched over to Admin as a default when I converted from 2.0 to 3.0…"
Jan 25
Alex - Rosas † Negras replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"settings members must post, if you put ADMIN it is FORBIDDEN TO PEOPLE"
Jan 25
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I got an answer back from Ning Support within an day. It was a setting that somehow slipped out of…"
Jan 22
Scott Bishop posted a discussion
I just realized that my members can no longer post pictures, videos, blogs, events, or anything…
Jan 21
More…

Meanwhile, you can check our social media channels