Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
AquaL1te Member
@AquaL1te · Joined 8 years ago · 55 posts · 16 topics · 7 reputation
Badges
Recent posts
-
Efficient condition to not display reading time when reading time is 0 minutes
· 5 years ago
Thanks! My approach to access config and page variables was inspired by the example of page-toc: https://github.com/trilbymedia/grav-plugin-page-toc#usage Is that example from page-toc out of style?
-
Efficient condition to not display reading time when reading time is 0 minutes
· 5 years ago
Hi, I created the partial below which first checks if the readingtime plugin is enabled globally or just enabled on a page. Then I do a condition to check if the reading minutes are 0, if so, then don
-
Best way to make use of the lightbox + center images
· 5 years ago
Thanks! I'm using partials more now. I was using specific templates for that, which is not very flexible. Thanks for the reminder that partials exist and can easily be used.
-
Best way to make use of the lightbox + center images
· 5 years ago
Hi, The lightbox is really cool and simple to use. But I noticed a few minor flaws in formatting. I solved that with a custom template. But I wonder if this can be done better. Here is my website with
-
Cache-purge Failure
· 5 years ago
I also noticed this that using the purge cache option returns an error. But isn't this related to the fact that Redis caching doesn't use files? It's in-memory caching. So this error DirectoryIterato
-
Directly link to anchors inside a tab, or link to a specific tab
· 5 years ago
What I see is that only the first tab is opened. And that is what I would expect, because the tabs are opened using javascript that responds to a ‘click’-event added to each tab anchor. Browsing to th
-
Directly link to anchors inside a tab, or link to a specific tab
· 5 years ago
Check out the URLs, there is an anchor in the URL (#). But that's ignored. Manually browsing to the tab works indeed. But like I try to explain, you cannot directly link to a tab or anchor inside a ta
-
Directly link to anchors inside a tab, or link to a specific tab
· 5 years ago
When hovering my mouse over the "Zeit-Talks" tab I see this URL. But when you click on that, it won't open the tab called "Zeit-Talks". Also, if I would link to the second anchor in the tab "Where are
-
Directly link to anchors inside a tab, or link to a specific tab
· 5 years ago
Hi, I make use of tabs on my Grav website. I noticed that I cannot link to anchors anymore that are not in the first tab. Is there a way to link to a tab? Or better yet, link to an anchor, and the rig
-
Admin Backup zip Permissions incorrect
· 7 years ago
This problems is persisting. I just thought about restoring a backup. But the permissions are totally wrong. Dirs have 777, files have 666. Is this a limitation of zip files? If so, please use a solut