kirby-navigation icon indicating copy to clipboard operation
kirby-navigation copied to clipboard

Navigation field for getkirby.com

Results 15 kirby-navigation issues
Sort by recently updated
recently updated
newest added

Currently the plugin is not compatible with 4.0 (as of writing this issue: Beta 1): The API route isn't working ![image](https://github.com/chrisbeluga/kirby-navigation/assets/3002580/a5859037-30cf-427f-8df0-4a6f98f6776f) The select isn't styled correctly

- Adds support for kirby3 UUIDS. No more relying on page url = freedom to change slugs. Breaking change though. - Add "clickable" toggle. Resolves #21 and possibly #16

I need to create navigation that depends from the site language. Now this plugin saves same data in all language versions. Could you please fix this?

Nice PlugIn! In view on Kirby 4, it could be interesting, to implement the new link field. https://getkirby.com/releases/4.0/link-field

Hello, first of all nice Plugin! We are currently looking into using this plugin for a client-project. The only thing we would love to see changed or change ourselfs is...

It doesn't make sense for internal page links to have absolute url. Links working in local will be broken when you deploy prod.

enhancement

Hey, thanks for the awesome plugin. Is it possible to highlight the active menu item? I use: id="" href="" > and insert in the a-Tag this Than all items are...

The current implementation for the details modal has this footer right here with the remove button on the bottom right which is where kirby usually has the button to confirm...

enhancement

Hi and thanks for creating the plugin. I've tried using it in a Kirby 3.6.2 build running on PHP 8.0.8, but the navigation entries are not rendering their title/text. I...

I prepared my menu locally with a different domain and ended up with non working links after deploying. I tried to solve it in my template something like this: `$navigation->id()...