emiubaldi
Forum Replies Created
-
Thanks, @wfpeter. I will, much appreciated.
Thanks!
Finally I manually added this piece of script & HTML on my page and it worked, no as the native one located on the listing page but it does the job for me!
<script> $(document).ready(function(){ $("#list").click(function(){ $(".auto-listings-items").removeClass("grid-view"); $(".auto-listings-items").addClass("list-view"); }); $("#grid").click(function(){ $(".auto-listings-items").removeClass("list-view"); $(".auto-listings-items").addClass("grid-view"); }); }); </script>And
<div class="auto-listings-view-switcher"> <div id="list" class="list"><i class="fa fa-list"></i></div> <div id="grid" class="grid"><i class="fa fa-th"></i></div> </div>Cheers!
Thanks a lot @mra13 for the info.
Thanks a lot, @mbrsolution. It is very nice of you to bring this a step forward!
Hello @mbrsolution,
In a way, you answered my question, but can you please be more specific? Can I have the whole checkout pop-up, and not only the credit card number, on a different language other than the one set over WordPress default settings “Language of the website”?
YES or NO?
Maybe by adjusting a function pho file?
Cheers!
All is good @mbrsolution, thank you so much!
As the last thing: can we force the pop-up checkout language regardless of the Workrpess setting language? Let say, for example, I would need to create a multi-language website, how to archive this?
I found the issue and it works now!
Where you say:
Also make sure the same po and mo files exist in both areas as pointed out below.
/plugins/stripe-payments/languages/
and
/wp-content/languages/plugins/
I had put the PO and MO files into /wp-content/languages/ and no into /wp-content/languages/plugins/
My bad!
Thank you so much for your patience and support.
Cheers!
I have tried also this option but nope, it did not work.
See it here:
https://www.loom.com/share/acf765c735fa4271a55599e9ef132d48The server it is not running any cache system!
Yes, all the strings have been translated.
I don’t understand. What could be the issue?
Step executed:
- Updated MO and PO files into /plugins/stripe-payments/languages/ and /wp-content/languages/plugins/ (DONE and verified)
- Make sure Loco Translate are reading the FR MO and PO files and strings are translated (DONE and verified)
- Make sure the shortcode contains the [asp_product id=”1234″ checkout_lang=”fr”] (DONE and verified)
I have created a small video recap for you to visualize the steps you recommended. It might help to troubleshoot the problem.
https://www.loom.com/share/e0ec98f692224205bddb9e87ca6a5933
And finally, a video showing this is not working eighter.
By default, Stripe tries to autodetect and set user’s preferred language.
https://www.loom.com/share/0c1d6fcbb46e4c96b2641a38415548b3
Any other suggestions?
Hello,
I confirm, the files are the latest. PO file downloaded from https://translate.wordpress.org/projects/wp-plugins/stripe-payments/dev/fr/default/
I added po and mo files into /wp-content/languages/plugins/ as you suggested but still nothing.
This is the result: https://www.kiaenligne.ca/?asp_action=show_pp&product_id=4690&checkout_lang=fr
Does this product shortcode checkout_lang=fr or checkout_lang=es suppose to do the job as reported here https://s-plugins.com/?s=language?
Emiliano
- This reply was modified 6 years, 1 month ago by emiubaldi.
Update: I was able to fix the issue with the
Additional files found
This bundle isn’t fully configured, so we don’t know what the following files are for. Click the setup tab to complete the bundle configuration.I still can’t see the checkout pop-up in French. 🙁
See it here: https://www.kiaenligne.ca/?asp_action=show_pp&product_id=4690&checkout_lang=fr
Hi,
Thanks for the insight. The fr PO file was not in there, so I created one through Loco Translate.
Now in the folder, I see:
stripe-payments-fr_FR.mo
stripe-payments-fr_FR.poIn Loco I see this message under the plugin:
Additional files found
This bundle isn’t fully configured, so we don’t know what the following files are for. Click the setup tab to complete the bundle configuration.This message is referring to the other MO and PO translation located into includes/plugin-update-checker/languages
Following the Loco indication, I added a new SET under Loco=>Advanced but I still see the message,
This bundle isn’t fully configured
, I might miss some steps?
Thanks!