bigbanks
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table of Contents] Smooth scroll compensation malfunctionsJust installed the plugin, and facing the very same issue as the Thread Starter. Hope it will get fixed soon.
Forum: Plugins
In reply to: [Koko Analytics] Data not recordedThere’re no errors in the browser console, however I just noticed a warning from plugin:
“There seems to be an issue with your site’s WP Cron configuration that prevents Koko Analytics from automatically processing your statistics. If you’re not sure what this is about, please ask your webhost to look into this.”
Screenshot with all issues: https://ibb.co/stW7yDdHi,
Thank you for your effort anyway. I don’t think WPML team would take an action to solve the problem, that appears in Pods. In my practice, their support always forwarding to a problem plugin’s developer, saying that plugin’s developer can contact them directly to work over the compatibility. Sad.
As a workaround, for now I will use WP_Query that I mentioned in the first post.
Btw on the Pods plugin page, mentioned:
“Plugins we’ve integrated with: – WPML”.There’s probably somebody in Pods team who had worked on the integration with WPML ^_^ ?…
—
CheersHi Jory,
Thank you very much for the response. I have followed the link, installed “Health Check” plugin, and could discover that the error occurs when “WPML Multilingual CMS” plugin is activated. Additionally I have tested my code on another project, that doesn’t have any WPML-related plugins and everything works correctly.
Not sure, what could I do next to fix the issue?
Thank you
Forum: Plugins
In reply to: [Login as User] Error 502Hi
The same issue,
502 Bad Gateway
nginxGET /wp-login.php?action=login_as_user&user_id=160&back_url=%2F%2Fwww.myurl.com%2Fwp-admin%2Fusers.php%3Fs%3Dlogin%2540gmail.com%26action%3D-1%26new_role%26ure_add_role%26ure_revoke_role%26primary_role%3Dpeaker%26paged%3D1%26action2%3D-1%26new_role2%26ure_add_role_2%26ure_revoke_role_2&_wpnonce=b16fb2d268 HTTP/2.0
Forum: Plugins
In reply to: [Weather Atlas Widget] Some strings are unavailable for translationHi,
Yes, I understood all of that, before I uploaded translation manually. I just wanted to make things work right now, cuz community’s translation’s going slow and it make take months.
I did upload my translation suggestions already for RU translation. Unfortunately some strings are too complex for my understanding to give the translation on it.
Thank you for the reply.
Hi @kbat82
Got it, thank you. I will use this constant in my projects.
Hi @kbat82
Thank you for the update.
Actually as I mentioned above, I tried both – with / without ‘rest_enabled’ filter, and it didn’t work in both cases.
Great. Thank you so much.
Uncommenting line 102 didn’t work, but changing line 99 to:
$can_use_rest = false;
solved the problem. Now I can save all the settings.
I’ve turned to 3.7.2, just because I previously use this version and have its backup.
If you could provide most recent versions for testing, please share a link.Yes, I keep REST disabled using a number of actions, because I do not use REST features.
add_filter('rest_enabled', '__return_false'); remove_action( 'xmlrpc_rsd_apis', 'rest_output_rsd' ); remove_action( 'wp_head', 'rest_output_link_wp_head', 10, 0 ); remove_action( 'template_redirect', 'rest_output_link_header', 11, 0 ); remove_action( 'auth_cookie_malformed', 'rest_cookie_collect_status' ); remove_action( 'auth_cookie_expired', 'rest_cookie_collect_status' ); remove_action( 'auth_cookie_bad_username', 'rest_cookie_collect_status' ); remove_action( 'auth_cookie_bad_hash', 'rest_cookie_collect_status' ); remove_action( 'auth_cookie_valid', 'rest_cookie_collect_status' ); remove_filter( 'rest_authentication_errors', 'rest_cookie_check_errors', 100 ); remove_action( 'init', 'rest_api_init' ); remove_action( 'rest_api_init', 'rest_api_default_filters', 10, 1 ); remove_action( 'parse_request', 'rest_api_loaded' ); remove_action( 'rest_api_init', 'wp_oembed_register_route' ); remove_filter( 'rest_pre_serve_request', '_oembed_rest_pre_serve_request', 10, 4 );
I just have tried to remove all of this actions from my functions.php,
Unfortunately seems that it doesn’t make a sense. “Save” still doesn’t work.Hi, @kbat82
I have 4 slides in that slideshow.
Yes, I have tried to create one more slideshow, but it still doesn’t work. The same thing with any previously created slideshow.
Currently turned back to Version 3.7.2, to make “Save” button work.
Forum: Plugins
In reply to: [WooCommerce] Bug on checkoutThe same issue, I use fields sorting based on this code:
foreach($order as $field) { $ordered_fields[$field] = isset($fields["billing"][$field]) ? $fields["billing"][$field] : ''; } $fields["billing"] = $ordered_fields; return $fields;
It works fine on Woo 3.3.4 and I get the correct sorting result,
but 3.5.1 all fields mixed randomly / wrongly and get error:Notice: Undefined index: priority in /var/www/vhosts/domain.com/httpdocs/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1526
I’ve just found another DHL web-site for rate-calculation – dct.dhl.com “DHL Capability Tool” , and I get the correct rate as from the plugin.
I see that there is no issue with plugin’s settings, and it works great.
But the rate is still different from mydhl.dhl.com
Links from DHL Thailand web-site (www.dhl.co.th) are leading to mydhl.dhl.com, for example “Get rate and Time quote”…I’m quite confused why DHL’s giving different rate on its web-services. I know I should ask DHL support to explain it.
Okay. What if I want to use mydhl.dhl.com service, and get the same rate through the plugin. Is it possible? What settings is it depends on?
Forum: Plugins
In reply to: [Opn Payments] Plugin does not support USD currencyAgree with topic starter.
Does this plugin (or OMISE) support USD / EUR?
Getting error “offsite is not valid: Amount must be an integer”