Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navbar Items Improperly Formatted #481

Closed
TheZachh opened this issue May 28, 2020 · 6 comments
Closed

Navbar Items Improperly Formatted #481

TheZachh opened this issue May 28, 2020 · 6 comments
Labels

Comments

@TheZachh
Copy link

Description

As of the latest version of this template, when I install bootstrap3 into a freshly installed copy of Dokuwiki, I've noticed the navbar items have a weird :active state. I've tried to correct this but can't find where this is defined in the theme.

This happens in all themes, regular, default, bootswatch, etc. The navbar items elevate when in an active state. I've tried to use CSS to correct it but it doesn't seem to take. Why is this happening?

Screenshot 2020-05-28 13 22 12

Navbar code:
Screenshot 2020-05-28 13 29 42

PS. Bootstrap 3.3.7-3.4.1 are ancient. Will we ever be getting a bootstrap4 template or do I need to try and hack this one to pieces to upgrade it? :P

Thanks for your help.

@TheZachh TheZachh added the bug label May 28, 2020
@jiyuxiongdi
Copy link

Try wrapping the title like this:
[[:ahs:index | {{AHS}} ]]

@giterlizzi
Copy link
Owner

@TheZachh Do you have installed other plugins ?

@lukas2511
Copy link

It seems that dokuwiki is now handling the curid marking using javascript ("currentIDHighlitghting" in lib/scripts/page.js), and this probably breaks the replacement rules inside this template.

@TheZachh
Copy link
Author

@jiyuxiongdi Why would you format a navbar with the {{}} ? I tried it and it just rendered my items with the braces around them.

@giterlizzi I do have a couple of plugins, so I created a completely fresh blank wiki and installed this template and found the same bug happening.

@lukas2511 Great find! Is there a way to resolve this or do I need to wait for an update? Its not a show stopper but it looks ugly :P

@giterlizzi
Copy link
Owner

@TheZachh Added support for Hogfather in last commit in develop branch

@giterlizzi
Copy link
Owner

Today is Hogfather and Bootstrap Template release day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants