apearl
Forum Replies Created
-
Hi @alexcozmoslabs !
I’m sorry but the problem is not solved: as I wrote in the previous answer we continue to have problems.
“As you can see in the attached screens, the Italian user correctly sees the title in Italian in the on hold emails (https://ibb.co/5Bd06gZ), while the completed order is in English (https://ibb.co/1MfqmmP) even though we have provided the translation.”Hi @anghelemanuel99 and thanks for your answer!
We made a few more attempts but the situation remains the same.
As you can see in the attached screens, the Italian user correctly sees the title in Italian in the on hold emails (https://ibb.co/5Bd06gZ), while the completed order is in English (https://ibb.co/1MfqmmP) even though we have provided the translation.
We used the same translation system (see previous post) for the two emails so we don’t understand why this one doesn’t work.Forum: Plugins
In reply to: [AMP] error in search consoleHi!
Thanks for the replies!
We confused the two plugins, sorry for the inconvenience and thanks again!Forum: Plugins
In reply to: [Loco Translate] Error in add new languageHi @timwhitlock!
We found the error 🙌
For some reason there was a line of code that put notifications in “display:none !important”, and this compromised the loco tabs…
Now we can use loco again and import the po files 🙌
Thanks for your availability and help!Forum: Plugins
In reply to: [Loco Translate] Error in add new languageWe tried again to deactivate all plugins and we have also disabled some additional scripts: nothing changed
We’re out of ideas =(Forum: Plugins
In reply to: [Loco Translate] Error in add new languageSo, we made some fixes but it didn’t solve much
However, I noticed that, even if, as already shown, we have a partially empty page, in the console I see that there are elements of what I think is the content of the page (here is the screen -> https://i.postimg.cc/8zVvmt1Y/Immagine-2023-11-27-141746.png), is it possible?Forum: Plugins
In reply to: [Loco Translate] Error in add new languageHi @timwhitlock, thanks for your reply!
We did some checks and in fact that error might not be the cause of our problem (this is the screen from the console -> https://i.postimg.cc/J41c0z1X/console.png).
We consulted the FAQ, verified that there were no conflicts with other plugins: we cannot understand why it returns a blank page (this is a screen after we click on “Load a PO file”, but the situation is identical for “New language” -> https://i.postimg.cc/CKfbXZ43/Immagine-2023-11-27-090743.png)Forum: Plugins
In reply to: [WooCommerce] Double header in follow up emailHi @anastas10s ! Thanks for your answer
Yes, I guess it’s a problem with the iphone email client: I partially solved it by setting the email header in email-header.php.
I noticed that, still on the iphone, I can’t even see the subject of the email, could it always be also related to client? In this case, how can I fix it?
Hi @bhshravankumar! Thanks for your answer
Yes I checked, but the string used in the mail is not present (not even doing the sync again).
Anyway I should have found a solution: I wrote this and it seems to work
<div class=”unsub”><style>.unsub a{color:#00C4BE!important; font-size:11px}</style><a href=”{{cart.checkout_url}}&unsubscribe=true” target=”_blank” rel=”noopener”>Non ricordarmelo più</a></div>