Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation

Badges

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

Recent posts

  • How to remove the logo and footer of Quark? · 8 years ago

    @DonaldTrump The original poster wanted to remove the logo instead of replacing it and wanted to remove the footer. Therefor the original template had to be customised. When customising original code

  • How do add a Background Image in Grav? · 8 years ago

    @DonaldTrump Using your <NAME> as filename for the background image, the following files/locations should be used: The reference to the image file should be defined in '/user/config/site.yaml',

  • How do add a Background Image in Grav? · 8 years ago

    @donaldtrump I have added a little advise in my answer: Although it is not likely that the theme will be updated by the authors, changes you make to a template can best be done in an inherited theme.

  • TwentyFifteen date format · 8 years ago

    @SjoerdSmeets I believe the solution is mentioned in the issue itself on GitHub. To rephrase the proposed solution: Open file '/user/themes/twentyfifteen/templates/partials/blog_item.html.twig' and re

  • How do add a Background Image in Grav? · 8 years ago

    @DonaldTrump I haven't worked with Gateway but did take a look for you... Header image not shown Did you install the skeleton or the theme only? The skeleton is working perfectly OK, but I can imagi

  • Javascript accordion for blog posts, assigning div id · 8 years ago

    @adamburton Glad to hear the push was indeed in the right direction for you... Thanks for pointing out the omission of the single quotes required in the function call. I've corrected the example. With

  • Javascript accordion for blog posts, assigning div id · 8 years ago

    @adamburton The problem is indeed what you have found yourself: uniqueness of the accordion identifiers. So, you are not that far off... In Twig you can access several properties of each blog item, f

  • Logical Captcha instead of Image Captcha · 8 years ago

    @testlady Google has introduced reCAPTCHA v3 a few weeks ago, which might be of interest: To quote their blog on this: Today, we’re excited to introduce reCAPTCHA v3, our newest API that helps you d

  • How to select just gif from pages media · 8 years ago

    Please be advised that gifs are not 'images' but instead 'animated images'. See Supported Media Files and class AbstractMedia which is returned by page.media in Twig. This means that the array returne

  • Custom.css and theme inheritance (Clean Blog theme) · 8 years ago

    Can I look at it somewhere?