Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Werner Joss Regular
@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation
Badges
Recent posts
-
Newbie one: How to insert the google map code into the form template
· 7 years ago
No, just the other way round 😀 - your footer is a template which is shown on all pages that incorporate that template, so will have to insert the maps shortcode in a way that can be interpreted by twi
-
Newbie one: How to insert the google map code into the form template
· 7 years ago
If I understand right, you did embed the markdown/shortcode for the google maps shortcode in your footer.html.twig ? if so, that will not work, as twig does not process/interpret markdown shortcodes.
-
Scheduler and cron jobs on a 1 and 1 hosted Grav site
· 7 years ago
well, scripts are a wide range of possibilities - they can be written in any language that your hoster supports, e.g. php (without that, you would not be able to run grav...). the most simple way, are
-
Scheduler and cron jobs on a 1 and 1 hosted Grav site
· 7 years ago
I think your issue is quite common with cheap webhosting - most webhosters do not even provide a 'cron job' via form 😄 . nor shell access or real cron jobs. so, your best choice will probably be to wr
-
Caldav2ics - a helper script for CalDav Calendars
· 7 years ago
Hello all, I just want to announce a litte helper tool which is intended as a companion to my 2 ical calendar plugins icalendar and fullcalendar. it is intended for those who want to (automatically) s
-
Problem with migration to Apache
· 7 years ago
sure - I'm currently using the official grav docker file from GitHub even easier to use with this docker-compose.yml file: version: '2' services: grav-php: image: grav:latest container_name: grav-php
-
How to embed latest posts on home page "Agency" theme
· 7 years ago
adding post date should be easy. just add {{ post.date }} in the recent posts list.
-
Summary/excerpt size
· 7 years ago
tried that, but didn't work, unfortunately. but that's not a real problem - I can live well with the mentioned solution (put #no characters as numeric parameter for save_truncate() ).
-
Summary/excerpt size
· 7 years ago
sure, I had to use {{ page.summary|safe_truncate(550) }} to get truncate to use the intended no# of characters. omitting the (550) - which I had used before and hoped my setting in site.yaml would be
-
Summary/excerpt size
· 7 years ago
Thanks, Ron, that was the missing hint 😄 - I had searched for summary, excerpt etc. but not found the link you provided. the only drawback I can see: the filter obviously ignores the size parameter in