Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Phillip Member
@pireba · Joined 4 years ago · 11 posts · 3 topics · 2 reputation
Badges
Recent posts
-
Content with 100% width and height and autoresize
· 4 years ago
Hello, first of all, thank you for the two code examples. But unfortunately I don't know what to do with them. The way I understand Grav so far, the whole HTML tree of a page is created from the "temp
-
Content with 100% width and height and autoresize
· 4 years ago
Hello, ok I understand, sorry. I am developing a subpage on my blog that shows a map created with Leaflet. This map is created in a div container. My goal is to have the map automatically expand to al
-
Content with 100% width and height and autoresize
· 4 years ago
Hi, I would like to create a div container that automatically expands to 100% of the width and height of the content area of a standard page. The page should still keep the header and footer - so I'm
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
Hi! Nice, it works! Thanks a lot for that! I think the reason it didn't work for me are these two lines: $admin = $grav['admin']; $admin->enablePages(); Can you tell me why I need to call "enab
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
Hello, that was a good address to start with, thank you. In my setup I created a theme that overrides Quark (I call it CustomQuark). In its php file I added a function "taxonomyTest", which I successf
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
Hello, first of all, thank you for your efforts. You pointed me to your first post. Do I understand you correctly when I say: I need to write a php script with a static function that returns the value
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
Hello, your answer goes in the right direction, but is still not quite what I want. In your example, the user can select one of three static values ("Option 1", "Option 2", "Option 3"). However, I wan
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
Hi, thank you very much for your answer, but unfortunately it does not bring me any further. I want to use the two fields "Category" and "Tag" and not create my own. Overwriting the two fields with cu
-
Auto toggle text field with default value
· 4 years ago
Hi, your way works wonderfully - thank you! Just for my interest: Can I address the checkbox in a blueprint?
-
Auto toggle text field with default value
· 4 years ago
Hello! Since a few days I started playing around with Blueprints to override the default behavior of some fields in the admin panel. I have successfully created a custom text field with a default valu