Shubol
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: youtube.com refused to connect.OMG, thank you so much. Now I remember. I’m the one to blame.
I completely forgot that I added this to .htaccess according to the instructions and I did not check the functionality of the site<IfModule mod_headers.c>
Header set Cross-Origin-Embedder-Policy "require-corp"
Header set Cross-Origin-Opener-Policy "same-origin"
</IfModule>But I added it there because I needed to enable the html5 application, which gave the error:
Error
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation - Check web server configuration (send correct headers)
SharedArrayBuffer - Check web server configuration (send correct headers)
So from one problem to another. Either one doesn’t work, or the other doesn’t work.
Anyway, thank you very much, you helped me a lot.Forum: Plugins
In reply to: [WooCommerce] Another “The merchant’s domain URL is broken” problemLOL, I thought I was on the right forum.
My mistake, OK, thanks ??Forum: Plugins
In reply to: [PiwigoPress] How to switch languageThanks for answer
Forum: Plugins
In reply to: [PiwigoPress] How to switch languageI find this module:
https://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-enI translate little of user interface.
There is another problem. In piwigo i have names of albums like this:
[lang=default]Images[/lang][lang=sk]Obrázky[/lang]
In WordPress I see default language, it is EN. Can I change this?
You can see it here:And second question: When I translate all in *.po file, is place where I can upload them for another users?
Thanks for your help and willingness.
Forum: Plugins
In reply to: [PiwigoPress] How to switch languageThank you very much, great work ??