pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Is it possible to make the second page the default on arrival at the site?
· 5 years ago
@counterpoint, Maybe I do not understand your intension, but what is not working as expected when you set the following in user/config/system.yaml: home: alias: '/second-page' If the url in the brow
-
WooCommerce style product display
· 5 years ago
@ozfiddler, I can think of several reasons for not sharing code on Github... So you're excused ;-)
-
WooCommerce style product display
· 5 years ago
@ozfiddler, Thanks for your contribution. Would it be an idea to share the Github link here?
-
Is it possible to make the second page the default on arrival at the site?
· 5 years ago
@counterpoint, The docs might know.... https://learn.getgrav.org/17/basics/grav-configuration#home
-
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