Title: wpp87567's Replies | WordPress.org

---

# wpp87567

  [  ](https://wordpress.org/support/users/robert1776/)

 *   [Profile](https://wordpress.org/support/users/robert1776/)
 *   [Topics Started](https://wordpress.org/support/users/robert1776/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robert1776/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robert1776/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robert1776/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robert1776/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robert1776/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway Based Fees and Discounts for WooCommerce] Charging Discount Twice](https://wordpress.org/support/topic/charging-discount-twice/)
 *  [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/charging-discount-twice/#post-18211575)
 * Same issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin Detective - Troubleshooting Conflicts] reset divi to factory settings](https://wordpress.org/support/topic/reset-divi-to-factory-settings/)
 *  [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/reset-divi-to-factory-settings/#post-14033767)
 * The 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Responsive Images Broken in v2 List View](https://wordpress.org/support/topic/responsive-images-broken-in-v2-list-view/)
 *  Thread Starter [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/responsive-images-broken-in-v2-list-view/#post-13924243)
 * Has this been fixed in a later release?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mobile Menu - The Mobile-Friendly Responsive Menu] SyntaxError in mobmenu.js on Internet Explorer](https://wordpress.org/support/topic/syntaxerror-in-mobmenu-js-on-internet-explorer/)
 *  Thread Starter [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/syntaxerror-in-mobmenu-js-on-internet-explorer/#post-13828682)
 * Yes that works in my testing on Internet Explorer. I’ll try it in production.
   Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mobile Menu - The Mobile-Friendly Responsive Menu] SyntaxError in mobmenu.js on Internet Explorer](https://wordpress.org/support/topic/syntaxerror-in-mobmenu-js-on-internet-explorer/)
 *  Thread Starter [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/syntaxerror-in-mobmenu-js-on-internet-explorer/#post-13810305)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Event Tickets Plus – Undefined Function](https://wordpress.org/support/topic/event-tickets-plus-undefined-function/)
 *  [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/event-tickets-plus-undefined-function/#post-13685266)
 * Same. For the moment I added to functions.php:
 *     ```
       function tribe_tickets_new_views_is_enabled() {
       	return false;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Mobile Safari: undefined is not an object (evaluating ‘Object.keys(i)’)](https://wordpress.org/support/topic/mobile-safari-undefined-is-not-an-object-evaluating-object-keysi/)
 *  Thread Starter [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/mobile-safari-undefined-is-not-an-object-evaluating-object-keysi/#post-13564501)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Cleaning up font awesome for speed?](https://wordpress.org/support/topic/cleaning-up-font-awesome-for-speed/)
 *  [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/cleaning-up-font-awesome-for-speed/#post-13489403)
 * Yes I did this it and it saved several 100KB of data per page load. it was a 
   tremendous optimization.
 * I used [http://fontstore.baidu.com/static/editor/index-en.html](http://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](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/](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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Is Make still being developed?](https://wordpress.org/support/topic/is-make-still-being-developed/)
 *  [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/is-make-still-being-developed/#post-13489368)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ray Enterprise Translation] Is this plugin discontinued?](https://wordpress.org/support/topic/is-this-plugin-discontinued-6/)
 *  [wpp87567](https://wordpress.org/support/users/robert1776/)
 * (@robert1776)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/is-this-plugin-discontinued-6/#post-11976336)
 * Having the same issue with a redirect loop logging in to lingotek. Were you able
   to resolve this?

Viewing 10 replies - 1 through 10 (of 10 total)