Garrett Hyder
Forum Replies Created
-
@thomasbroso you might have hit the same min-height-0 issue with Depicter slides vanishing that I just had, and shared here;
https://www.ads-software.com/support/topic/depicter-slider-missing-only-on-desktop/#post-16708989
@bowljam I was able to fix this on my site recently. Not sure if applies to you but under Options ‘Adaptive height’ was enabled with a Min Height of 0. Potentially a new setting but setting this to my ‘Slide content height’ and publishing got my slides back.
The other thing I had to do after as all the elements were now thrown out of wack is select every element in the Slide and set Design > ‘custom positioning origin’ to on and ‘Custom origin’ to centre.
Hope that helps, took me a little to sort on my site.
Forum: Plugins
In reply to: [WP Mail Logging] contextual_help is deprecated since version 3.3.0FYI this should be fixed now, from the changelog;
> 1.9.6 – 2020-05-05
> Removed: contextual help tab.Forum: Plugins
In reply to: [WP Mail Logging] Deprecated use of contextual_helpAppears to have been addressed in 1.9.6 – 2020-05-05
> Removed: contextual help tab.Thanks Leon, sorry should have been more clear was just suggesting the control as a new feature. Appreciate you providing the CSS, nice to confirm I’m handling it right.
CheersI’ve used Custom CSS to make the change for now, but with the latest I’m seeing the below which doesn’t have a border colour for the classic popup;
Thanks for the response Jay. Makes sense, not sure if the UA code can be fully obfuscated when the user is logged in in order to avoid it being picked up invalidly by Tag Assistant.
Forum: Fixing WordPress
In reply to: 5.3 upgrade errorThanks for the sleuthing @scmsteve glad to hear you’ve found the root cause there.
As
woocommerce-help-scout
is a paid plugin you’ll want to use your account to open a support ticket with them to have them address the issue.If you need the plugin active in the meantime you might be able to comment out that include, but if that causes issues you can instead just before that call add calls to the privacy table scripts;
include_once 'includes/class-wp-privacy-requests-table.php' include_once 'includes/class-wp-privacy-data-export-requests-list-table.php' include_once 'includes/class-wp-privacy-data-removal-requests-list-table.php'
All the best
- This reply was modified 5 years ago by Garrett Hyder.
Forum: Fixing WordPress
In reply to: 5.3 upgrade errorHi @scmsteve
You can narrow it down by searching for either
WP_Privacy_Data_Export_Requests_List_Table
orWP_Privacy_Data_Export_Requests_Table
in your theme, plugins or mu-plugins.If you find instances of
WP_Privacy_Data_Export_Requests_Table
you can replace them withWP_Privacy_Data_Export_Requests_List_Table
and that should address your issue.Or if you just find
WP_Privacy_Data_Export_Requests_List_Table
then please share the code for investigation.Thank you
Very interesting, going back to the interface today I get the ‘Gzip compression is already enabled’ message. So I guess was an anomaly. Closing this out. Thanks for looking at it.
Hi Marc,
Trying to reproduce and haven’t been able to so most likely I updated my version of the plugin. Closing this for now and if it comes up again will dive deeper before reopening.
Cheers
Thanks Marc, I sent it via your contact form. I appreciate you looking into this. Cheers
Hi Marc,
Looking at this again I realize they were logged to debug.log and just a little old as I’d disabled debug on production and didn’t realize when I found debug.log present that it was older logs. As I don’t see them in error_log I believe it’s adhering to the WP_DEBUG toggle.
That being said the logs I was seeing were mostly for GoogleBot hitting my .xml sitemaps generated by Yoast SEO. Some of the other logs were from logged in users just accessing the front end. And a few were normal traffic on pages in the exclude this. These were all being logged instead of appended to the HTML.
Cheers
Thanks Marc, appreciated.
Thanks @lopo for sure I appreciate that. I’ll advise my clients use the admin bar link for now.
Looking at the block editor there’s two placements that come to mind for me at least;
1. Up in the block editor top bar where Preview/Update is something like this;2. As another button before the move to trash something like this;
Either of these would be helpful as if you go into full screen mode the admin bar vanishes and with it your ability to duplicate.
Hope that helps,
Cheers