Skip to content
Grav 2.0 is officially stable. Read the announcement →

Paul Hibbitts Regular

@paulhibbitts · Joined 9 years ago · 459 posts · 2 topics · 113 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Plugin/theme Menu Builder? · 8 years ago

    No, more is needed than just replacing the existing blueprint file. Depending on what theme you are using you would add the relevant YAML code to that blueprint. In addition, if you are wanting these

  • Frontend WYSIWYG editing while keeping Markdown content · 8 years ago

    Congrats on the new PlugIn @bleutzinn - very nice! I've just tried it out in the most recent Grav Admin Code skeleton and I was able to get it working with no issues🎉

  • Plugin/theme Menu Builder? · 8 years ago

    Hi @BirdOne, my Bootstrap4 Open Matter theme supports building menus using standard Grav Blueprint elements. Here is the relevant Blueprint code: https://github.com/hibbitts-design/grav-theme-bootstra

  • How do i get the demo content of the hola skeleton package · 8 years ago

    Hi @raymccoy, you could copy the pages folder that is in the Hola skeleton (https://github.com/devlom/grav-skeleton-hola/tree/master/pages) to your own Grav site user folder (it will replace your exis

  • Logout "button" after logging as user · 8 years ago

    Happy to be of help @kostaslgr - we all started knowing nothing about Grav🙂

  • Logout "button" after logging as user · 8 years ago

    If you want to make a permanent change to a theme it is best to create either an inherited (small change) or child theme (large changes). For what you describe an inherited theme sounds like a good ap

  • Logout "button" after logging as user · 8 years ago

    Hi @kostaslgr, likely this is because those other themes do not support the display of the logout link. I am not familiar with the specifics, but here is what that template code looks like in Quark:

  • Dynamically add taxonomy to header · 8 years ago

    Hi @metbril, I did something very similar but with a blueprint and adding a function to a theme's php file: https://github.com/hibbitts-design/grav-theme-learn2-git-sync/blob/master/learn2-git-sync.ph

  • Show in the navigation menu modules of modular page like submenus · 8 years ago

    Good luck @nicjedi, hope you enjoy Grav!

  • Show in the navigation menu modules of modular page like submenus · 8 years ago

    Ah, well if I understand correctly some themes do support drop-down menu items, but usually the logic is for child pages vs. modular pages. Grav can really do anything, but usually each theme more eas