NikkaG
Forum Replies Created
-
Thanks @devsabbirbd! Tested and works.
Hello, I have the same issue:
- Does’t work Restrict Blocks by Language integration with Elementor (both Restrict and Exclude options)
- Does’t work Conditional Shortcodes like
[trp_language language="en_US"] English content only [/trp_language]
- It works with with PHP code like this:
<?php
$current_language = get_locale();
if( $current_language == 'en_EN' ){
echo 'text in language en_EN';
}
if( $current_language == 'fr_FR' ){
echo 'text in language fr_FR';
}
?>
WordPress 6.6.2
Theme Hello Elementor 3.1.1
Elementor 3.24.3
Elementor PRO 3.24.2
TranslatePress Multilingual 2.8.3- Caches cleared and disabled
- All plugins deactivated only Elementor, Elementor Pro and TranslatePress
- No errors in error.log / debug.log / access.log
- I tried to change a lot of different options in Translatepress and Elementor (TP debug options, Elementor advanced options, etc..)
- My website has 2 pages only, it’s very simply
Any solution?
Hello Anghel,
I’m sure, no changes, not even to punctuation, were made to the texts that were translated, I know this will invalidate the translation.
Here a screencast:
Thanks!
Sorry for my stupid question ??, I can use for example:
var my_current_language = document.documentElement.lang;
Forum: Plugins
In reply to: [DHL Express Shipping for WooCommerce - Live Rates] Is this plugin obsolete??Great! Thanks Tomek
Forum: Plugins
In reply to: [DHL Express Shipping for WooCommerce - Live Rates] Is this plugin obsolete??Thanks Tomek!
Forum: Plugins
In reply to: [DHL Express Shipping for WooCommerce - Live Rates] Is this plugin obsolete??Hi @tograczyk, I had already followed those instructions and requested credentials with the online procedure but DHL Italy Support Team write me that “in any case if this plugin uses an obsolete scheme you will not be able to use it regardless of your credentials.“
Meanwhile I received the DHL credential, the API Connection Status of your plugin is now OK and it seems to work.
I don’t understand… Maybe I risk that the shipping cost calculation is wrong?
I’m also interested in the PRO version, I’d like to know when it will be adapt to the latest API version.
Thanks
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Maximum order quantityThanks @bycrik.
In future release will you implement also “maximum quantity” feature? I realize now that is not easy to do this for me, but I think inside your plugin is similar to manage “minimum quantity”.
Thanks!
And, for anybody else, ‘wpo_wcpdf_packing_slip_title’ is the related hook for Packing Slip button.
@dwpriv There was a misunderstanding, I want to change the text of the button in the backend, in the admin Edit Order page (screenshot).
I now discovered that the code works, but it changes the text of the buttons in the customer My Account page (screenshot).I add the snippets in functions.php
It seems they don’t work. I also tried in a demo website with Storefront theme and few plugins.
Hello Amimul,
thanks for your quickly reply!
I have identified the problem, there is a conflict with this plugin:
https://www.piwebsolution.com/product/pro-estimate-delivery-date-for-woocommerce/If I deactivate it Fluent email logs are correct.
But there is no errors in log.
Hello Amimul,
I have not Fluent CRM plugin installed, so I have not the option shown in the screenshot.
Thank you.