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
-
Is it possible to make the second page the default on arrival at the site?
· 5 years ago
You could manually create the first item in the navigation partial of the template. So add a hard-coded link before it goes into the menu item loop.
-
Struggling with blueprints
· 5 years ago
Got a reply on Discord. Thanks @Karmalakas. It's not necessary to use a blueprint, it can be done in the page template by using... {% for child in page.children() %} Instead of {% for child in page.co
-
Running Grav into home/public_html folder
· 5 years ago
@pmoreno: In error.log I have: /home/pedro/public_html/grav-admin/.htaccess: Options not allowed here Sounds like something in your htaccess that your host doesn't like. Try renaming it temporarily a
-
Running Grav into home/public_html folder
· 5 years ago
Same here. I can drop the files into public_html and it works fine.
-
Struggling with blueprints
· 5 years ago
I am having a little trouble getting my head around blueprints. I have made two new templates in my child theme: product and product_list. I have a new blueprint (product.yaml) that adds some extra fi
-
Calendar shows wrong times for recurring entry
· 5 years ago
Thanks for all your work on this @hoernerfranz 👍
-
Calendar shows wrong times for recurring entry
· 5 years ago
Ah... there goes that theory. 😀
-
Calendar shows wrong times for recurring entry
· 5 years ago
It looks to me like the calendar is showing local time for single events and UTC for recurring events (my recurring events are 11 hours out, which is the diff from UTC in my location). Others may like
-
No display from Full Calendar page
· 5 years ago
@hoernerfranz: if set to true, the plugin will be activated on all pages, and, as it loads quite a lot of js/css stuff, will affect the page speed ranking of your whole grav site... That is certainly
-
Calendar shows wrong times for recurring entry
· 5 years ago
@counterpoint: using a link wasn’t a problem Ah, right. I get it now. I was messing around with the Caldav2ics plugin. I didn't realise that format would work if put in directly. Thanks for the examp