I followed a great tip for a custom nav bar, (http://creators.ning.com/forum/topics/by-request-im-sharing-my?xg_s...
however the Nav Bar appears on every page of my client's site, including terms of service. It even blocks certain fields as someone is signing up. (see attachment) Does anyone know how to remove it on certain pages? Any help would be appreciated. The site I am referring to is http://www.s-men.org
Tags:
okay , there's a way to prevent that.
first,
add an ID to the navigation bar.
<div id="custom-nav" style="xg-p:absolute; left:50%; margin-left:-505px; width:955px; top:200px;">
</div>
okay now the script that prevents it to show up in sign up and sign in(use this in custom code)
<script type="text/javascript">
if(x$('.xg_widget_main_authorization').length){
x$('#custom-nav').css('display','none');
}
else{
}
</script>
That's it , it should hide it from sign up and sign in.
CocteauBoy replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
Franco Mercalli replied to Franco Mercalli's discussion 'How to securely access external resources when Ning Apps will be gone?'
CocteauBoy replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
CocteauBoy replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
Paul Corona replied to Suzie Nielsen's discussion 'Watching Cultivating videos- have questions!'
DAvid Cordina replied to kid k's discussion 'Poster ici vos adresses de reseaux NING !' in the group Ning French Networks© 2013 Created by Ning.
