Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Benjamin Member
@brigaill · Joined 9 years ago · 18 posts · 7 topics · 2 reputation
Badges
Recent posts
-
SEO Magic plugin: An exception has been thrown during the rendering of a template (Couldn't connect to server)
· 5 years ago
Hello @swimator, sorry for my late reply, busy times. I don't have the Feed plugin installed, many thanks for trying to help.
-
SEO Magic plugin: An exception has been thrown during the rendering of a template (Couldn't connect to server)
· 5 years ago
On my host provider interface, I actived XtremCache for this site. I desactivated it and infereded this was causing my issue. Perhaps it is not possible to use it with GRAV or is there any configurati
-
SEO Magic plugin: An exception has been thrown during the rendering of a template (Couldn't connect to server)
· 5 years ago
Hello, I am using SEO Magic, on my local site, it works perfecly. But on my live site, I've got the following error when I try to access the plugin parameters or regenerate SEO-magic data: An excepti
-
How to display responsive images using GRAV srcset method in TWIG?
· 5 years ago
It works like a charm, many thanks @pamtbaau 🙌 I recognize I detailed a lot, no worries, I thought it could be interresting for other people, at least if I can be useful doing so... I realize I need
-
How to display responsive images using GRAV srcset method in TWIG?
· 5 years ago
Sure, So here is my complete blueprint file, where .gallerie-photos is subdivised into three sub-galleries to show photos before, ongoing and after the work done (I am making a site for a house renov
-
How to display responsive images using GRAV srcset method in TWIG?
· 5 years ago
Many thanks @pamtbaau , So I directly edited the frontmatter in my .md page. It works great. But I really don't know how I could programmatically drop off the suffix @3x in the frontmatter field "name
-
How to display responsive images using GRAV srcset method in TWIG?
· 5 years ago
Hello, I have this code which works for listing several images: {% for img in page.header.gallerieAvant %} <li> {{ page.media[img.name].html( header.title, img.name|split('.')[0], 'image
-
Automatically rename uploaded images with blueprint field values
· 5 years ago
Hello, For a multi file upload field, I found that we can use random_name: true, which renames each file with 15 characters long random string . But is there a way to automatically rename uploaded im
-
Hyphenize tags containing spaces, per page in collection
· 5 years ago
Hello @pamtbaau , Awesome, now it works perfectly, I'm so happy, thanks so much to you and @Karmalakas for your help!
-
Hyphenize tags containing spaces, per page in collection
· 5 years ago
Yes, to follow your example, I created back the tag called "tag" in my site.yaml file. So I did this and it displays all my child pages tags (using a <p> to display the output): {% set tags = []