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
-
Two additional <p> tags generated in content
· 5 years ago
Didn't try it, but there is a filter that seems to allow you to not wrap your content: https://learn.getgrav.org/17/themes/twig-tags-filters-functions/filters#markdown
-
Two additional <p> tags generated in content
· 5 years ago
Isn't it just because the content is in Markdown? A line of text is compiled to a paragraph in Markdown.
-
Page deleted from pages but people could still access it?
· 6 years ago
Did you try to clear the cache ?
-
What is the "marketshare" of GRAV?
· 6 years ago
Hello, You could search for grav on wappalyzer.com. You won't get a full report without an account, but you'll find some information nonetheless. w3techs also has some datas about grav. I haven't loo
-
Size down or remove unnecessary files?
· 6 years ago
I might be wrong, but you could probably find more suitable tools for that kind of project. A SSG would seem more appropriate to me.
-
How to have animation on scroll on Grav?
· 6 years ago
Hello, An other solution. I've done some animations on scroll on my personnal website. It's nothing fancy, only some background-color changes, or background scaling. I didn't use GSAP for this, only
-
Mobile styles are off - can anyone help with good CSS?
· 6 years ago
Have you cleared grav cache ? It might be the issue. The line to change is the line 910 in custom.css
-
Mobile styles are off - can anyone help with good CSS?
· 6 years ago
@werdi: which one are you referring to? The first line that you posted.
-
Mobile styles are off - can anyone help with good CSS?
· 6 years ago
@werdi: .modular-row.center p, .modular-row.center h3, .modular-row.center h1, .modular-row.center h2 .modular-row.center h4 { margin-left: 12rem; margin-right: 12rem; } On mobile, your margin
-
Plugin for changing markdown, text and html of pages automatically ("batch processing")
· 6 years ago
One solution could be to define a slug for every pages, a slug that you will never change. It's juste an idea and other will probably have a different approach.