Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Where can I edit the text in deliver theme?
· 9 years ago
can I edit the start post?
-
Where can I edit the text in deliver theme?
· 9 years ago
I would like to use the text in the footer. In user/themes/deliver/templates/modular/footer.html.twig I can insert new elements. In user/themes/deliver/scss/template/_footer.scss I can change the desi
-
How to add class to the html() created element
· 9 years ago
---twig {{ page.media['sample-image.jpg'].html('My title', 'Some ALT text', 'myclass') }} see [Learn.getgrav.doc](https://learn.getgrav.org/content/media#html-title-alt-classes)
-
How to add class to the html() created element
· 9 years ago
I am trying to loop through some images and display the correct ones inside a newly created element. How do I add a class to this newly created element ? <div class="poza-produs">
-
Content location for header and footer
· 9 years ago
I have found it in the file user/config/site.yaml with the command: grep -rli "search string" * The content is only available via file system, not via admin.
-
Content location for header and footer
· 9 years ago
Hello, I'm trying to configure the delivery theme but I cannot find the files which contain the text content which is used in the header at "home" and in the footer of all sub-pages. In user/themes/de
-
Integrating Grav into my current Site - where am I going wrong?
· 9 years ago
I think the best way to clear those concepts is to start with an example: the One Page Site Skeleton. You can download it from the site, and install it along with your existing site. Then start tweak
-
Integrating Grav into my current Site - where am I going wrong?
· 9 years ago
Thanks for the reply - I did indeed find your post and it was by far the most useful I've read so far, so thanks for writing that up. However, it didn't quite go to the depth that I think I need I th
-
Integrating Grav into my current Site - where am I going wrong?
· 9 years ago
Hi Tommy, some time ago I wrote this blog post http://gravcart.com/blog/create-a-grav-site-theme - it shows how I migrated a static HTML template to a Grav theme. I hope it helps clear ideas, I will m
-
Integrating Grav into my current Site - where am I going wrong?
· 9 years ago
For the life of me, I cannot get my head around how to integrate Grav into my current static site. I've built it all in HTML, with a single page layout that links to a couple of other pages. I've read