Greendroid
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] Hide ICS-Calendar for non-admin usersThanks, it is working perfectly fine 🙂
Kind Regards
GreendroidForum: Plugins
In reply to: [Relevanssi - A Better Search] Hide Admin Search in DashboardThanks it is working fine!
Kind regards
GreendroidForum: Plugins
In reply to: [ICS Calendar] Hide ICS-Calendar for non-admin usersHi,
this is for the free-version and you are absolutely right. There is nothing editable in this menue. But I try to clean up the view for the authors and hide/remove everything which is not absolutely necessary for them.It is not showing for subscribers (but I have removed all rights for this role). It is showing for authors and contributors.
I intend to remove the visibility for all non-administrator users.Thanks and kind regards
GreendroidForum: Plugins
In reply to: [W3 Total Cache] Do not cache “Suggested Posts”Hi,
I like the plugin, it is working very stable and is doing what I want.
Therefore I don’t want to change the plugin necessarily.Can you give a little bit more support in how I would have to implement the Page Fragment Caching?
Thanks and kind regards
GreendroidForum: Plugins
In reply to: [ICS Calendar] Description is not correctly parsedHi,
I finally got an answer from my webhoster.
There was a slight update in parsing the calendar via CalDAV. If I now export the calendars with Thunderbird (which retrieves the data via CalDAV) I have a stable and small ICS file. This can also be handled with your calendar easily without the linebreakfix.
Thanks again for your great work!
Kind regards
GreendroidForum: Plugins
In reply to: [W3 Total Cache] Do not cache “Suggested Posts”Hi!
Unfortunately there will be no support with an ajax-call or something similar to prevent the caching of the post-preview from the plugin-support.
So I expect, that there is no possbility for me to exclude the “Recommended posts” from the caching, right? Without disabling the caching completely for this site?
Thanks and kind regards
GreendroidForum: Plugins
In reply to: [ICS Calendar] Description is not correctly parsedHi,
thank you very much. This event is now looking fine.
Unfortunately, and I almost do not dare to write it, the appointment at the 1st March “Pflanzenvermehrung” now has a space in the middle of a word:
We itere Informationen zur Pflanzenvermehrung:I really apologize the circumstances, but thanks for trying to fix that…
Kind regards
GreendroidForum: Plugins
In reply to: [ICS Calendar] Description is not correctly parsedThanks!
And you cannot imagine HOW long they really can be sometimes 😀
We are only using short words. If you stick into law or insurances then they increase a lot…
Kind regards
GreendroidThank you very much!
Kind Regards
GreendroidForum: Plugins
In reply to: [ICS Calendar] Description is not correctly parsedHi,
again: Thank you very very much for the support and your workaround.
The file you had for testing yesterday was a little modified one and exported via Thunderbird. It was not created directly from Hetzner or created automatically via the WP-CalDav2ICS plugin.
If I use Hetzner or the plugin I still need thelinebreakfix.
I am still in discussions with the Hetzner support to show them the issue we have here.
Very strange why they are not handling it according to the standard.
Now I have included the automatic-generated ICS files and they show still the same CalDav parsing issue from Hetzner.
But the linebreakfix is working pretty good now. I just could find one single problem:
In the following file:
https://www.greendroid.de/uploads/Greendroid_Gartenarbeiten.ics
on the date: 1st March in event “Einjährige aussäen” in the description there is a missing space “WeiterführendeInformationen”.But thats all what I have found.
Hopefully I can get a proper fix by my webhoster to get rid of that issue at all. But I really appreciate your work here. Thanks a lot.
Kind regards
GreendroidForum: Plugins
In reply to: [ICS Calendar] Description is not correctly parsedHi,
Thanks for further investigating the issue. I could narrow it more:
The “Mondkalender” calendar is the calendar which was created at the very beginning. This is also the only calendar which includes specific times and therefore also a timezone. All the other calendars are only using full-day events.
For testing I have created the following file:
https://www.greendroid.de/uploads/Greendroid_Mondkalender.icsThere you can see the first events with a timezone (Europe/Berlin):
BEGIN:VEVENT DTSTART;TZID=Europe/Berlin:20210101T000500 DTEND;TZID=Europe/Berlin:20210102T043000 DTSTAMP:20210210T161757Z CREATED:20210121T165933Z LAST-MODIFIED:20210201T205908Z SUMMARY:🌿 Pflanzzeit DESCRIPTION:https://greendroid.de/blog/mondkalender CLASS:PUBLIC STATUS:CONFIRMED TRANSP:OPAQUE END:VEVENTAfter this event the timezone description is coming (don’t know why they are so many, but ok…). After these 170 lines of timezone description the rest of the events are following. They all have a valid timestamp in 2021.
All the events are shown perfectly fine when I do not enable the
linebreakfixin the shortcode. Please see the second calendar on my webpage.
If I now enable thelinebreakfix=”true”in the shortcode (see the first calendar on my webpage) all events with a timezone marker in the DTSTART are not shown anymore.For more visibility I have changed the timezone from the event on the 16th May and all events from the 22nd November to 31st of December to Standard and therefore removed the Europe/Berlin. Now they are showing up again.
This let me trace the error back to your
linebreakfix=”true”shortcode option. I think if this additional parsing is enabled all events with a timezone are not parsed correctly anymore.As I would like to have the Timezone in these events, could you take a look why these events are not shown when the
linebreakfix=”true”is enabled?Thanks and kind regards
Greendroid- This reply was modified 5 years, 5 months ago by Greendroid.
Forum: Plugins
In reply to: [W3 Total Cache] Do not cache “Suggested Posts”Hi,
thanks for your support.
Exactly, this was the point which I do not understand. I cannot/don’t want to change the theme files appropriatly. I don’t have the knowledge for it 😀The plugin I am using is:
Weaver Show Post: https://de.wordpress.org/plugins/show-posts/I will open a ticket in the support forum of this plugin. Perhaps they can help.
Thanks and kind regards
GreendroidForum: Plugins
In reply to: [W3 Total Cache] Do not cache “Suggested Posts”Hi,
thanks for your support.
Unfortunately I do not have any influence how the plugin is handling is accesses. I cannot change the behavior of the plugin.Is there a way how I can exclude this shortcode execution, as it is currently, from the caching?
Thanks and kind regards
GreendroidForum: Plugins
In reply to: [W3 Total Cache] Do not cache “Suggested Posts”Hi,
thanks for your support. I think number 2 is best fitting for me.
I tried out the FAQ and the topic you have mentioned, but I am stuck now.I am using a function.php action to hook into each postpage:
<?php add_action('comment_form_before', 'add_next_articles'); function add_next_articles() { ... $nextArticleShortcode .= " cols=3 excerpt_length=40 more_msg=\"Weiterlesen...\" orderby=rand posts_per_page=3 show=excerpt hide_bottom_info=true]"; $commenter = wp_get_current_commenter(); echo '<p class="commentnotice"><h3>Weitere Artikel zu dem Thema:</h3><br>' .do_shortcode($nextArticleShortcode) .'<br></p>'; } ?>Within this function I am creating a shortcode string call, which I am then executing via
do_shortcodeto get the correct html content at the correct location on my blogpage.
This shortcode is creating a small “gallery” with some next articles which can be clicked.How do I insert
<!-- mfunc mysecurestring -->and<!-- /mfunc mysecurestring -->in the function.php? If I just replace the<?phpand?>with the strings before I get an error on my webpage.
I also tried to include it into the echo line just as plain text, but then the webpage is not loading at all anymore. I just get a white screen.Thanks and kind regards
Greendroid- This reply was modified 5 years, 5 months ago by Greendroid. Reason: Added some more code as an example
- This reply was modified 5 years, 5 months ago by Greendroid. Reason: Added some more code as an example
- This reply was modified 5 years, 5 months ago by Greendroid.
Forum: Plugins
In reply to: [ICS Calendar] Description is not correctly parsedHi,
thank you very much for the workaround. Now it is working fine. I could not find any description which is not shown correctly anymore. Wow!I have already written an detailed report to my webhoster, I hope, that they will include a fix as well.
Please apologize the space in “Pfirsichbäume schneiden”. This was not intended, sorry. I hope you have not spent too much time in error searching for this one…
But one thing is still strange. As already mentioned two posts above, one calendar is not shown anymore if I include the linebreakfix in the shortcode:
I have built up the following on our webpage:
First calendar: With linebreakfix=”true”
Second calendar: Without linebreakfix=”true”
As you can see, the “Mondkalender” is not shown in the first calendar anymore.Can you take a look why this is not showing up anymore? The calendar behind is: https://www.greendroid.de/uploads/Greendroid_Mondkalender.ics
Thanks in advance and best regards
Greendroid- This reply was modified 5 years, 5 months ago by Greendroid.