Hugh Barnes Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 8 years ago · 577 posts · 12 topics · 127 reputation
Badges
Recent posts
-
Display all images in folder for shortcode gallery plugin
· 4 years ago
The shortcode provided by this plugin is intended for page markdown, not the Twig templates as you are asking about. At least according to its README file, it doesn't provide any Twig invocations. You
-
Upgrading from php7.4 to php8.1
· 4 years ago
@symgryph: It was the shortcodes plugin. Once I removed that it worked fine. Didn't you need it?? Thanks for this, anyway, I am experimenting with upgrading to PHP8 now. This is something I will spec
-
Problem with navigation and cache with login plugin
· 4 years ago
Great question! There might be something I am forgetting, it would certainly be a useful feature. The first idea I had was the new Twig cache tag, but this seems to only set the cache time rather than
-
Aura Authors issue when Grav Caching is ON
· 4 years ago
Hi and welcome! Your English is fine. I don't know how to solve your problem, sorry. I would recommend adding an issue to the repository normally, but this plugin has not been updated for over a year
-
Gantry5 & Shortcode Gallery Plus Plus
· 4 years ago
Since no-one has replied here yet and this is quite a specific setup, I suggest asking in the plugin's issues. Or if you are lucky, the plugin developer might hang out on the discord forum and you can
-
Inserting images into markdown
· 4 years ago
Not without coding, which I am guessing is off the table. The best approach would be to customise your Twig template (so further down the pipeline) so that it pulls this information from your .meta.ya
-
Twig and media paths
· 4 years ago
@backit: because averytime i add an image you have to clear the f…ing cache!!! I recommend setting up an environment more suitable for developing and debugging. Cache behaviour can be tweaked per env
-
Remember entered tags
· 4 years ago
@edi0th: he told me that when he saved tags in a first article, they were not re-proposed when he created a new page. Do you know why? Hmm, just a guess: are you using different browsers? This has "a
-
Buildin staff page
· 4 years ago
@Karmalakas: I would do just a simple array in page frontmatter I would do it that way, too. Another way is to create a modular page for each staff member. If there was a requirement for a page per s
-
Twig and media paths
· 4 years ago
@backit: {% set image_url = page.find('/images').media['myphoto.jpg'] %} and in user/pages/images i put the image myphoto.jpg, but image_url is blank! What am i doing wrong?? You have set image_url t