Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ptarmic Member
@Ptarmic · Joined 6 years ago · 20 posts · 6 topics · 1 reputation
Badges
Recent posts
-
Use random Name in pagemedia
· 5 years ago
Hi @redstone I don't know about the random name function but a workaround might be if you use the built in Grav cache as the cache gives them random names as part of its processing. You won't see the
-
How to add options tab etc to blueprints in Custom Theme without inheritance to QUARK theme?
· 5 years ago
Hi In general, if you see a blueprint in quark you should be able to copy/paste that file directly into your theme and it should work. You will need to clear your broswer / grav cache too. However it
-
Template "modular.html.twig" is not defined
· 5 years ago
Hi, I just wanted to mention that with Grav everything (layout and logic) is contained within the theme so switching themes is possible but not really seamless. If you use plugins you'll need to manua
-
Where are the forms classes?
· 6 years ago
Hi @pmoreno The fields all initially come from the plugin folder. For example the textarea field comes from this template /user/plugins/form/templates/forms/fields/textarea/textarea.html.twig Some of
-
Upgrade grav to v1.6.30, and problems
· 6 years ago
I'm on 1.7 so maybe that's the cause of the difference. Those fields are from system.yaml right at the bottom in the admin panel. Edit: I think this github issue is also related: https://github.com/ge
-
Upgrade grav to v1.6.30, and problems
· 6 years ago
There are some new fields in the admin panel, I think its related to those.
-
Error with admin plugin - An exception has been thrown during the rendering of a template ("Array to string conversion")
· 6 years ago
After a lot of troubleshooting the cause of this error was the translation function on the select field /user/plugins/form/templates/forms/fields/select/select.html.twig. I have multiple languages on
-
Upgrade grav to v1.6.30, and problems
· 6 years ago
I think this issue is related to needing to escape TWIG now. I'm still working through how this works but there are some details here on the Learn site here under Auto-Escaping
-
SSl Offloading and sitemap, hreflang and canonical urls
· 6 years ago
I'm working on some SEO suggestions and noticed in the sitemap, hreflang and canonical urls I'm getting http:// links even though the site is completly https. Is there anything I can do to fix these l
-
Error with admin plugin - An exception has been thrown during the rendering of a template ("Array to string conversion")
· 6 years ago
I'm running Grav v1.7.0-rc.17 In the admin panel I try and click to open the admin plugin or click on the "update available!" button and I get the error: An exception has been thrown during the render