Tim Bowen
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Appointments] Appointments not working when using [ea_bootstrap]@akshaycode1 any updates on a fix for this? Our function hack is working for some users but we are still getting quite a few complaints saying that the calendar gets stuck on the spinner and they are unable to choose a date. Please let me now if there is anything we can do to help.
Forum: Plugins
In reply to: [Easy Appointments] Appointments not working when using [ea_bootstrap]We’re running into this same issue which generated this error in the console:
Uncaught TypeError: response.sort is not a function
at Object.success (frontend-bootstrap.js:635:26)
at c (jquery.min.js:2:25304)
at Object.fireWith [as resolveWith] (jquery.min.js:2:26053)
at l (jquery.min.js:2:77782)
at XMLHttpRequest.<anonymous> (jquery.min.js:2:80265)Here is a temporary fix we added to functions.php until the plugin is fixed:
function fix_easy_appointments_response() {
if (isset($_POST['action']) && $_POST['action'] === 'ea_get_available_times') {
add_filter('wp_send_json_success_data', function($data) {
return isset($data['calendar_slots']) ? $data['calendar_slots'] : $data;
});
}
}
add_action('init', 'fix_easy_appointments_response');- This reply was modified 9 months, 1 week ago by Tim Bowen. Reason: added fix
Is this update coming to the Stripe plugin soon or should we implement the hack for current sites that use it?
I’m seeing the same console errors as others on the dashboard but I definitely cannot connect to the debug tab at all on local.. Server just spins and spins until I have to restart it and remove the Simple History plugin to make it work again.
/wp-admin/options-general.php?page=simple_history_settings_menu_slug&selected-tab=debug
Forum: Plugins
In reply to: [Advanced Query Loop] Check if the value existI’m running into the same issue where AQL overrides all the query blocks after it on a page. Is there any way to keep the AQL query settings so they don’t bleed over to other blocks?
We’re running into the same issue and have opened support tickets under our RankMath PRO account.
Still waiting on a resolution…We’re running into this same issue. Rank Math 1.0.205 and Rank Math Pro 3.0.48 are currently NOT COMPATIBLE with PHP 8.1+
🙁Forum: Plugins
In reply to: [Public Post Preview] Links expired after WP and Plugin updatesAny updates on this so we can have links expire later than two days?
Thank you Jahir, this fixed the issue and we’re now able to load the gutenberg block editor even with WPVR activated!
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] Error: Uncaught TypeError: jQueryWe’ve tried this running PHP 7.4 and PHP 8.0
After updating to 5.8.0.4 WPEngine still blocks deployment if we include the SEOPress plugin due to this PHP error:
PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting variable (T_VARIABLE) in ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.php on line 46 Errors parsing ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.php- This reply was modified 3 years, 10 months ago by Tim Bowen.
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] Error: Uncaught TypeError: jQueryWe’re running into this similar error which blocks deployment to WPEngine (our webs host):
PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting variable (T_VARIABLE) in ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.php on line 46 Errors parsing ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.phpI can confirm the issue is still there in the admin area after updating to 8.0.1.
Warning: The magic method Singleton::__sleep() must have public visibility in .../app/public/wp-content/plugins/wpvr/admin/views/class-wpvr-singleton.php on line 75- This reply was modified 3 years, 10 months ago by Tim Bowen.
Forum: Plugins
In reply to: [Worth The Read] reduxNewsflash 404 Not FoundWe’re now seeing additional errors after using the above update.
reduxNewsflash->get_notice_json() wp-content/plugins/worth-the-read/options/core/newsflash.php:57 reduxNewsflash->__construct() wp-content/plugins/worth-the-read/options/core/newsflash.php:42 ReduxFramework->__construct() wp-content/plugins/worth-the-read/options/framework.php:437 Redux::loadRedux() wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:122 Redux::createRedux() wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:134 do_action('after_setup_theme') wp-includes/plugin.php:470Forum: Plugins
In reply to: [Classic Editor] Save popup seen even in page with no changes madeWe’ve also started having this issue after updating to WP 5.6.1
Forum: Plugins
In reply to: [Regenerate Thumbnails] Certain pictures just not resizingThis turned out ot be an issue with WPEngine and how they have the GD library setup incorrectly. To get around this we installed this plugin:
ImageMagick Engine
WPEngine is working on a fix for this but they were not able to give a timeline or even say it would be done this year.