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

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • 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?

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

    @avolve Some questions/suggestions that come to mind: If you want to override styles from other stylesheets, the custom.css file should be included as last and not as first stylesheet. Are your sure

  • Order pages within a collection in admin · 8 years ago

    @ThosGreen I'm afraid I have no suggestion (yet) for your possible future sorting needs...