Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
How to make a Print button on item.md page that prints some elements of item.md, not all
· 1 year ago
Just use print media CSS and add a button <button onclick="window.print()">Print</button>
-
Getting 'Unknown or bad timezone ' when trying to login into admin
· 1 year ago
Find out if/who changed your PHP config and revert. Talk to your hosting provider maybe
-
Getting 'Unknown or bad timezone ' when trying to login into admin
· 1 year ago
Sounds like you had PHP config changes. And this exception is only available since PHP 8.0, on which Grav 1.7 doesn't work and 1.8 is still in beta
-
Issues Embedding CapCut Video Previews on My Grav CMS Website
· 1 year ago
It's linked in my post. And one of the issues I couldn't solve: If looping is enabled, sometimes Youtube videos appear only if slide is moved a bit (not always though) Don't know if it's because o
-
Issues Embedding CapCut Video Previews on My Grav CMS Website
· 1 year ago
You can check the source code of my Swiper-JS plugin. It has both YouTube and local video implementation. I didn't notice any of the issues you describe. Also check "Known Issues" in the description -
-
Need help moving / setup grav on subdirectory but root URL
· 1 year ago
Why not just move your whole Grav installation from /grav to root?
-
Pages dated 31 December not showing in year date range
· 1 year ago
What theme are you using? According to one of our oldest forum members it works as expected with Quark at least on fresh Grav instalation: Try the following: Fresh install of Blog Site skeleton Add
-
Pages dated 31 December not showing in year date range
· 1 year ago
Can you test this for years 2020 and 2021-23 for example? It's a bit of a stretch, but thinking about leap year
-
Page collections not working - syntax as written to header is wrong? (v1.8)
· 1 year ago
Sounds like a bug. Maybe worth reporting on a repo
-
Turning off the sidebar
· 1 year ago
I don't think content block has anything to do with the sidebar. Sidebar is lower on line 81 https://github.com/getgrav/grav-theme-antimatter/blob/2.2.1/templates/partials/base.html.twig#L81