wordplus
Forum Replies Created
-
Hi there!
Then you need to find other way to translate JSON strings in WordPress, here is some additional information about how it works, if you are interested:
https://localise.biz/wordpress/plugin/manual/jsonThanks!
Hi there!
All strings are translatable, but frontend strings are mostly translated with JSON translations.Please use LocoTranslate editor which works correctly with them:
https://ww.wp.xz.cn/plugins/loco-translate/
Thanks!Hi there!
There is no any special integration with WooCommerce Bookings, the plugin will just work like at any WordPress website.
Thanks!Hi there!
PHP Deprecated is clearly lower level then PHP errors or even warnings or notices, so I can only recommend to hide that from displaying at your website.
Thanks!Hi there!
The user profile url can be changed or disabled using this php hook and there is no other way:
https://www.better-messages.com/docs/development/php-filters/better_messages_rest_user_itemThe WooCommerce My Account slug is taken from Settings -> Integrations -> BuddyPress -> BuddyPress Profile Slug setting.
Thanks!
Hi there!
I will check this php deprecations notices, but they should not break the plugin flow.
The issue is you have deprecations configured to be displayed even in api response and that is what you need to reconfigure as that is not good behaviour and even not secure.
Thanks!
Hi there!
I think that is implemented in dokan and the product info is displayed at the top of conversation screen, when initiated from live chat button added by plugin.
Thanks!Hi there!
In the plugin settings you can configure how often to send that requests.
To stop this requests completely you need to remove the plugin as the plugin can not function without that requests, which are used to check for new messages, etc.
Also you can upgrade to WebSocket version, which will remove most of that requests.
Thanks!Hi there!
There is no such feature available in this plugin.
Thanks!Hi there!
You can modify user names displayed in plugin using this hook:
https://www.better-messages.com/docs/development/php-filters/better_messages_rest_user_itemThanks!
Hi there!
You can use this php hook to modify login page location:
https://www.better-messages.com/docs/development/php-filters/better_messages_login_url
Thanks!Hi there!
You can use shortcode:
https://www.better-messages.com/docs/shortcodes/better_messages_unread_counter
Or custom integration with JS:
https://www.better-messages.com/docs/development/js-actions/better_messages_update_unread
Thanks!Hi there!
Just disable guest access, there is option to require guest name at the moment, will add in next updates.
Thanks!
Hi there!
Not clear how users uploading photos at your website, probably custom integration is required.
Thanks!Hi there!
This random name is automatically generating by plugin when someone join to chat as guest, but did not provided the name. Probably you have auto join to chat enabled?
Thanks!