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

  • Getting email notification while adding a user from the admin · 2 years ago

    @raj, Before looking into login sending emails, does testing email plugin with the CLI work? The info provided for SMTP also seems off. In my experience it should be something like: smtp: server: sm

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

    @kolofaza, That's not quite the solution... Yes, it fixes the "not clickable" issue, but it also causes the button to loose its intended design. Class btn is required to keep the design of the button

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

    @kolofaza: changing this to enabled or enable, dosnt work How did you do that? I see you've removed disabled, which is good, but: Adding enabled in the form definition hasn't any effect since there

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

    @kolofaza, Looking at user/themes/clean-blog/templates/forms/form.html.twig, it contains the following definition for buttons at line 178: class="btn-primary text-uppercase disabled {{ button.classes

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

    @kolofaza, Forgot to ask the version of Clean Blog.

  • Login page form not loading · 2 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 · 2 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] · 2 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" · 2 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 · 2 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