inyokaproject / theme-default

Inyoka OSS Theme
Other
7 stars 12 forks source link

Second menu on small screens #48

Closed MarkusH closed 9 years ago

MarkusH commented 9 years ago

From @chris34 on October 12, 2014 15:13

I found, that a second "menu" is displayed at the end of the page on small screens. F.e. in forum/topic.html:

topic_forum-second_nac-small_screen

Grep says the corresponding classes occur in the following files, too:

$ grep -r visible-xs . | grep .html
./templates/ikhaya/detail.html:  <div class="btn-group btn-group-sm visible-xs">
./templates/forum/topic.html:  <div class="btn-group btn-group-sm visible-xs">
./templates/forum/forum.html:            <div class="col-sm-4 visible-xs">

Do we want this or just remove it? In my opinion we have already the sidebar, that could be styled via LESS to look the same as the above screenshot. If we want two sidebars (one at the beginning, on at the end of the page) we could duplicate the sidebar via JS. However, this would eliminate the duplicated work/maintenance of two separate menus.

Copied from original issue: svijee/inyoka#48