Use function 'getListItems()' to build the menu list items - #43
Open
lpaulsen93 wants to merge 2 commits into
Open
Use function 'getListItems()' to build the menu list items#43lpaulsen93 wants to merge 2 commits into
lpaulsen93 wants to merge 2 commits into
Conversation
This fixes the not working "fold/unfold all" button of the folded plugin.
Contributor
- added classes 'argon-doku-navbar-icon' and 'nav-link' to the user menu - do not show text spans in the user and page menu - do not show SVG in the site menu
Author
|
Ok, I now applied some simple changes:
The user menu doesn't exactly look the same as before. It would be really cool if the CSS could be adjusted to the code in this PR because the changes for now are really simple. The difference is that |
Contributor
|
@lpaulsen93 you mentioned it still doesn't look exactly the same, could you provide some screenshots of what looks different? I haven't had time to take a look at this yet. Maybe we can work some additional CSS magic to correct it. |
Author
|
I guess this would solve this issue as well: splitbrain/dokuwiki-plugin-dw2pdf#420 |
|
Looks like this would fix #35 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






This fixes the not working "fold/unfold all" button of the folded plugin. See dokufreaks/plugin-folded#68.
I assume this might break some things. Not everything looks like before but some part of the menu look less broken. But it fixes the issue with the folded plugin and maybe (not tested) issues with other plugins which are triggered by the menu.
The issue with the folded plugin was caused because the a element did not have all attributes properly set. But it works with the standard DokuWiki template which calls
getListItems()to build the menu and that is the reason why I used that function call in this PR.