Planet Nexus

Full Version: Put the nexbar in footer/not make it float?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to place the nexbar somewhere in the footer above the copyright text on a forum and not have it float down the page like it currently does?
(01-30-2019, 04:03 PM)Smokey Wrote: [ -> ]Is it possible to place the nexbar somewhere in the footer above the copyright text on a forum and not have it float down the page like it currently does?
No, sir. The bar is supposed to hug the window at the very bottom so that it is unobtrusive. It is a requirement to have the bar implemented as it is the back-bone of the entire system.

Now, if you'd like to place an ad in a different location, view the other ad codes available on the "Codes" page in the NexAds system. You can place a responsive advertisement above the copyright this way it will auto-fit in accordance with the viewers browser size and/or space available.

However, whether you use an additional ad or not, we must ask that the footer bar script and footer bar placement not be modified in anyway.

Hope this answers your question effectively.
These will be added to our terms of service rules, which will be more comprehensive to satisfy legal concerns. This synopsis should help clear things up:

The NexusBar must appear on the landing page you are providing for this service.

The NexusBar must not be re-positioned, or fix-to-bottom of window placement altered.

Customization colors must not be configured to obscure the links in the bar. (Ex: matching text color to background, so that links only appear when highlighted.)

You may not modify placement of any ad units that are positioned by the script being used. You may not modify the scripts or ads in such a way that any hyperlinks back to planetnexus.net are modified, hidden or removed.
Well that's by all means fine, but my concern is it's obstructing my host's copyright at the bottom of the forum by covering it completely.
You''ll need to add a bit of padding to your copyright area. That is what Cory did on his jCodes installation.
You can add margin and/or padding to the copyright.

For example, if you added this to the bottom of your stylesheet, or bottom of your wrapper:
Code:
.copyright {
    margin-bottom: 10px;
}

That should fix it fine.
Just a quick follow-up . . .

If you need assistance with this, please don't hesitate in contacting me directly via PM or here.

:)