pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Where to install Google GA4 tag
· 3 years ago
@stephanckdt, In most themes, if not all, template base.html.twig can be found in folder /user/themes/yourtheme/templates/partials. Be aware when updating a theme which you have downloaded, that you m
-
Where to install Google GA4 tag
· 3 years ago
@stephanckdt, Template partials/base.html.twig is used by Quark as the base template for all inheriting templates like default.html.twig, blog.html.twig, etc. I presume other themes follow the same l
-
The template "hero" as a separator between modular pages
· 3 years ago
@idna, No, that's not shooting with a canon... It's one of two ways to fix your issue. Have a look at template /user/themes/quark/templates/modular.html.twig lines 48-60. All modules with template mod
-
Emails not coming to gmail
· 3 years ago
@NataliaB, The value smtp.server.gmail for property smtp:server seems like a weird Gmail server address to me. I would think it should be smtp.gmail.com
-
How to use <div> tag correctly?
· 3 years ago
@Francois, I don't know, but... When I drop your snippet into Markdown, I get the following generated HTML as output: <div class="row" markdown="1"><div class="cell-2" markdown="1"> Rouge
-
How to use <div> tag correctly?
· 3 years ago
@Francois, You're using tabs which interfere with formatting. Likewise when using spaces. See what happens when you insert spaces in regular Markdown. The text might be considered to be a blockquote.
-
Old Grav installation crashes on startup, how to update?
· 3 years ago
@ThosGreen, Success. Would you mind sharing what exactly solved your issue? Installing a fresh Grav, or updating the Twig compatibility settings?
-
Translation via Twig always fallback on English
· 3 years ago
@hef, A few points... all strings in twig templates are written in SR Usually, strings in Twig that need to be translated have a dotted notation, like {{ 'THEMENAME.TOPIC.TITLE'|t }}. In the languag
-
How to change the look in Quark as in the demo?
· 3 years ago
@TGD, Ok, I now see what you mean with screenshots... The first is a default page. It is used for the default pages available in a Grav installation. This is blog list page show a list of blog items
-
Seeking Flex-Objects CRUD tutorial (PHP)
· 3 years ago
@boatful, Let's focus on my previous question first: :-) Did you have a chance to read the docs on Flex Objects and the demo using ‘Contacts’? And I would like to add: Did you have a chance to searc