pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
How to resize and center an email form and thankyou page?
· 6 years ago
@daredevil, The following is only a rough example on how you can make a form narrower and centered in your screen. There are more roads that lead to Rome and this is just one of them... And the resul
-
FAQ: How can I EASILY create a multi-level responsive drop-down menu bar on a page?
· 6 years ago
@rsandu, It depends... Which theme are your using? What type of page does /user/pages/01.home contain, eg. default.md, modular.md? The default theme Quark generates an dropdown menu which is the sam
-
How to use font-awesome/line-awesome in Quark
· 6 years ago
@daredevil, Yes, for each question you should create a new topic with a proper title. I have taken the liberty to changed the title of this topic a bit to better match the content. Hope you don't mind
-
How to use font-awesome/line-awesome in Quark
· 6 years ago
@daredevil, I appreciate your appreciation, but does the suggestion work for you? Note, I have added an extra note to my reply reminding you to use an inherited theme to prevent losing customisations.
-
Adding a text input and button to plugin blueprint, and then executing plugin function when button is pressed
· 6 years ago
@orthocube, There are plugins available that add functionality to Admin. Maybe their sourcecode can give you some inspiration? One such plugins is Data Manager, which is developed by the Grav Team.
-
How to use font-awesome/line-awesome in Quark
· 6 years ago
@daredevil, fa-stream does not seem to exist in the line-awesome library provided by Quark. According the CHANGELOG.md of Quark: v1.0.2 02/19/2018 Switched to a fork of LineAwesome icons compatible w
-
Deleting certain tags from all pages
· 6 years ago
@orthocube, Using a plugin you could try something like: Install devtools if not already: $ bin/gpm install devtools Create new plugin: $ bin/plugin devtools newplugin Create function handling event
-
How to use font-awesome/line-awesome in Quark
· 6 years ago
@daredevil, I'm not using Line Awesome myself, but this is what I know about it... Quark and Font Awesome: Quark does not use Font Awesome, but Line Awesome (see 'themes/quark/fonts') Quark comes wit
-
How to use font-awesome/line-awesome in Quark
· 6 years ago
@daredevil, I have an Installation of the 'One Page' skeleton which uses Quark. The feature module is showing the line-awesome icons correctly... Have you made any changes to the theme lately? E.g
-
Problem with shortcodes in subpages
· 6 years ago
@ptrxyz, I can reproduce the issue and added a reproducible test case to the issue you submitted at the repo of 'grav-plugin-shortcode-core'