Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Access previous saved data in blueprint
· 8 years ago
@Paddi, If you want to access the value of another field in the theme's blueprint, you can do the following: blueprints.yaml form: fields: mytext: type: text label: My Text mysel
-
TwenfyFifteen child theme does not change the font
· 8 years ago
@radoslav When looking at '/templates/partials/base.html.twig', the '/css/custom.css' stylesheet is not loaded. Add the following line to the list of stylesheets: <link rel='stylesheet' id='twentyf
-
Grav/twig tutorial
· 8 years ago
@antoine0579 In my opinion the Grav docs at https://learn.getgrav.org/ are a great starting point to get insight in Grav's basics and how to build themes and plugins. The first 4 chapter will take you
-
Photographer menu/submenu
· 8 years ago
@antoine0579 I'm afraid I do not quite understand what you mean by "easier to work with"? Tintamarre? Did your mean Photographer?
-
Get html in plugin
· 8 years ago
@finanalyst Have discovered the same. The redirect jump out immediately. I also wondered how you would display a page's full HTML inside a <div> without collisions... Back in the days when I use
-
Quark theme's language
· 8 years ago
@obeliksz Yes, it is the 'translations: true' that makes the difference. By default it's 'true'... As said elsewhere... so many yamls, so may properties... To get rid of the 'hu' to your urls set 'inc
-
Mangled base url on localhost/gravsite/
· 8 years ago
@obeliksz Oh well, there are so many yamls, with so many properties, that mistakes can happen easily.
-
Get html in plugin
· 8 years ago
@finanalyst What do you mean by 'dumping'? When looking in the debugger the tree: > $this > grav > output shows indeed 'null'. When digging deeper in the tree: > $this > gra
-
Mangled base url on localhost/gravsite/
· 8 years ago
@obeliksz In a fresh install of 'Open Publishing Space' skeleton from the download section of https://getgrav.org/downloads/skeletons: I created a new folder '/user/pages/06.mypage' containing file
-
Get html in plugin
· 8 years ago
@finanalyst When I edit the page in vscode and refresh the browser, 'output' contains the new HTML. So it probably isn't from cache. Whether cache is enabled/disabled also does not make a difference.