pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Which icon or FontAwesome icon isn't loading?
· 6 years ago
@techielass, Comparing your site and the demo site of Antimatter, you seem to be missing 'line-awesome.min.css'. That file loads font-family: FontAwesome.
-
Loading list takes long time
· 6 years ago
@Jakub_Nagy, I think the chances on a detailed reply will be higher when you post this question/issue on the Github repo of the Admin plugin. That's where the developers live... I'm still wondering if
-
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