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

  • Login page form not loading · 3 years ago

    @Jerry, Not sure if it can have any effect, but your sub site, has pipelining enabled. Don't expect it makes a difference, but excluding any difference always helps when searching for issues... Also,

  • Theme Clean-Blog: Form submit button not clickable · 3 years ago

    @kolofaza, Without proper information there is not much we can say... Please provide: Form definition (use block quotes to format snippet) Versions of Grav and Form plugin What has been changed to or

  • Access to module in modular page in php [Custom Shortcode] · 3 years ago

    @Taver, That's how modulars work... Try to add some logic to the shortcode and test if the $page is a modular and if it is a modular, loop through its collection. Something along the lines of... $pag

  • How to remove unformatted "Home" · 3 years ago

    @Olivander12, Always a good idea to show some self-help before asking questions: What have you tried so far? Where did you look for a possible cause? What do your think the purpose is of "Home"? Wh

  • Theme Clean-Blog: Form submit button not clickable · 3 years ago

    @kolofaza, Never mind... The class disabled added to the button isn't really helpful... html: <button type="submit,button" class="btn-primary text-uppercase disabled btn btn-default ">Send</b

  • Theme Clean-Blog: Form submit button not clickable · 3 years ago

    @kolofaza, We do not have a crystal ball to see the config of your form... ;-) The yaml definition of the form would be handy.

  • WHY "php bin/grav install" instead of "bin/grav install" · 3 years ago

    @algatron, This hasn't got much to do with Grav... It's because of the way Unix shell scripts work. In Unix shell scripts you can add in the first line of the script the program that should execute th

  • Help Needed with Blog Categories and Archives · 3 years ago

    @ryanz, Please direct all Premium product related questions/issues at https://github.com/getgrav/grav-premium-issues You'll get free support from the Typhoon developers themselves.

  • Cleanup unused images · 3 years ago

    @slappcoding, I presume you are talking about the /images folder in the root of Grav and not an /images folder anywhere inside the /user/ folder? These image files are generated by Grav for caching an

  • Can't display basic-captcha · 3 years ago

    @slappcoding, The location of the basic-captcha field is is fine, but the definition is not. You are defining the basic-captcha field using a mix of the YAML map style (aka dictionary) and sequence st