Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation
Badges
Recent posts
-
Application Insights
· 8 years ago
That's awesome @techielass, thanks so much for contributing that!
-
Application Insights
· 8 years ago
Thanks very much @techielassfor sharing all that info! Storing the source files in Git and then auto deployment is an aspect that interests me the most - I use Git Sync for all of my open education pr
-
Application Insights
· 8 years ago
Hi @techielass, not myself but quite a while ago I tried to get Grav going with Azure and had little luck performance wise - looks like you've had much better success! I'd love to learn more about the
-
How to add default content on new page
· 8 years ago
Hi @panga, you could do this by creating a custom blueprint and provide default content there. I do this exact thing with several of my themes, here is an example for you: https://github.com/hibbitts-
-
French translation of documentation
· 8 years ago
Hi @Devit @TetraoTetrix, the main avenue of translation efforts with Grav are hosted on https://crowdin.com/profile/getgrav but this is more related to UI vs. actual docs. You could always touch base
-
How to add a second sidebar
· 8 years ago
Hi @g.gravitas, you can choose where/if to display the GitHub link in the theme settings: To hide the link, choose "None" in the above menu. Please let me know how you make out.
-
Conditional field - Creating a 'Flexible Content Field' (like 'Advanced Custom Fields' wordpress plugin)
· 8 years ago
Hi @Genenenenaam, one place I'd suggest is the Grav Slack room https://getgrav.org/slack BTW, this flexible content field looks amazing!
-
Easy way to select colors in Bootstrap4 (and Bootstrap4 Open Matter) theme?
· 8 years ago
That's a great idea, I will include a default folder and favicon next release!
-
Easy way to select colors in Bootstrap4 (and Bootstrap4 Open Matter) theme?
· 8 years ago
Hi @daviding, try /bootstrap4-open-matter/images/ or in the same folder for your inherited theme (you will need to make a folder for either) Please let me know if that works.
-
Easy way to select colors in Bootstrap4 (and Bootstrap4 Open Matter) theme?
· 8 years ago
@daviding You could try putting the following in your Custom CSS file re: white links in NavBar: .bg-primary .navbar-nav .active>.nav-link { color: #FFFFFF !important; } There might still be a