Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Google Analytics plugin not detected · 7 years ago

    @plshelpme, Don't forget to unset the 'cookie_domain' once you go live on a hosted webserver...

  • Google Analytics plugin not detected · 7 years ago

    @plshelpme Well done! Which solution have you opted for? The plugin, or manual copy/pasting the snippet into the themes template? Since you are new on the forum: You may now mark the reply that has l

  • Google Analytics plugin not detected · 7 years ago

    @plshelpme, I'm afraid you haven't configured the plugin correctly. You have only given 'tracking_id' a value... Please set the configuration of the plugin as shown above. If object_name is not set,

  • Delete Date Header or Disabling · 7 years ago

    @montty, You forgot to mention which skeleton/theme you are using. I presume you are using the Quark blog skeleton? The CSS approach: When using theme Quark, the following css snippet will 'remove' th

  • Google Analytics plugin not detected · 7 years ago

    @plshelpme, You wrote: I installed both thinking it was necessary. If there is no reason to use the older version of the GA snippet, I would suggest to only install the 'google-analytics' plugin. I

  • Google Analytics plugin not detected · 7 years ago

    @plshelpme, I have no experience with any of the plugins and have only used the recommended 'gtag.js' snippet to observe page-views trends. Coincidentally, I'm 'researching' Google Tag Manager a bit l

  • Author's articles at the following address · 7 years ago

    @rustark, It seems you want to have a collection of pages which are the children of a specific route, but only if author equals some name. Correct? Have a look at the documentation on Page Collections

  • How to call a item inside a field into another field - YAML TWIG · 7 years ago

    @pmoreno, First, the answer: After cutting down to the bare essentials, you have the following template: {% for card in page.header.cards %} ... {% if page.header.cards.url_video %} <-- Not

  • Markdown: paragraph on images · 7 years ago

    @andrass, The problem mentioned by OP is that the <p> tag surrounding the <img> is styled and adds a padding to top or bottom of the <img>. When using the following css: p > img {

  • CSS only loaded on first page call, but not thereafter · 7 years ago

    I wonder if disabling cache for the page is a good solution. It may be in your use-case. Alternatives: You could add a template 'contact.html.twig' and use that template for your contact page. Add th