Andy Fragen
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Beta Tester] Recieving unwanted emailsYou are currently on the nightly updates because that’s what’s currently installed. Re-install WP 6.7.2 to get off the nightly cycle.
The plugin puts you on the track for nightlies, but doesn’t remove you. You must return to the stable release to do that.
Forum: Plugins
In reply to: [WordPress Beta Tester] Recieving unwanted emailsThe email originates from core not from the plugin.
The above shows you are still getting nightly updates. You’ll need to re-install the current release.
- This reply was modified 4 weeks, 1 day ago by Andy Fragen.
- This reply was modified 4 weeks, 1 day ago by Andy Fragen.
Forum: Plugins
In reply to: [WordPress Beta Tester] Recieving unwanted emailsThe default in core is to send update notifications. Running trunk means you get at least one a day.
You might want to try this, https://gist.github.com/afragen/e2f40ed2e71e590a127e8adc1db05948
Forum: Plugins
In reply to: [WordPress Beta Tester] Recieving unwanted emailsDid you see the Extra Settings tab?
While we wait for the update to be approved and released, you can use the following plugin to quiet these notices.
https://gist.github.com/afragen/986ba6046ebea963074283a77cae07fc
Forum: Plugins
In reply to: [WP YouTube Lyte] _load_textdomain_just_in_time errorYou might just want to comment out the part dealing with Query Monitor.
Forum: Plugins
In reply to: [WP Debugging] Enhancing Debug.log Management in WordPressPurging the debug.log empties the file. It does not delete it. There shouldn’t be an issue with an empty log file.
Forum: Plugins
In reply to: [WP Debugging] Enhancing Debug.log Management in WordPressThis plugin also installs a Quick Look menu to view or delete the debug log.
If WP_DEBUG is not active then no logging will occur. The value of WP_DEBUG_LOG is set within core based on the value of WP_DEBUG.
What plugin is this issue for Embed PDF Viewer or Visualizer?
The Google Doc Viewer is somewhat flakey and doesn’t work all the time. There is no real rhyme or reason that I can discern as to why it works sometimes and why it doesn’t. I would recommend not using Chrome for this.
This is being tracked here, https://github.com/the-events-calendar/the-events-calendar-category-colors/issues/169 and is fixed in the associated PR.
Just waiting for review.
Forum: Plugins
In reply to: [Local Development] setting disappeared and not allowed in pageSorry about that. I was chasing down that wonderful new load text domain thing.
Just released v2.9.2, this fixes.
Forum: Reviews
In reply to: [Core Rollback] Would not work on my test siteI’m sorry but I built the plugin in a local dev environment and it continues to work.
As for the plugin not working, I hope you realize that after selecting the version you wish to rollback to the plugin redirects you to the update-core.php page where the Re-install button now shows you the version you’ve selected. Click it.
Forum: Plugins
In reply to: [Embed PDF Viewer] PDFs using “Insert from URL” not displayingirsty, in the previous example I am able to see the document on the page. I’m currently on mobile Safari and the pdf loads in Google Doc Viewer so unfortunately it’s a bit flaky. Using a non-chrome browser will give more consistent results.
It seems to be working for me and the content security policy change seems to have fixed it.
Andy
Forum: Plugins
In reply to: [WP Debugging] notice on all backend pages after activate plugin on cloudwaysThe sixth and seventh parameters of
add_submenu_item()
are optional and I have not included a 7th parameter.Forum: Plugins
In reply to: [Embed PDF Viewer] PDFs using “Insert from URL” not displayingHey Kristy!
I see the following in the console when I try to load that page.
Refused to load https://download.eftps.com/EFTPS_Fact_Sheet.pdf because it does not appear in the frame-ancestors directive of the Content Security Policy.
I believe this means there’s some policy on your server that’s preventing the PDF from actually loading.
Andy