Holoduke99
Forum Replies Created
-
It takes average 1.5 secs less. I expected more impact, but this is a great. Each second less is important ??
I think we can close ticket.
Thank you for your time.
Thanks for reply.
I work on a big WP project. Hundreds of custom ACF fields. 58 plugins active. 7 languages. Unique actions/filter 7889. Total actions/filters 3175995
I experience this problem with other plugins too, I already opened tickets to others plugins support teams. I appreciate your response. Now I know im in the right path.
I promise I will debug time load before and after apply your next release and I will update ticket.Thanks again for considering it for next release.
- This reply was modified 8 months, 2 weeks ago by Holoduke99.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Missing jQuery UI 1.13.1If you cannot wait till next update is released, you can manual fix it.
Find line:
$jquery_ui_version = isset( $wp_scripts->registered[‘jquery-ui-core’]->ver ) ? $wp_scripts->registered[‘jquery-ui-core’]->ver : ‘1.12.1’;And replace it with:
$jquery_ui_version = ‘1.12.1’;
Code not tested (i can wait intil they publish update and self update the plugin), but i remember the folder for 1.12.1 existed at plugin folder. It should work.
If you manually apply this fix and it works, please confirm here. Additionally, do not worry for the manual fix, it will be lost as soon they update the plugin with a solution.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Missing jQuery UI 1.13.1I think my jquery-ui-core version is set to 1.13.1
$jquery_ui_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
Later it tries to enqueue missing files:
wp_enqueue_style( 'jquery-ui-style', bws_menu_url( 'css/jquery-ui-styles/' . $jquery_ui_version . '/jquery-ui.css' ) );
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Missing jQuery UI 1.13.1My plugin version: Version 1.66
Forum: Plugins
In reply to: [Advanced TinyMCE Configuration] Parsed values adds quotesHello
i found the problem.
I had a white space before ‘{‘. Ensure to use only trimmed values in order to work.