Planet Nexus
Put the nexbar in footer/not make it float? - Printable Version

+- Planet Nexus (https://planetnexus.net/community)
+-- Forum: Planet Control (https://planetnexus.net/community/forumdisplay.php?fid=3)
+--- Forum: Service Discussion & Feedback (https://planetnexus.net/community/forumdisplay.php?fid=6)
+--- Thread: Put the nexbar in footer/not make it float? (/showthread.php?tid=118)



Put the nexbar in footer/not make it float? - Smokey - 01-30-2019

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?


RE: Put the nexbar in footer/not make it float? - Skyon Archer - 01-30-2019

(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.


RE: Put the nexbar in footer/not make it float? - Helena - 01-30-2019

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.


RE: Put the nexbar in footer/not make it float? - Smokey - 01-30-2019

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.


RE: Put the nexbar in footer/not make it float? - Helena - 01-30-2019

You''ll need to add a bit of padding to your copyright area. That is what Cory did on his jCodes installation.


RE: Put the nexbar in footer/not make it float? - Skyon Archer - 01-30-2019

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.


RE: Put the nexbar in footer/not make it float? - Skyon Archer - 01-30-2019

Just a quick follow-up . . .

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

:)