pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
How to automatically enable an override in a blueprint?
· 7 years ago
@prw, Presuming the folders containing a blog item do not have a numeric prefix, shouldn't items be invisible by default? Or are numeric prefixes used in your use-case? See variable visible. By defau
-
How to set hide or visible page by the unpublished date
· 7 years ago
@pmoreno, When variable unpublish_date is set in the frontmatter of a page, it should become 'un-published' automatically. See https://learn.getgrav.org/16/content/headers#unpublish-date Optional fi
-
Grav installation on 1&1 IONOS
· 7 years ago
@admin6900, You probably have fixed the issue in the mean time, but the issue resembles a previously posted issue. It had to do with the configuration of Apache's virtual host. It needed the following
-
Best practice for a long onepage site
· 7 years ago
@luap, Without knowing your folder structure, the above snippets looks OK at first sight. At first I thought it might be an issue of 'sibling' vs. 'descendants', but that doesn't match your remark th
-
Is it possible to obfuscate php output of date in blog
· 7 years ago
@joel-marks, I've had a quick look at Open Publishing and think the following will do what you are after: Copy file '/user/themes/quark/templates/partials/blog/date.html.twig' to '/user/themes/mythem
-
Create own plugin with shortcode
· 7 years ago
@keks, I see no reason to doubt the answer given by the lead designer of Grav... ;-) You will have to create a plugin to execute your own PHP logic to read the json file. If I understand you correct
-
How to disable append URL extension for folders
· 7 years ago
@Turum, Before commenting on your story containing multiple questions, I would like to suggest the following: Grav isn't Wordpress If not already, it is best to start with getting acquainted with the
-
Add image height/width
· 7 years ago
@msa, Apparently I didn't understand your exact issue... What are you trying to achieve? How should the end result look like? When are the images automatically scalled? Are you using derivatives()?
-
Add image height/width
· 7 years ago
@msa, According the docs, the ImageMedium has methods height() and width(): height(string/mixed $value='auto') : \Grav\Common\Page\Medium\$this width(string/mixed $value='auto') : \Grav\Common\Page\Me
-
Help with checkbox
· 7 years ago
@seb3000, I cannot reproduce your issue... I did the following: Create file 'user/blueprints/pages/default.yaml' I copied the first page blueprint example from the docs Example: Page Blueprints into