wpp87567
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Detective - Troubleshooting Conflicts] reset divi to factory settingsThe same happened with Make by Theme Foundry.
This plugin was causing the following PHP Fatal error:
PHP Fatal error: Uncaught Error: Class 'WP_Application_Passwords' not found in /nas/content/live/yystaging/wp-includes/user.php:316 Stack trace: #0 /nas/content/live/yystaging/wp-includes/user.php(469): wp_authenticate_application_password(NULL, 'wwww', 'xxxx') #1 /nas/content/live/yystaging/wp-includes/class-wp-hook.php(287): wp_validate_application_password(false) #2 /nas/content/live/yy1staging/wp-includes/plugin.php(212): WP_Hook->apply_filters(false, Array) #3 /nas/content/live/yystaging/wp-includes/user.php(2982): apply_filters('determine_curre...', false) #4 /nas/content/live/yystaging/wp-includes/pluggable.php(70): _wp_get_current_user() #5 /nas/content/live/yystaging/wp-includes/capabilities.php(668): wp_get_current_user() #6 /nas/content/live/yystaging/wp-content/themes/make/inc/error/collector.php(51): current_user_can('install_themes') #7 [internal function]: MAKE_Error_Collector->__construct(Object(MAKE_API)) #8 /nas/content/live/yystaging/wp-content/themes/make/inc in /nas/content/live/yystaging/wp-includes/user.php on line 316, referer: https://yystaging.wpengine.com/
Then it reset all the theme customizations in the database.
This is on WordPress 5.6.1
Forum: Plugins
In reply to: [The Events Calendar] Responsive Images Broken in v2 List ViewHas this been fixed in a later release?
Yes that works in my testing on Internet Explorer. I’ll try it in production. Thank you.
I am not using IE, but some of my users are. I see the errors logged in bugsnag and I tried out IE myself to verify them.
Forum: Plugins
In reply to: [Event Tickets and Registration] Event Tickets Plus – Undefined FunctionSame. For the moment I added to functions.php:
function tribe_tickets_new_views_is_enabled() { return false; }
It’s not resolved. I’m using the classic editor.
It appears to occur when the user has the single event page open, then their session times out. The periodic admin-ajax call for action
ticket_availability_check
then returns{"success":true,"data":{"html":""}}
and triggers an exception:tickets-block.min.js?ver=5.0.2:1 Uncaught TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at Object.o.length.e.updateAvailability (tickets-block.min.js?ver=5.0.2:1) at Object.success (tickets-block.min.js?ver=5.0.2:1) at i (jquery.js?ver=1.12.4-wp:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2) at x (jquery.js?ver=1.12.4-wp:4) at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:4)
Forum: Themes and Templates
In reply to: [Make] Cleaning up font awesome for speed?Yes I did this it and it saved several 100KB of data per page load. it was a tremendous optimization.
I used https://fontstore.baidu.com/static/editor/index-en.html and uploaded all the font awesome typefaces I was using and removed all the glyphs but the 5 or 7 or so that I actually use. I believe that brought my data transfer down ~300KB per page load with zero drawback. ihad to use the Chrome dev tool s css coverage tool to excise the unneeded ss and preserve the necessary elements.
The interface of that baidu site is a little frustrating to use but it was well worth the effort. I don’t understand why this isn’t a standard optimization for plugin authors.
It’s just low hanging fruit. Between that and the cloudflare edge workers my page load speed is now often <200ms on a very very beastly plugin-heavy site on shared hosting. I used this worker: https://github.com/pmeenan/cf-workers/tree/master/streaming-optimizations
But I just read they released an official version: https://blog.cloudflare.com/building-automatic-platform-optimization-for-wordpress-using-cloudflare-workers/
Bar none, this edge caching for dynamic WP pages is the single most impactful optimization you can do and it’s set it and forget it. I recommend it to everyone,
Forum: Themes and Templates
In reply to: [Make] Is Make still being developed?Zero confidence. It appears deprecated/defunct with no communication from the dev team and little to no activity in their github repo. I’m beginning to transition my clients and my own sites to a actively developed themes.
Does anyone have suggestions for a minimally-painless swap in for Make? I’ll never do business with this company again. They’re content to scrabble for the nickels still accruing while the product slowly dies from lack of maintenance.
For god sakes at least fix the jquery migrate dependencies on deprecated functions. Itt’s just abandonware at this point.
Forum: Plugins
In reply to: [Ray Enterprise Translation] Is this plugin discontinued?Having the same issue with a redirect loop logging in to lingotek. Were you able to resolve this?