churcholution
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Page Framework] Safari related bug: Collapsible Section jumps awayHi,
thanks for reply.
Now I’ve installed a temporary WordPress test site and the same issue occurs. Theme “Twenty Twenty” / No Plugins
Please look at this admin credentials so you can check the site by yourself: https://www.dropbox.com/s/hfdi9nixk6tgod3/testapf.pdf?dl=0
Thanks for your support!
Forum: Plugins
In reply to: [ICS Calendar] Custom from / to date in shortcodeThat sounds exciting. I have planned to program the call of the shortcode using do_shortcode(), which could dynamically pass the parameters (date from / to).
Most important need is that it would be possible to show all events of a coming month. e.g. today ist 2019-03-13 and now I want to generate an event list view from 2019-04-01 to 2019-04-30.
From this, among other things, a printed document will be generated.
If I have to define the number of days / months / years (as suggested by you), then a start date would have to be defined anyway…
I’m using WordPress version 5.1 with BeaverBuilder.
Thanks for this interesting discussion ??
Forum: Plugins
In reply to: [ICS Calendar] Custom from / to date in shortcodeThank you for your answer. I want to implement two pages that show monthly programs:
– Events in the current month. Past events are not very important here, but nice to have.
– Events for next month.For this I would like to use the list view, which is also much better suited for printing.
I think to use a custom from/to date would be very flexible in different use cases. But maybe there’s another solution.
Otherwise a month selector in the list view (current and future months) would be useful.