spameur
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Fix Notice undefined http_referrerHi,
I re-open the post because with debug activated, a notice error for http_referrer is still appearing at first page loading:Notice: Undefined index: HTTP_REFERER in /var/www/wordpress/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_3rdparty.php on line 270
I think the plugin doesn’t find the lang only for the first page access.
Any idea to fix it?
Regards.Forum: Plugins
In reply to: [WooCommerce] Checkout ajax call breaks translationYES!!!
We would be so happy that your both plugins work together.
There is no way to translate correctly the main Worpress e-commerce plugin today. So, making it cooperate with the best translation plugin would be a great satisfaction for users. ??Forum: Plugins
In reply to: [WooCommerce] Checkout ajax call breaks translationI fixed this problem in previous version by adding
$is_ajax = true;
on line 10 in review-order.php.
But with your new dev, it doesn’t work anymore.
It means that there is maybe something to improve in ajax call…?
But where and how ?
At loading and during few miliseconds the text is in English and then switches in French (main language).
I think it would be interesting to add a full disabling ajax option in settings.Forum: Plugins
In reply to: [WooCommerce] Checkout ajax call breaks translationHy Mike,
Is it possible to desable ajax ?Forum: Plugins
In reply to: [WooCommerce] New version of woocoomers problemsSorry, I did it twice but nothing appeared quickly at the end.
I thought the was a bug, so I did it here because the title is WC problems…
Now it’s OK.
Regards.Forum: Plugins
In reply to: [WooCommerce] New version of woocoomers problemsIn others words:
Your last DEV: Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions.
It breaks the translation with Transposh.
Please help!
Regards.Forum: Plugins
In reply to: [Transposh WordPress Translation] Woo commerceSorry Ofer Wald, didn’t want to be discourteous.
But the problem is recurrent and nothing happens for monthes.
I’m a developper and I use your excellent plugin for every site I create.
Don’t you think it would be a good roadmap to assure a full compatibility with Woocommerce ?
Could you give me a site address where last Woocommerce version is correctly translated in Checkout process with last version of Transposh?
Then I’ll check the markup.
Regards.Forum: Plugins
In reply to: [WooCommerce] New version of woocoomers problemsAbout Woocomerce last version problems:
I use Transposh as a translation plugin and the checkout process don’t work correctly for orders details at bottom (Your order and payments).
I fixed it with previous version by changing line 10 withif ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $is_ajax = true; ?> <?php if ( ! $is_ajax ) : ?><div id="order_review" method="post"><?php endif; ?>
in review-order.php
It doesn’t work anymore.
How can I fix the new version?
Regards.Forum: Plugins
In reply to: [Transposh WordPress Translation] Woo commerceOK Jan, thanks.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Woo commercePlease, Ofer Wald, give us a fix…
RegardsForum: Plugins
In reply to: [Transposh WordPress Translation] Woo commerceI confirm:
Transposh doesn’t translate correctly the woocommerce checkout process.
No fixes are provided by Ofer Wald for monthes now !
I asked for it more than 1 year ago… and no answer…I think it might be an Ajax problem.
Woocommerce is the main e-commerce plugin and Transposh is not fully compatible. Amazing.
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] Bookings tab ?OK, merci…
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] Bookings tab ?I’m French, but I wrotte in English for other readers…
Mais, après tout, les Anglais n’écrivent pas en fran?ais, non ?
Alors tant pis pour eux… lol
Entre temps, j’avais trouvé qu’il fallait cliquer sur la case à cocher pour que cela apparaisse. Le spécifier dans “Installation” serait judicieux…
Par contre, cela active-t-il les réservations par défaut pour tous les nouveaux produits ?
Cordialement.Forum: Plugins
In reply to: [Easy Booking for WooCommerce] Calendrier des disponibilitéSuper. J’ai hate de voir ?a… ??
Forum: Plugins
In reply to: [Transposh WordPress Translation] Fix Notice undefined http_referrerFix doesn’t work: other notice appears about variable lang.
I think it is a theme issue.
I close this topic…