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

Updated Aug 21, 2017.

Made for any Ning 3.0 network a Welcome Sign-in and Sign-up pop-up Module. Displays for nonmembers / visitors only, online members will never see it. 

This pop-up works with all devices and browsers, Including but not limited to
Microsoft Edge - IE 9 & newer - Firefox all - Crome all.

click here to see it live on Cross Roads Fellowship - Ning 3.0

Upated 10-5015

Main code New v4.4 Ning 3.0 - In this code don't forget to add your network name and any extra text you would like to add.. These codes go in your (N3 - Custom Code - End of Page Code box)..  Chang the number 60 in the scripts id (id="RE_UP_60") to 15, 30, 45 or off  to speedup or stop the timed popup. ( 60 = 1 minute ~~ 45 = 45 seconds ~~ 30 = 30 seconds ~~ 15 = 15 seconds )

<!-- GEOCOMs_Sign-Up_Sign-In_Pop-Up v4.4 -->
<script src="null//storage.ning.com/topology/rest/1.0/file/get/558475?profile=original.js" type="text/javascript" id="RE_UP_60"></script>
<script type="text/javascript">
x$("P.date-count-down-top-big").after('<P class="date-count-down-bottom-big">Cross Roads Fellowship</p>');
x$("P.your-text").before('<p class="your-new-text">A Christian Outreach <BR>of J & L Ministries.</p>');
</script>

old code v2.6 - Ning 2.0 & Ning 3.0

<!-- GEOCOMs_Sign-Up_Sign-In_Pop-Up v2.7-->
<script src="null//storage.ning.com/topology/rest/1.0/file/get/935977?profile=original.js" type="text/javascript" id="RE_UP_60"></script>

<!-- Replace the words "Your Network name" with your networks name -->
<!-- Replace the words "Your new text" with Your new text -->
<script type="text/javascript">
x$("P.date-count-down-top-big").after('<P class="date-count-down-bottom-big">Your Network name</p>');
x$("P.your-text").before('<p class="your-new-text">Your new text</p>');
</script>



Customization

Here's all the customizing CSS for this pop-up. More than likely you will not need all of these codes, so as you're customizing it only add one snippet of code at a time. The Codes go in your "design studio CSS section"

/*! Start customizing sign-in sign-up pop-up */

/*! sign-in & sign-up close button */
DIV.date-count-down A#date-count-downxx.button{
    color: white!important;
    background-color: rgba(90, 99, 107, 0.87)!important;
    border: 1px solid rgb(51, 51, 51) !important;}

/*! sign-in & sign-up form field */
HTML BODY DIV.date-count-down .form-field {
    font-size:12px!important;
    padding:3px!important;}

/*! sign-in & sign-up text input fields */
HTML BODY DIV.date-count-down .form-field input{
    padding: 0.3em!important;
    font-size: 12px!important;
    line-height: 1.20em!important;}

/* Main module - border Background, text color & size */
HTML BODY DIV.date-count-down {
    background-color: rgba(250, 250, 250, 0.9)!important;
    color: black!important;
    font-size:15px!important;
    border: 5px solid #333!important;}

/* text color & size big text top */
HTML BODY P.date-count-down-top-big{
   color: black !important;
   font-size:34px!important;}

/* text color & size big text bottom */
HTML BODY P.date-count-down-bottom-big{
   color: blue!important;
   font-size:24px!important;}

/* Sign-up button text color & size  */
HTML BODY A#date-count-down3.button{
    color: blue!important;
    font-size:24px!important; }

/* Sign-up module - border Background, text color & size */
HTML BODY DIV.Geo.signUpPage-signUpForm{
    background-color: rgba(200, 200, 250, 0.9)!important;
    color: black!important;
    font-size:19px!important;
    border: 1px solid #333!important;}

/* Sign-in button text color & size  */
HTML BODY A#date-count-down2.button{
    color: black!important;
    font-size:16px!important;}

/* sign-in module - border Background, text color & size */
HTML BODY DIV.date-count-down-2{
   background-color: rgbargba(200, 220, 250, 0.9)!important;
   color: black!important;
   font-size:16px!important;
   border: 1px solid #333!important;}

/*! End customizing sign-in sign-up pop-up */

N3_popup_v4.3.js

N3_popup_v4.4.js

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

  • Have to check it out. Thanks for sharing :)

    • You're welcome. Fire tech, hope you like it. :)

  • Awesome! Thank you for sharing this George!

    • You're welcome Jorge. I'm glad you like it. :-) You have a wonderful day.

  • Great work George and thank you for sharing.

    Best Regards,

    Sir Gissa

    • You're welcome and thank you for the compliment, sir Gissa. :-)

  • This reply was deleted.
    • Update 09/28/2015. John Bizley asked for this update, so here you go John. :-)

      Now on the buttons. I am not going to add any box shadows or anything. I'm trying to keep the styling down to minimal. That way if somebody has already styled their .buttons it will automatically change to their default style. If they don't have a default style, they can always customize it to their liking with CSS, that's what the customization CSS codes are for. :-)

      John, I would love to see the module after you style it. You always do such an awesome job. :-)

      You have a great day and thank you for the compliment

      • This reply was deleted.
        • You're welcome John I'm glad you like it. :-)

          The gap on the social channel is just fine. Once your screen resolution goes out further, it will add another row... 

          I gathered up a few of your codes today and updated that combined code of yours and mine for the social channel. I think it looks awesome. Here's the code.

          <!-- Start Social Channels v1.0  + Highlight "John Bizley" GEO'ed_v3 -->
          <!-- & GEOCOMs Fluid Social Channels Vimeo & YouTube Video player  -->
          <script src="http://bit.ly/1VncawH" type="text/javascript" title="J.B._Social_Channels_GEO'ed_v3_&_GEOCOMs_Fluid_Social_Channels"></script>

  • Upated 10-5-15     Thank you John Bizley for that great idea. Now I'm using Nings sign in / up form with this pop-up. Now it give you all options for logging in or joining the network. Thank you again John. This makes an awesome update. :-) I left both versions on this tip just in case anybody would rather use the old version. V3 is the new version. :)

  • This is a Fantastic update George  :-) and thank you John for sharing your idea  :-) 

    3238700?profile=original

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

⚡JFarrow⌁ updated their profile photo
7 hours ago
⚡JFarrow⌁ replied to Aase Lillian's discussion
Community - activity page
"Yes you can add emojis to your community pretty much anywhere you like.
If you need some help…"
7 hours ago
Aase Lillian updated their profile
7 hours ago
Aase Lillian posted a discussion
Hi all. Is it possible to add emojis to the community? I also wish the activity page to include…
7 hours ago
Donna MacShoe updated their profile photo
Mar 6
Adul Rodri is now friends with ANGE.L LUAR and Margarida Maria Madruga
Feb 14
Shweta Sharma updated their profile
Jan 26
catherine martin updated their profile
Jan 16
Donna MacShoe updated their profile photo
Jan 15
⚡JFarrow⌁ replied to ⚡JFarrow⌁'s discussion
For Creators and Admins: Easy Way to Create a Community Status Report
"This is still one of the best posts for RSS feeds"
Jan 8
brahim jounh updated their profile
Dec 28, 2023
Sewerz updated their profile
Dec 20, 2023
More…

Meanwhile, you can check our social media channels