Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation
Badges
Recent posts
-
Change Color in Antimatter header Image
· 8 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
· 8 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
· 8 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?
· 8 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?
· 8 years ago
Looks like a tempory glitch... try again now?
-
Wrong image path when re arranging the article structure
· 8 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
· 8 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
· 8 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
· 8 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
-
Call to site.yaml from an .md file
· 8 years ago
That's a great suggestion @chris_jung 👍