p3fsolutions
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Same issue, as usual WPML is the problem. I’ve tried adding custom_args but without success: [ajax_load_more custom_args=”lang:en”]
Waiting for a fix.
Thanks
Hello @aguseo,
Thank you for the solution. I ended up doing it with JS instead in case of a plugin update (like you mentioned).
So, for everybody else losing patience like me, here’s a (not so good) solution:
jQuery(document).ready(function ($) { $(document).ajaxComplete(function(){ var lang = $('html').attr('lang'); if(lang == 'fr') { $('.xoo-wsc-ft-btn-continue').text('Continuer à magasiner'); $('.xoo-wsc-ft-btn-cart').text('Voir le panier'); $('.xoo-wsc-ft-btn-checkout').text('Commander'); } }); });Thanks!
Hello @aguseo,
Did you find a solution for this? I have the same problem.
Strings are translated via WPML in back-end but don’t translate in front-end.
Tried .po/.mo like in documentation, but without success.
Thanks
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] GTM tracking on form submissionHello Lap,
Of course! That is exactly what I needed.
Thank you for your support!
Viewing 4 replies - 1 through 4 (of 4 total)