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

  • Can one have some anchor links included in the menu? · 9 years ago

    Hi @zoof, what theme are you using? One option with some themes is to add custom menu entries to the site.yaml file, here is an example: https://github.com/hibbitts-design/grav-skeleton-course-hub/blo

  • Change Color in Antimatter header Image · 9 years ago

    Hi @codiergott , to remove (or change) the blue tint of the blog header image you will need to edit the file blog.html.twig in the Antimatter theme folder templates/blog.html.twig. Look for this line:

  • Kick cache for certain sites on Saving others · 9 years ago

    Is it an option just to leave the Cache off? Otherwise I do not know myself how you might do what you are asking.

  • Kick cache for certain sites on Saving others · 9 years ago

    Hi @hubionmac, I wanted to do the same thing when updating modular content to a page, and if I recall correctly setting cache_enable: false (https://learn.getgrav.org/content/headers#cache-enable) on

  • Slack workspace is down? · 9 years ago

    If you are trying to connect using the desktop app try going to the "Help" menu and choosing "Clear Cache and Restart".

  • Slack workspace is down? · 9 years ago

    Looks like a tempory glitch... try again now?

  • Wrong image path when re arranging the article structure · 9 years ago

    Hi @hleinan, can you share the Twig code you are using for this? Might lead to some ideas...

  • Embed Salesmanago code into a Grav website · 9 years ago

    Ah, a-ok for that you could want to add the JavaScript to the base.html.twig file in the folder `user/themes/clean-blog/templates/partials' There, scroll down until you see this... {% block bo

  • Embed Salesmanago code into a Grav website · 9 years ago

    Are you trying to add a contact form within an iframe? If so, you should be able to do this by editing the template file contact.html.twig within the folder user/themes/clean-blog/templates/. In the a

  • Embed Salesmanago code into a Grav website · 9 years ago

    Hi @gaatec, in general this code (JavaScript I am assuming) could be added to one of the Twig files of your current theme. In order to not get this possibly removed when a theme update happens you sho