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

Paul Hibbitts Regular

@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Archives plugin in - clear history? · 7 years ago

    Hi @techielass, after you corrected the date (or deleted the post) did you also clear the cache? Just asking, but I often forget this type of thing too🙂

  • Deploy Grav to Azure using Azure DevOps · 7 years ago

    Thanks very much for sharing this @techielass!

  • Pass a taxonomy name by variable into a generic twig partial · 7 years ago

    Welcome to Grav @aSiteMade4u! Not sure if this is quite what you are looking for, but here is an very similar example to use as a reference: https://github.com/getgrav/grav-theme-antimatter/blob/devel

  • Page without linking on header menu · 7 years ago

    Hi @sunil951, usually the easiest way is to set the visible page header option to false - this should then remove that page from displaying in the site navbar. https://learn.getgrav.org/15/content/hea

  • Add a custom page creation modal for MODULAR type page · 7 years ago

    Hi @ryan, for this technique you actually need two blueprints - one for the creation dialog and one for editing the page. You can see a complete working example in my Open Course Hub skeleton... Creat

  • Changelog formating question · 7 years ago

    Hi @gizmecano, I know that for beta releases such a format is supported - for example v1.3.0-beta.1 Hope the above helps.

  • Header and Footer editable in admin · 7 years ago

    Hi @GSTAR, I've done this for a Footer with my Bootstrap4 Open Matter theme by creating a Grav Page to hold footer content and then using Twig display that content in the appropriate spot - might this

  • Hide Title & Content Form Fields In blueprint · 7 years ago

    Hi @tradedemon , I have answered this question on Discord but am posting it here for others as well (please do not double post). To hide the content area you could do this: content:

  • Fixed sidebar in sections · 7 years ago

    Let's leave it open for now - perhaps someone with more experience with SpectreCSS might chip in about how to have the fixed nav element move to the bottom of the screen on smaller screens.

  • Fixed sidebar in sections · 7 years ago

    Thanks @ghtmtt - Quark does all the heavy lifting🙂 I've been able to fix the position of the Sections navbar by adding the p-fixed class to the element, so line 82 in template files sections.html.twig