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

    • Thank you Dave. :-) I did leave the old version v2 in this discussion so anyone with a Ning 2.0 network can still use it.

  • Upated 12-3-15 - For some reason the Ning 2.0 version wouldn't load on some 2.0 networks.. It's all fixed now.  :-)

  • George:Awesome!

    Is it possible to use what you have created to create a "Welcome Module" and only display a message that would read as follows:

    Welcome to Hispanic Latino Social Commerce Network. To get started, please read and follow the instructions we have sent to the email address you sign-up with.

    Only to display when new members sign-up.

    I don't need nor want the Sign-Up nor Sign-In to display as it does not apply.

    George

    • Hello Jorge, is this for a Ning 2.0 or 3.0 network?  

  • Hey, great coding, but I was wandering if you could help me to apply it on the sign in/sign up page. I'm not a programmer and I'm trying to customize the main page. Could I change the login tab layout, setting new colors and background, as you did with the pop up? But keeping the main sign in page, if possible. Tanks!

    • Hello Jack, here's the codes for Ning 3.0 networks sign-in & sign-up Customization. If you need the codes for a Ning 2.0 network, Just let me know. You have a wonderful day.




      /* START Ning 3.0 sign-in & sign-up Customization */
      /* The codes go in your design studio CSI section */

      /*! background-image */
      DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signUp, DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signIn {
          background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/963872701?profile=original") !important;
          background-attachment: fixed !important;
          background-size: 100% 100% !important;
          padding-bottom: 45%;
          margin-top: -34px !important;}



      /*! sign-in & sign-up Modules */
      HTML BODY DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signIn DIV.grid-frame.sheet,
      HTML BODY DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signUp DIV.grid-frame.sheet {

       /*! border size, color and occupancy */
          border: 2px solid rgba(155, 55, 155, 0.33) !important;  

       /*! border radius */
          -webkit-border-radius: 11px 3px !important;
          border-radius: 11px 3px !important;
       
       /*! box shadow color and occupancy */
          -webkit-box-shadow: 0px 10px 3px 6px rgba(222, 34, 186, 0.2) !important;
          box-shadow: 0px 10px 3px 6px rgba(222, 34, 186, 0.2) !important;

       /*! background color and occupancy */  
          background-color: rgba(155, 55, 155, 0.1) !important;

       /*! main text color */  
          color: black!important;
      }



      /*! Page title text color */
      DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signIn H2.module-name,
      DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signUp H2.module-name {
          color: black!important;
      }

      /* START import Lobster cursive Font */
      /* Remove this code if you don't want the cursive font */
      @font-face {
        font-family: 'Lobster';
        font-style: normal;
        font-weight: 400;
        src: local('Lobster'),
        local('Lobster-Regular'),
        url(http://fonts.gstatic.com/s/lobster/v11/MWVf-Rwh4GLQVBEwbyI61Q.woff) format('woff'); }
      DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signIn h3,
      DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signUp h3,
      DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signIn H2,
      DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signUp H2 {
          font-family: 'Lobster', cursive!important; }
      /* End import Lobster cursive Font */

      /* End sign-in & sign-up Customization */

  • George the code was really useful. Great work!
    Thanks for the sharing, helped alot!

    • You're welcome Jack. :-) I'm sorry, I forgot to give you the primary submit button codes for the sign in and sign up pages.  If there's any other codes you would like, just let me know.

      This code goes with the other sign up and sign in customization codes in your design studio CSS section.

      /* sign-in & sign-up buttons */
      .signUpPage.signInFlow INPUT.button.button-primary,
      .signInPage.signInFlow INPUT.button.button-primary{

      /* button background color */
           background-color: #170FFA!important;

      /* button text color */
           color: #FFF!important;}

      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ~~~~~~~~~~~~~~~~~~~~~~~~

      If you'd like to add a border radius or box shadows to the buttons just grab that section out of one of the other codes and add it to the new code. Example below

      The border radius snippet.

       /*! border radius */
          -webkit-border-radius: 11px 3px !important;
          border-radius: 11px 3px !important;


      And here's the button code with the border radius added

      /* sign-in & sign-up buttons */
      .signUpPage.signInFlow INPUT.button.button-primary,
      .signInPage.signInFlow INPUT.button.button-primary{

      /* button background color */
           background-color: #170FFA!important;

       /*! border radius */
          -webkit-border-radius: 11px 3px !important;
          border-radius: 11px 3px !important;

      /* button text color */
           color: #FFF!important;}

  • Updated May 1, 2016.  Now even if a visitor closes the module it will reopen every 15, 30, 45 or 60 seconds, your choice.  To change or turn off the RE-pop up timer, just change the number in the JavaScript ID to ( No, 15, 45 or 60 ). By default it's set to 60 seconds. ( id="RE_UP_60" )

  • Awesome work George :-) Great update thank you for sharing.

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