Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to read Form metadata for a custom theme?
· 11 years ago
Thanks Flaviocopes :) That was exactly what I was looking for. Here's my code snippet to display the text string which contains the Site Title that has been saved thru my theme form in the Admin panel
-
How to read Form metadata for a custom theme?
· 11 years ago
That simple? Thanks for your reply, I'll play with that and will let you know about my testing results.
-
How to read Form metadata for a custom theme?
· 11 years ago
Something like {% if config.themes.mytheme.myfield %} ?
-
How to read Form metadata for a custom theme?
· 11 years ago
What is the right way to read the metadata saved from a form in a custom theme under the admin panel? I have found where my data are saved (user/config/themes/mytheme.yaml) and now I'm looking for the
-
[HELP]Cannot Install Theme Skeleton Shop Site
· 11 years ago
I need to fix the skeletons page on the downloads to not include the GPM instructions, this is not correct. As Flavio says, you just download the zip and unzip it like a normal Grav install. They co
-
[HELP]Cannot Install Theme Skeleton Shop Site
· 11 years ago
A skeleton is a fully working site you can use to start with, not something you install in your own site. To use it, download the skeleton from the Grav site and copy it in your web root folder.
-
[HELP]Cannot Install Theme Skeleton Shop Site
· 11 years ago
Somebody help me,. why i cannot install theme skeleton shop site into my grav Shop-site
-
Add "blog" like header image to "default" pages
· 11 years ago
Actualy I just got it working. I used {{ page.title }} when it should've been {{ page.header.title }}.
-
Add "blog" like header image to "default" pages
· 11 years ago
Can you identify the piece of code that makes the page crash after your edits, instead of showing the original content?
-
Add "blog" like header image to "default" pages
· 11 years ago
I'm trying to add the header image feature from the blog list to every "default" pages, but when I add the code, it will not even show the content of the "default.md". It does however show everything