Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation
Badges
Recent posts
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 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?
· 7 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
· 7 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
· 7 years ago
Happy to be of help @kostaslgr - we all started knowing nothing about Grav🙂
-
Logout "button" after logging as user
· 7 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
· 7 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
· 7 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
· 7 years ago
Good luck @nicjedi, hope you enjoy Grav!
-
Show in the navigation menu modules of modular page like submenus
· 7 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
-
Show in the navigation menu modules of modular page like submenus
· 7 years ago
Hi @nicjedi, perhaps the page containing the modular content is not visible? Setting a top-level page visible will then show that page in the menubar. Looking at one of the skeletons based on Quark mi