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

Updated 06-25-2020

All the features of Ning 2.0 with  Ning 3.0 responsiveness.. ;) This code has been updated. It'll work on any layout but it works the best with the (A) layouts ( layout A1 - A4)

Tested and working in all newer browsers IE 9, 10, 11 - Firefox - Google Chrome - Safari. for cell phones, Laptops, PCs, Macintosh and yes TVs....

The fullwidth portion of this code also works in IE 7, 8. for Laptops, PCs and TVs...

It's compatible with all operating systems...

Compatible hardware - cell phones, Laptops, PCs, Macintosh and yes TVs....

Most pages will fit on the smallest of cell phones but I recommend a screen resolution of 480 pixels and wider. But like I said most of the network will fit on screen resolutions of 250 pixels and greater.

With this code your N2 will pass Google developers, mobile friendly test, without using Nings mobile app.



click here to see it live on "The Constitutional Conservatives".

 

If anyone would like help setting this up I'll be more than happy to give you a hand.

GEOCOMs Ning 2.0 Responsive Fullwidth Network v5 part 1

Part 1 goes in your (ad-box above the header) Make sure you press the HTML button before inserting the code.

<meta name="viewport" content="width=device-width, initial-scale=1" ></meta><link rel="stylesheet" type="text/css" href="https://storage.ning.com/topology/rest/1.0/file/get/14338574?profile=original" id="N2_R_F_W_N_v5_P1" ></link>

   

Part 2 goes in your (custom code box)

The video enhancements come with my "profile text box video mod". To turn the mod on change the ID name in the video enhancement script from this  id  " id='gframe' " to this id   id='MOD_FN' ..

<!-- Start GEOCOMs Ning 2.0 responsive fullwidth network v6 part 2 -->
<script src="https://storage.ning.com/topology/rest/1.0/file/get/6335680082?profile=original" type="text/javascript"></script>
<!-- START Ning 2.0 Video enhancements -->
<script src="https://storage.ning.com/topology/rest/1.0/file/get/6359602678?profile=original" type="text/javascript" id='gframe' class="gf_helper" ></script>

 

Part 3 goes in your (design studio CSS session)

/* Start GEOCOMs Ning 2.0 responsive fullwidth network Part 3 */
@media screen and (max-width:1144px)  {
DIV#xg.account.external-auth DIV#xg_body,        
DIV#xg.account.external-auth .xg_lightborder{
     width: 92%!important;
     min-width: 100px!important;
     max-width: 500px!important;
    left:0px!important;
    right:0px!important;
    margin-left:auto!important;
    margin-right:auto!important;     } }
@media screen and (max-device-width:1144px)  {
DIV#xg.account.external-auth DIV#xg_body,       
DIV#xg.account.external-auth .xg_lightborder{
     font-size: 34px!important;
    line-height: 35px!important;    } }
@media screen and (max-width: 760px)  {
table.categories p, table.categories ul {
    padding-left: 0px!important;
    padding: 3px!important;
    margin-top: 0px!important;}
  TD.xg_lightborder H3{
    margin-top: 70px!important;
    margin-left: 0px!important;
    padding-left: 0px!important; }
BODY TD.xg_lightborder {
    padding-right: 0px !important;
    padding: 2px !important;
    width:45%!important;}
BODY .xg_theme TD.xg_lightborder,
BODY .xg_theme th.xg_lightborder{
  width:45%!important;
  min-width:45%!important;
  max-width:45%!important;}    
BODY .body_events_main ul.clist div.tb {
    margin-left: 10px;
    margin-top: 110px;}
BODY .body_events_main ul.clist li a span.image {
    margin-right: 16px !important;  } }
/* End Ning 2.0 responsive fullwidth network Part 3 */

 

 

 

 

557925?profile=RESIZE_480x480

maB N_2.0_FWN_mobile_app_V3.0.js

 N2_GEO_mod_RT_v2.5.044_3x.js

