Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Paweł Newcomer
@pawelbary · Joined 7 years ago · 6 posts · 3 topics · 0 reputation
Badges
Recent posts
-
Critical Error - An exception has been thronw during the rendering of a template
· 5 years ago
Hi, I get a critical error in my website. The error can be found in the Grav dashboard > tools > logs In general the error looks like this: I do not know much about PHP, twig and so on..I will
-
Newbie one: How to insert the google map code into the form template
· 7 years ago
So, basically I should create a new page (.md file) where I put markdown (markdown embeded in .md shows a map). Then I should embed content of this page in /partials/footer/html.twig, right?
-
Newbie one: How to insert the google map code into the form template
· 7 years ago
Hi, I have a related problem. How to display a map in the footer for each page. Footer file is in ../partials/footer.html.twig, but embedding markdown in ..html.twig displays only markdown:( Please se
-
Image displays alt text - image itself not visible
· 7 years ago
@AmauryH this command gives me null, but anyway thank you, I managed to display images with: {% if feature.image %} <img src="{{ page.media[feature.image].url }}" alt=""> {% endif %}
-
Image displays alt text - image itself not visible
· 7 years ago
Hi, I have a problem with dispalying an image. Image is in the same folder as feature.md file. The code in the header of feature.md is: title: 'some title' cache_enable: false features:
-
How to embed latest posts on home page "Agency" theme
· 7 years ago
Hi, I can embed links to posts on the homepage using twig solution from here: https://learn.getgrav.org/16/cookbook/twig-recipes However, I cannot figure out how to embed posts with images and, date a