pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Gantry/Hydrogen: How to make blog responsive
· 5 years ago
@arnohoitink, I googled a few words from the image your shared and found the website. The source of styles is then revealed in the Devtools console of the browser. The scss files are probably compiled
-
Gantry/Hydrogen: How to make blog responsive
· 5 years ago
@arnohoitink, Well, there is some crossover here, since the theme (g5_Hydrogen) you are using is build by the same developers who build Grav... And there are a handful of Grav users on this forum that
-
No display from Full Calendar page
· 5 years ago
@counterpoint, @ozfiddler, To display the calendar the name of the page should be calendar.md. The page will then be rendered using template /user/plugins/fullcalendar/templates/calendar.html.twig whi
-
Offset-box class for non-features modules in quark theme
· 5 years ago
@goraht, If you set frontmatter variable class in text.md, the value of class will be appended to the classes of module 'text'. See /user/themes/quark/templates/modular/text.html.twig:line4 <sectio
-
An exception has been thrown during the rendering of a template ("Array to string conversion") after upgrade
· 5 years ago
@kalimati, Beware that theme Deliver is not compatible with Grav 1.7. Template /partials/simplesearch_base.html.twig does not render assets correctly: Line 27 - {{ assets.css() }} Line 36 - {{ assets
-
Can't translate the page title of simplesearch plugin
· 5 years ago
@01K, Some background: Plugin SimpleSearch does not manipulate the <title> element inside the <head> of the page. That's the territory of template base.html.twig from the current theme. S
-
Feedback/suggestions requested: Theme repository cleanup and quality control
· 5 years ago
On Github, I have created a discussion titled "Theme repository cleanup and quality control" about the recurring issues with themes which are not compatible with Grav 1.7. I have also provided some s
-
Install the little animated lines on woo
· 5 years ago
I have the impression that it is because of the type of url address of the modules I don't think so. You probably have to check the path to the links in the modular on-page menu and add the correct s
-
Can TwentyFifteen theme create drop down menus?
· 5 years ago
@hoernerfranz, Why not create a PR (with spaces instead of tabs...) for the original TwentyFifteen? Ok, I admit, the acceptance of PRs can sometimes be a bit slow...
-
Install the little animated lines on woo
· 5 years ago
@jefrey, I didn't copy from scss, but from the generated css visible in the Devtools of the browser...