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

You can take all your CSS codes from your design studio,
NC custom code box and your ad boxes and put them on a
stylesheet. This will speed up your network and make more
room in your code box's.


(Creating your stylesheet)

remember to remove all tags from your CSS codes before adding it to a stylesheet

example remove all tags like this /*end hide modules*/ also remove any style Tags <style> & </style> from any CSS code you got from your NC custom code box, ad box or your design studio advanced CSS..

Just create a new text document on your desktop
and then copy all your CSS codes to the text document
and save. change the file extension of the text document from
.txt to .css

To change the file extension go to your "control panel" double click on the "folder options" icon. the folder options box will pop up select the "view tab" then look down the list until you find The line that says "hide extensions of known file types" uncheck that box press apply then okay. The document that you created now shows the file extension .txt at the end of the name of the document. now you can change the .txt to .css

then upload the stylesheet to your
network and replace the link (http://your_new_stylesheet.css) in this code below with
the new link you just created.

(Uploading the stylesheet)
if you have a file manager just upload it with that.
if not just create a new page without saving
press the attachment button and upload the stylesheet
when the upload completes highlight and copy the link
and paste it over the link (http://your_new_stylesheet.css) in the code below then hit
ok then cancel the new page.

(Placing the code on your network)
place the stylesheet code in
your NC custom code box or in any ad box.

CODE
<link rel="stylesheet" type="text/css" href="http://your_new_stylesheet.css" />


Stylesheet limitations
a stylesheet can not be larger than 288kb

NO JavaScript and NO HTML.
Internet Explorer 6 to 9 can only handle 31 stylesheets

most any other browser can handle 4095 or more.

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

  • hello George..hey is there a script that will allow me to put something in the ad text box above header that will not show up on everypage except home page?..

    •  not that I know of right off hand but you can use this code to remove the ad box above the header from just the profiles

      .xg_widget_profiles_profile DIV#xg_ad_above_header.xg_ad.xj_ad_above_header{display:none!important;}

      • You can check with javascript for the url of the current page, and then add the content to the ad box with javascript.

        You can check the page you are on with this:

        window.location.pathname

        https://developer.mozilla.org/en-US/docs/DOM/window.location#Proper...

        Here is what that will return for various pages:

        mysite.com - "/"
        mysite.com/pages/mypage1 - "/pages/mypage1"
        mysite.com/profiles/members - "/profiles/members"

        So you can check the main page with the following:

        (below goes in your Custom Code)

        if(window.location.pathname == "/")
        {
        //run code only on main page
        x$("#xg_ad_above_header").append("<div id='my_content'><p>some text</p></div>");
        }

        Or, conversely (and this might be cleaner depending on what you are putting in the ad box, you can do the reverse:

        //place this code in your ad box
        <div id="mycontent"><p>some text</p><img src="someimage.jpg"></div>

        //place this code in your Custom Code
        if(window.location.pathname != "/")
        {
        //hide code when not main page
        x$("#mycontent").hide();
        }

        • thanks alot

        • thank you Ron :-)

      • thanks george

  • Thank you very much George  :-)

    • you're quite welcome Dave I'm glad I could help :-)

  • This reply was deleted.
    • I've been meaning to put this tip up for months it just kept slipping my mind LOL you're welcome Jords :)

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

Alex - Rosas † Negras replied to Suave's discussion
I AM LOOKING FOR DEVELOPER ASSISTANCE WITH ADDING AUTOMATIC MUSIC TO MY HOME PAGE
"if you need I'm here, if you look in my discussions you will also find the playstil"
22 hours ago
Alex - Rosas † Negras replied to ⚡JFarrow⌁'s discussion
What is going on with Ning? What Do We have to Look Forward To?
"Bizz ⚡JFarrow⌁ 
I'm sorry that many like us have worked so hard and given up, but at least I'm…"
22 hours ago
⚡JFarrow⌁ posted a discussion
Back in the day, this community was jumping with activity.   But since the Ukraine war broke out we…
yesterday
⚡JFarrow⌁ and Truebook are now friends
yesterday
Alex - Rosas † Negras replied to Alex - Rosas † Negras's discussion
I want to thank JOHN BIZLEY ( BIZZ) for his invaluable help, active icons on the Ning bar,CODES ADDED
"A thousand thanks"
Tuesday
Alex - Rosas † Negras replied to Pam Givens's discussion
Landing Page
"Pam Givens this is an example i created of an old 3.0 site"
Tuesday
Alex - Rosas † Negras replied to Pam Givens's discussion
Landing Page
""
Tuesday
Alex - Rosas † Negras replied to Alex - Rosas † Negras's discussion
Sorry for my absence
"Pam Givens hi my friend, yes everything is ok a big hug"
Monday
Alex - Rosas † Negras replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"⚡JFarrow⌁  hi my bro! the situation is sad, Biz and all the programmers are missing, once we all…"
Monday
Alex - Rosas † Negras and Truebook are now friends
Monday
Melissa V updated their profile
May 7
conversor de letras updated their profile
May 7
More…

Meanwhile, you can check our social media channels