Hot answers tagged footer
29
I asked an expert to remove it.
At first she said she would, but then she admitted she was trying to get rid of it herself.
User: Not now. I'm trying to get this beta footer to go away.
Expert: Oh really? I'm kind of trying to get this beta footer to go away myself.
So... She's trying. We can only hope.
19
At the rate beta sites are getting thrown at the wall it's better to serve up the list of potential new time sinks in alphabetical order. They are all essentially on the same level and equal to each other. Beta is beta is beta.
When you graduate to a full site, then you can expect to be placed in order of second-birth.
Yes, it might do a number on your ...
14
No, please don't change it. The links in the footer are not site names - they are topics.
Topics are meaningful to everyone: regulars, brand new visitors, search engines.
Site names are only meaningful to regulars. And any regular who wanted Arqade, would know they wanted the gaming site anyway.
13
You can click on the PEER1 Hosting logo*:
(*It's clickable on the actual Stack Overflow page footer, not on the above image.)
Which gets you to this page:
The circled link on said page leads you to a blog post written by a member of the SE team that explains it:
When we decided to move our Stack Exchange Network to the East Coast
to better serve ...
10
By the same rationale the following changes should also be made:
Cooking to Seasoned Advice
Apple to Ask Different
Stats to Cross Validated
Judaism to Mi Yodeya
Having said that I'm in two minds about this. On the All Sites page you can click on a site and it explains what the site is about. In the footer this doesn't happen. A descriptive single word in ...
9
The new footer will be using site names.
Arqade and Mi Yodeya it is, and hovering over the name gives you a description.
Update:
We will add some overrides for specific sites, so it will be clearer what topic they belong to - so it will be "Arqade (gaming)" and "Mi Yodeya (Judaism)" and such.
8
I just thought of something very much like this as part of an answer to a very similar question.
In my case I suggested using the tag line as seen in the Multi-Collider:
as that gives more information about what the site is about.
7
Inspecting the footer links with Google Chrome, I notice that the other links use the cursor: auto property, while the "full site" link doesn't have that CSS property.
Actually, the "full site" link is merely an <a> element, without any "href" attribute, and with an "onclick" event that switches the format with a call to StackExchange.switchMobile(). ...
7
This is answered only in a comment on other question:
It's not sorted by popularity. It's sorted by the order in which they graduated to full site status.
I confirmed this to be true, the first site that was launched via area 51 is webapps so all the sites before are part of the "core" and the trilogy sites.
Screenshot to clarify and in case ...
6
All of the sites that were either part of the original trilogy (Stack Overflow, Server Fault, and Super User) and those that have graduated the Area 51/Beta process are listed in each other's footer. Careers in also included in this bunch. Bicycles went through the phases of the Area 51 system and graduated 11 months ago.
All of the sites currently in ...
6
I suggest the following solution instead of George's:
#footer {
/* Current styles */
min-width:960px;
}
This preserves the current behavior of the footer stretching page wide while still fixing the bug.
6
I don't think this idea would improve things.
We basically have two use cases: Existing users who use the footer to switch between sites, and new users who want to see what else is available.
In the previous case, I think you will quickly learn where your favorite sites are in the list. Icons could help, but it would just make things too messy. Color ...
5
Yes, agreed!
There is getting to be too many different sites in the footer now for the list to be useful. You can't scan the list easily, and it's difficult to locate the link to the site you want, even if you know the name/topic.
Moreover, as pointed out in the question, beta sites don't appear in the footer on fully-launched sites (and vice versa), so ...
4
Just my personal opinion but I don't agree with this at all.
I would imagine the reason why Stack Overflow, Server Fault & Super User all use .com in their links is because they have their own domains and are part of the trilogy. The founders of Stack Exchange if you like.
The rest of the sister sites are all Stack Exchange 2.0 sites and all "live" on ...
4
This is by design.
SEDE is an independent codebase from all the SE sites, and as such, we have to go in and update things like the footer manually. Currently, that content isn't automatically synchronized at all.
Probably the closest we can get to synchronization is to create the footer dynamically based on the sites loaded into SEDE.
Feel free to submit ...
4
In general, things we consider to be the same "family" will be linked in the footer.
the trilogy is clearly one family
SE 2.0 sites may have multiple "families", it depends on the topics and relationships.
Our family is getting larger, so we need room in the house for all the family members. This means friends may get bumped so we have room for our ...
3
The Meta link is there because Meta SO does not only serve as the SO site specific Meta (for now). If you look at the FAQ of Meta SO, you will notice it also serves as a Meta for the SE network as a whole, Stack Overflow Careers and various other topics.
As listed in the FAQ:
If your question is about:
Stack Overflow
Stack Exchange
Stack ...
1
I am unable to reproduce.
Either due to the new footer or a previous fix, but I can't see this behavior when editing while in the review queue.
Setting to status-norepro.
1
It looks like this has been addressed for the Beta sites, but not for all footer links in the graduated sites.
i.e. a sample of the HTML from the beta site template:
<span style="color:#326AB3;font-size:140%">■</span> <a href="http://fitness.stackexchange.com">physical fitness</a>
...
1
I have found the problem and the solution.
The problem:
<div id="footer">
<div class="footerwrap">
...
The solution:
<div id="footer" style="width: 960px;">
<div class="footerwrap">
...
Notice the addition of style="width: 960px;".
This forces the bottom bar to be the same width as the rest of the page.
...
1
I've noticed this before (when inspecting the mobile site on a desktop)
I don't think that the cursor is a big issue. Yes, it will show up on accidental switches to mobile, and I guess it makes sense to use cursor:pointer if it's being explicitly set.
What is an issue is that the mobile site is locked in with Javascript. In other words, you cannot leave ...
1
Mobile devices that get the theme don't have hover, so we intentionally put little to no effort to support it...to instead reduce the load time as much as possible. Many areas don't have hover that traditionally would if you poke around.
Also, we have to use a JavaScript link (and cannot use a simple GET URL), to avoid abuse. Not all links should have the ...
1
The strange double view on the grid view was caused by nested anchors - this bug was introduced when making the sites page friendly for non-js browsing (primarily for SEO).
Having nested anchor elements seems to have been handled fine by all currently supported browsers bar IE 9 (even IE 10 handles it fine), whose DOM parser seems to duplicate parent nodes ...
Only top voted, non community-wiki answers of a minimum length are eligible


