Douglas "BearlyDoug" Hazard
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] Feature request: Daylight Savings Time auto-detectionOn their way. 🙂
Forum: Plugins
In reply to: [ICS Calendar] Feature request: Daylight Savings Time auto-detection“System Report for DOMAINNAME.tld.txt – This type of file is not allowed. Must be one of the following: png,jpg,jpeg”
Forum: Plugins
In reply to: [ICS Calendar] Feature request: Daylight Savings Time auto-detectionSince I’m trying to send you two separate reports (I have all details in separate text files) and cannot upload text files, is there another way to send you this info?
Forum: Plugins
In reply to: [ICS Calendar] Feature request: Daylight Savings Time auto-detectionYes, I have. And this is consistent across MULTIPLE websites I currently manage for my day job (100 WordPress sites, ICS is installed on 29 of them.
If this were one or two sites, I could see this being isolated to those individual sites, but 20+ are all showing the same exact issue. I promise, it’s not a PEBCAK error (at least not on my end).
Forum: Plugins
In reply to: [ICS Calendar] Feature request: Daylight Savings Time auto-detectionIt does not handle it automatically. And, for the record, as an experienced (senior level) WordPress developer who has set up over 600 WordPress sites in the last 10 years, one of the FIRST things I do is set the timezone correctly within Settings.
In this site’s particular case, I was using America/New_York in the “tz” field and had to change that to America/Chicago in order to show the proper times. That is *not* automatically.
[ics_calendar url=”[URL REMOVED]” title=”[TITLE REMOVED]” description=”false” eventdesc=”true” view=”month” limitdays=”150″ tz=”America/Chicago”]
That’s the shortcode for this site.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Deprecated code warning.Respectfully, you can submit that request… after all, it’s your code (I shouldn’t have to do your job for you). IMHO, y’all need to take ownership of your code and this issue. 🙂
@seanchayes , I also wanted to confirm the development version fixed the issue on my server/box, as well. PHP 8.3.8 and WP 6.7.2. 🙂
IMHO, you should go ahead and get this released as version 1.6.1
Thanks!
Sorry, but that didn’t work. I ended up having to use @wendihihihi’s tip (second reply) from THIS thread. I’ll update with how that works.
Absolutely unethical to not allow people a way to quickly disable this.
Since you’re not responding, fine. Plugin is deactivated. I’ll go find another plugin that doesn’t pull this garbage.
Forum: Plugins
In reply to: [Easy Slider] Current version breaks Tiny MCE Editor barConfirmed that it’s now working correctly again. Thank you for the fix!
Forum: Plugins
In reply to: [ICS Calendar] Events are being doubled, and not set on correct datesGlad I saw your immediate follow up. Good grief… I can’t believe that’s all it was. Issue is resolved… thank you, @room34!
Forum: Plugins
In reply to: [ICS Calendar] Events are being doubled, and not set on correct datesOne of the first things I do when setting up any WordPress site (talking several hundred over the last decade) is to set the timezones correctly. In this case, I’m using New York (under Americas). That being said, I added
tz=”America/New_York”
into the ICS URL shortcode, and cleared the cache. No change in behaviors.
@priyankkpatel, getting a bit frustrated here at the non-response.
Also, we need an update (at least to the readme.txt file to bump to the latest version of WP) ASAP, otherwise, this plugin is going to be considered abandoned. As someone who uses this plugin on over 50 sites, this is a significant concern for me.
- This reply was modified 1 year, 11 months ago by Douglas "BearlyDoug" Hazard.
- This reply was modified 1 year, 11 months ago by Douglas "BearlyDoug" Hazard.
@wpnia, I really appreciate your support with this; you have been FANTASTIC to work with!
I’ve filed a “functionality change” request with the CF7 folks… I’ll keep you in the loop for this. Hoping they’ll accept the logic for the change. 🙂
Thanks again, Nia!
Nia, thank you for the change in allowing us to remove entries that don’t need to be filtered. The new interface works beautifully!
In regards to the “allow HTML” question, this is specific to the DK plugin (its error message when a duplicate entry is added in). In the WP Options table, “CF7_page”‘s value contains a serialized string. Searching for the unique (nonsensical) error message I put in reveals that the field name is “cf7_error_message”.
Searching within the D.K. plugin folder for that error message field name:
[site4@mwp-ssh ~/html/wp-content/plugins/duplicate-killer]$ find . -type f -print0 | xargs -0 grep -l “cf7_error_message”
./includes/functions_cf7.phpLine 174 contains the sanitization logic there (“sanitize_text_field”). If you change that to “wp_kses_post” instead, this will allow the HTML request I posted above.
Thanks!
- This reply was modified 2 years, 4 months ago by Douglas "BearlyDoug" Hazard.