8thos Bar (Facebook-Like Floating Menu with Avatar and Search Box)

8thos Bar 5.0

No permission to download
I need some help, please ;)

Without scrolling it looks like (wrong):
noscrolling.webp

Without scrolling it looks like (correct):
scrolling.webp


What is the problem that I have to scroll to see it correcly ?

|edit: I got the problem. I've to change "relative" to "fixed"
 
Anyone who uses this modification with Socially Uncensored Skin

http://xenforo.com/community/resources/socially-uncensored.1009/

Simply revert search_bar.css back to default. Refresh / rebuild the template with TMS (Template Modification System) And all should work again.

The reason for this is the default search bar in XenForo default is not lined up with the skin. But in Socially Uncensored it is.

If you do not want to revert, simply look for this

PHP:
 #QuickSearch
{
display: block;
 
position: absolute;
right: 20px;
top: -31px;

And change that last line into -18px
 
Anyone who uses this modification with Socially Uncensored Skin

http://xenforo.com/community/resources/socially-uncensored.1009/

Simply revert search_bar.css back to default. Refresh / rebuild the template with TMS (Template Modification System) And all should work again.

The reason for this is the default search bar in XenForo default is not lined up with the skin. But in Socially Uncensored it is.

If you do not want to revert, simply look for this

PHP:
 #QuickSearch
{
display: block;
 
position: absolute;
right: 20px;
top: -31px;

And change that last line into -18px

^^^^ The above fix is no longer needed in Socially Uncensored Theme 2.0
http://xenforo.com/community/resources/socially-uncensored.1109/

However you will need to apply the following color fix

PHP:
#moderatorBar .visitorTabs .navLink {
    color: white !important;
}

Simply add that to your extra.css

This will make the text on your copy of 8thos Bar viewable again ;)

If for some reason "white" seems to bight for you or you're simply obsessive compulsive and must have things all match

#D4E1EE
 
I'm going to update this in a couple weeks. There's some cool stuff I want to add like options to disable, enable it for a skin and a way for members to add their own bookmarks. I might fix that search calendar bug too.
 
I'm trying to add this to the Baisik (xenfocus) template.
Having a slight aesthetic issue of duplicate search bars. (The search bar in Baisik resides at the top of the page, which ends up sitting just below the 8thos search bar).
I'd be fine with removing the search bar from the top of the page (from the Baisik template), just not really sure where to look.
 
ss.png


Search bar that's part of the template is circled in red.
 
Ah I remember this theme. This the one that keeps getting copied right. I probably have a copy laying around I can play around with.
 
Hello

As TMS is not running on my system
Is there a lot of work to do on templates to make this addon working ?
Using theme flexile.

Regards
 
Header is Wider Than Navigation and Below In Safari and Mobile Browsers

THIS IS DRIVING ME NUTS!!!

Been messing with this since yesterday. If I can fix it I'll update the resource.
 
Can someone tell me how to alight my search bar? I just want to move it up a little more to align with the floating bar.
 

Attachments

  • 4-1-2013 9-53-09 AM.webp
    4-1-2013 9-53-09 AM.webp
    17.3 KB · Views: 8
Top Bottom