N2_GEO_mod_RT_v2.6_3x.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

                • Hi George,

                  I haven't seen any tasks related to such functionality in the system, and so far as it could be done with the custom code I don't think that it could be expected soon, as mostly we concentrate the efforts on something that require the changes on the server side, not only the front end.

                  Best regards,

                  Ning Team.

              • Thanks Kyryl, It worked for me.

                I was wondering is there anyway to use an icon font on ning 2.0 or is there any other way to add drop down icon in maintab for submenu or any other place where we can't change the HTML.

                Can we use Gzip compression in ning 2.0?

                Thanks again.

                • Hi there!

                  Unfortunately, Gzip compression cannot be used on Ning.

                  Yep, you can use unicodes which are supported by the browser and they would be displayed properly. And of course, you are able to add them to the places where you are not able to modify HTML, for example, you can use pseudo classes to add unicode character or place them in the correct places with the javascript. That is how it could be done for 2.0 network with CSS:

                  [dojotype=SubTabHover] > a:before { content: '∨'; float: right; margin-left:5px; margin-top: 1px; font-size: 80%;}}

                  Should be placed in custom CSS section.

                  Best regards,

                  Ning Team.

                  P.S. That's a bit modified tip posted by John related to the 3.0 platform 

                   

                  • Hi Kyryl!

                    Thanks for the code. But there is a problem when I use this code it display text like this

                    14402119?profile=originalI also import font-icon file in aboveheader-adbox above Ning 2.0 header. When I open design studio it diplay mission icon like this

                    14402121?profile=originalWhen I import the font-icon file in custom code box... It still display the text like the first image but in this case when I open design studio then it displays the actual (dropdown) icon. What's the issue?

                    • Hi there!

                      On chrome that symbol is working perfectly for me, I do suppose that it could be an issue with the font family. I have found the list of the fonts that do support that character, it might be helpful, you can find it here.

                      Best regards,

                      Ning team.

                      LOGICAL OR (U+2228) Font Support
                    • Hi Kyryl! Sorry I forgot to mention this, I am using ning-icon-font and using your code with like this in Advanced css box

                      [dojotype=SubTabHover] > a:before {font-family: 'ning-icon-fonts'; content: '\e60d'; float: right; margin-top: 1px; font-size: 90%;width: 10px;padding-left: 5px;}

                      I insert this css font file in above head ad box

                      <link href="https://static.ning.com/bedazzlewrapper/widgets/shared/less/unversioned/base/iconFont.css?xn_version=1553423905" rel="stylesheet">

                      Here is the video for better understanding

                      [img]https://monosnap.com/image/hDeSbRNX1NC4wPuws9V9kLOpAuGQ99.png[/img]

                      https://static.ning.com/bedazzlewrapper/widgets/shared/less/unversioned/base/iconFont.css?xn_versio…
                    • Hi there!

                      It works really strange, actually, I don't have an idea why it going on so, in such situation I can offer just to use the other font family and the other character to show that the menu has a drop down.

                      Best regards,

                      Ning Team.

              • Hi Kyryl, 

                How would I be able to use this code to make the navigation be screen wide? 
                I have this now on my site and looks good but as you scroll down a tad then you can see the nav bar doesn't go all the way to the right. See here: Surf Community

                Surf Community
                Surfing network for surfers who like all things surf.
                • Hello Scott!

                  Kyryl no longer works with us, but I will ask my tech-savvy colleagues to take a look, maybe they will be able to help. 

                  Bets regards,

                  The NING Team

                  • Hey Anastasia, 

                    I believe I have this corrected already with some additional css. 

                    Thanks for your help! 

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

LEO Mobile App Builder updated their profile
Tuesday
Aase Lillian replied to Aase Lillian's discussion
Community - activity page
"Ok, thank you. Please send me details as I have no idea on how to do it. "
Mar 19
Aase Lillian and ⚡JFarrow⌁ are now friends
NC for Hire
Mar 19
⚡JFarrow⌁ updated their profile photo
Mar 18
⚡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…"
Mar 18
Aase Lillian updated their profile
Mar 18
Aase Lillian posted a discussion
Hi all. Is it possible to add emojis to the community? I also wish the activity page to include…
Mar 18
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
More…

Meanwhile, you can check our social media channels