lukiooo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] What could cause total attachment weight limit?I read this before. I understand that it’s not a good practice but it needs to be done in my use case.
“if the size is over 25 MB it will warn you with this message.”
it says that it will warn me about large attachment(which is understandable), but there’s nothing about silently cutting off too large attachments.
if this behavior is planned then it should be mentioned in documentation at least.- This reply was modified 1 year, 1 month ago by lukiooo.
Forum: Plugins
In reply to: [Plugin for Google Reviews] Language on the front-endOk. I see where’s the problem. I’m using polish language and I see that there’s a mismatch or missing lines in polish .po files.
there’s
msgid "Ready to review?"
msgstr "Chcesz doda? opini??"which should probably be updated to
msgid "review us on"
(review us on)
msgstr "Oceń nas w"- This reply was modified 1 year, 6 months ago by lukiooo.
Forum: Plugins
In reply to: [Plugin for Google Reviews] Language on the front-end@richplugins Hi, I’ve got the same problem. Are these strings meant to be translated based on the selected language, or are they only in the English language?
EDIT: ok, I changed the wordpress language to native and it fixed everything besides “review us on” string (“powered by google” is still in english but it’s and image so I will let it slip). is there a way I can translate this?
- This reply was modified 1 year, 6 months ago by lukiooo.
UPDATE: I read in the other thread that it could be caused by an ad blocking browser extension. I disabled mine and it fixed the issue. Still, the problem persists and assuming the popularity of such extensions, it would be nice if you could inform users that there could be problems because of this.
I tried disabling my security plugins but no change.
I think I can make a workaround for this by manually editing content of emails templates by using my child theme folder. The problem with it is that I can’t set the subject of e-mail using these child theme files. I also can’t change it in plugin files because it will get overwritten. Is there anything else I can do?
UPDATE
Ok. I think I made some progres but can you explain why the code in “Code executed on opt-in” is being placed on the end of the <body> tag? According to gtag.js documentation, the update should be placed after global site tag as soon as possible, so all events will be fired after the update was registered.