Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Alan Coggins Member
@ozfiddler · Joined 5 years ago · 65 posts · 7 topics · 11 reputation
Badges
Recent posts
-
How to add an "edit" button to front end
· 4 years ago
Doh! There is indeed, right there in the list of plugins. Why didn't I see that. 😲 Note to self. Check all existing circular objects very carefully before spending time inventing a wheel.
-
WooCommerce style product display
· 4 years ago
@pamtbaau: Others can no longer alert you about issues. Others can no longer contribute to your code using pull-requests. Others can no longer fork your repo and work on that. Ah yes, this is the p
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 4 years ago
Excellent! There's your answer. (From someone who isn't guessing 😁)
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 4 years ago
Ah... right, thanks. So @bouke the link we need is... <a href="{{ page.url }}" class="u-url">{{ page.title }}</a> Well, I did say I was guessing. 😉 Also keep in mind that any changes will
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 4 years ago
The nice thing about Grav is that you can look into the code and it's fairly easy to see what's going on. Let us know how it goes.
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 4 years ago
If you look in partials/blog-list-item.html.twig you will see this line... {% include 'partials/blog/title.html.twig' with {title_level: 'h5'} %} So, look in partials/blog/title.html.twig and you will
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 4 years ago
@bouke: My goal is to have a “Continue Reading” link or button after the excerpt, so a reader can click the button and read the blog post in full. Is the title clickable? If so, you just need to add
-
[Beginner] Creating a 3-column page
· 4 years ago
I suggest you start with the Bootstrap 4 theme. That's a really commonly used framework and there are plenty of resources online to help you.
-
How to add an "edit" button to front end
· 4 years ago
One of the very few things I miss from WordPress is the ability to jump straight from viewing a page to editing the content. Turns out this is very easy to get working with Grav. First, in System Conf
-
Is there a way to store all emails sent?
· 4 years ago
Big thanks to @Karmalakas and @djamil for taking on board a suggestion to add a delete function. With version 1.4.1 of the Data Manager you can now delete items from both the list view... and the ind