pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Including File Browser Plugin on page
· 3 years ago
@seanparko, That's how the plugin has been designed... Its template is designed to be a toplevel page template and not as a partial that can be included in any other template like default, blog, modul
-
Including File Browser Plugin on page
· 3 years ago
@seanparko, From your questions I sense a lack of insight in the concepts of Grav, at least about the working of templates and how templates are assigned to page files. Have a look at Grav's document
-
Including File Browser Plugin on page
· 3 years ago
@seanparko, The plugin is not intended to be use with multiple instances on a single page. It's hardcoded to find only a single instance of each required HTML element. Contact the author if you have a
-
Theme Akazie-Wood: No tinymce editor in modules
· 3 years ago
@speendo, I cannot reproduce the issue... Downloaded the One-Page Site skeleton Installed TinyMCE Editor plugin using: $ bin/gpm install tinymce-editor No further changes. Opened Admin / Pages / Hom
-
Datatables plugin help
· 3 years ago
@ray, No there are no errors in the browser development tools as far as I can see. Yes there are... Theme Digital Scholarship does throw the errors I've shown above.
-
Getting email notification while adding a user from the admin
· 3 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
· 3 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
· 3 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
· 3 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
· 3 years ago
@kolofaza, Forgot to ask the version of Clean Blog.