Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Amaury Hanser Member
@AmauryH · Joined 9 years ago · 83 posts · 4 topics · 19 reputation
Badges
Recent posts
-
Local video responsive
· 7 years ago
You'll probably want to check the markup and the css applied to the video.
-
Change theme automatically for mobile and desktop
· 7 years ago
You might want to be sure that having the same (almost) content on 2 differents url will not affect your SEO.
-
Quark Open Publishing: Top level drop-down menu, how to make 'non-clickable'
· 7 years ago
Instead of removing the href like that, I'd rather add a condition: <a {% if not p.header.unclickable %} href="{{ p.url }}" {% endif %} class="{{ active_page }}"> And then, add in the frontmatte
-
Taxonomy filter not working
· 7 years ago
Hello, You're using twig in your markdown file. By default, twig in markdown is not processed. You should enable it: Process twig
-
Redirect in GRAV
· 7 years ago
Hello, What if you don't put a default.md file in your 01.fractions folder ?
-
Conditional form -- show admin form on all pages except XYZ
· 7 years ago
Hello, I'm not fully aware of the possibility of the admin plugin, but have you looked at this page ? It seems that the Embedding Form (import@) could be a good start for what you want. https://learn
-
Image displays alt text - image itself not visible
· 7 years ago
Hello, You could dump feature.image to see if you get the correct path. {{ dump( feature.image ) }}
-
Summary/excerpt size
· 7 years ago
You could go with something like that: {{ page.summary|safe_truncate(site.summarysize) }} summarysize being defined in site.yaml
-
How to display blog list in modular page?
· 7 years ago
You've got two items. Have you tried to rename the second one ? Check this article on multiple collection.
-
Showing with A OR B tags from taxonomy
· 7 years ago
I would add this: You need en array, it will be written between squared brackets: [ ] https://learn.getgrav.org/16/content/collections#taxonomy-collections content: items: '@taxonomy.tag': [foo, ba