pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3132 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Language-selector plugin, change selection
· 6 years ago
@iclou, You could try the following: If not already, please create an inherited theme. Let's assume you called it 'mytheme' Copy file /user/plugins/language-selector/templates/partials/language-selec
-
Inexperienced Programmer needs better understanding of Twig
· 6 years ago
@jimheil, For most common extensions to Grav, there are already plugins available. See the plugin list. And writing your own plugin for the fun of it is also a good way to expand your scope/knowledge
-
Inexperienced Programmer needs better understanding of Twig
· 6 years ago
@jimheil, My experience: Twig: If you want to make changes to existing themes, knowledge about Twig is almost a requirement. Unless changing some config variables will do. And there are also Grav us
-
Inexperienced Programmer needs better understanding of Twig
· 6 years ago
@jimheil, Welcome to the forum! Did you try a search on Google? Like: Twig tutorial. Twig for Template Designers is a good starting point straight from the source.
-
Plugin for changing markdown, text and html of pages automatically ("batch processing")
· 6 years ago
@Markus, You're always welcome to share your code for feedback. If you prefer you may PM me.
-
Markdown frontmatter disappears after a threshold
· 6 years ago
@Jakub_Nagy, While testing your form with ~1000 fields, Chrome nearly died. Although my laptop is not the fastest in town, it did made me wonder about the UX experience of your clients. So, a default
-
Markdown frontmatter disappears after a threshold
· 6 years ago
@Jakub_Nagy, Did some testing and in my case I saw rows in the list being dropped around 165. Did a Google search and the first hit on stackoverflow hinted on max_input_vars According the default conf
-
Custom contact form as php post script in Grav
· 6 years ago
@joh, That's a pity... There are a few options: There are common field attributes that can be added to each field, eg. to add 'classes' and 'outerclasses' with which you might fix a few things. An
-
Translation possibilities of GRAV
· 6 years ago
@svatas, I think the best place to drop this issue is on the Github repository of Grav. There you will get the attention of the developers.
-
Custom contact form as php post script in Grav
· 6 years ago
@joh, Did you have a look at Grav's frontend forms? If so, would you mind sharing which aspect of the custom-made contact form cannot be implemented by Grav's forms?