mysociety / derechoapreguntar-theme

The Alaveteli theme for Derecho a Preguntar (Nicaragua)
https://derechoapreguntar.org/
Other
0 stars 3 forks source link

[#56] Add homepage link to main nav #71

Closed garethrees closed 9 years ago

garethrees commented 9 years ago

Fixes #56

garethrees commented 9 years ago

screen shot 2015-02-18 at 16 58 55

crowbot commented 9 years ago

This pushes the blog link under the search bar when viewed in Spanish.

garethrees commented 9 years ago

This pushes the blog link under the search bar when viewed in Spanish.

Got a screenshot? Was fine here, so might be a resolution issue.

Any thoughts on making it shorter? Could use , but that's not massively clear.

crowbot commented 9 years ago

screen shot 2015-02-19 at 11 40 38

crowbot commented 9 years ago

Shorten 'Lea el blog' (would have to confirm with Nicaraguans) and tweak the spacing? I agree, I don't think anything less than 'home' is going to be much of a help to novice users.

garethrees commented 9 years ago

Using "Blog" just about works.

screen shot 2015-02-23 at 10 37 10

crowbot commented 9 years ago

Shouldn't this screen shot be of the headings in Spanish, not English?

garethrees commented 9 years ago

Shouldn't this screen shot be of the headings in Spanish, not English?

Oh yeah, for some reason I'm missing some translations locally (even with up to date theme and core).

I've updated the screenshot by editing the DOM.

Would also need to apply:

#navigation a {
- padding: 0.5em 1em;
+ padding: 0.5em 0.4em;
display: block;
garethrees commented 9 years ago

Thanks for everything. I think it might work what you are suggesting:

  1. "Home". You can can put in the Menu "Inicio" and you can change "Lea el Blog" by "Blog". I am ok with that.
garethrees commented 9 years ago

Amended 091b7d3 to add the padding.

crowbot commented 9 years ago

:+1: