cptdaydreamer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Hestia theme uses full sizeYou seem to be right… I already thought I checked this with maintenance mode but probably things were still cached…
I wrote an issue to the developers of WP Dark Mode. Thank you!
Forum: Themes and Templates
In reply to: [Hestia] Hestia theme uses full sizehttps://sascha-brockel.de is the website.
Forum: Plugins
In reply to: [Yoast SEO] Yoast News SEO empty sitemapI saw that you do not want this questions here. So I ask elsewhere again.
Forum: Themes and Templates
In reply to: [Hestia] Hide published dateWow sorry. Have not found this somehow and I was looking for it a while. Thank you!
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Remove translated URL slugsAh, thank you… I didn’t know that. Maybe you could point it more out in the documentation ??
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Remove translated URL slugsThe main topic remains unresolved. The URL slug is still translated… the only difference is it is /en/article-name/ now instead of the lang param… How can I fix this?
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Remove translated URL slugsTo be honest I have it because I found it better than having the languages in the middle of the URL. I guess it is the only right choice to deactivate it.
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Image Previews not translatedHey there. Thanks for the idea. Almost forgot about it.
The problem is just the plugin Imagify. If it’s activated the image preview is not being translated. And I found out that is because I’m using the option to optimize to .webp format.
As soon as I enable “Display images on the website in WebP format” it does not work anymore. I guess you can’t do anything about this. But you will know better.
Okay, I found a fix I guess.
https://ibb.co/bQdtVrqActivating a rewrite rule instead of changing the HTML tag works. But it seems to be an ugly solution.
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Icons don’t displayHey there. Just want to tell you that it’s not the fault of your plugin. WP Rocket is producing this behaviour. Like you said I deactivated the option “Minify CSS files” in WP Rocket and it works again. But I don’t why it appeared randomly from one day to the other. For everybody else who has this problem:
Just add this line to the excluded CSS files:
/wp-content/plugins/otter-blocks/assets/fontawesome/css/(.*).css
It fixed it! Thanks for the help @bvytis !
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Icons don’t display@bvytis I don’t even have or ever had a plugin named otter-swaps. I don’t even know what it is. That is why it’s so strange.
https://ibb.co/r2brKYh
https://ibb.co/31nbwSDOn one image you can see that it works fine in the dashboard and on the live page it does not work. I guess earlier the icons came from OrbitFox but I’m not sure. Sadly I even forgot how I’ve added the icons to the header (Blog and Kontakt). I’ve added the Menu Icons plugin to add an icon to the entry Kompetenzen in the header.
Here is the HTML code when the icon is added in the dashboard (not the header the other broken ones): https://ibb.co/vk83tR1
It are FontAwesome icons.Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Image Previews not translatedDo you mean lazy loading of WP Rocket? Did not help.
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Icons don’t displayNot sure if he means the same thing as I, but I found out that since a short time there seems to be a bug in your version. No icons are loaded anymore because the path is wrong.
I see in the browser console error 404:
https://domain.tldr/wp-content/plugins/themeisle-companion/obfx_modules/gutenberg-swaps/assets/fontawesome/webfonts/fa-solid-900.woff2And this poorly looks like this on my website: https://sascha-brockel.de/kompetenzen/
Normally the blue buttons would have font awesome icons. They work in the preview of my theme but not on the real website.
Forum: Fixing WordPress
In reply to: Site Health – cURL issuesSo did anybody fix this problem? I still got the problem running a docker container of wordpress latest version with Cloudflare. And literally every CURL request is failing.
Site Health is showing me an error with the REST API:
cURL error 28: Operation timed out after 10004 milliseconds with 0 bytes receivedAlso scheduled events fail.
@lordliverpool any fix?
- This reply was modified 4 years, 1 month ago by cptdaydreamer.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Adjust tracking code of MatomoThat solved my problem. I’ve added class=”cmplz-stats cmplz-native” because it was part of the script before and it works. So you might add this as info in the documentation.
Just one question thats maybe not related to the functionality but why does the cookie selection have no influence on the Matomo tracking? No matter if the user even has selected which cookies he wants to accept Matomo is already tracking even with this class annotation.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Adjust tracking code of MatomoHello @aahulsebos. But you tell me:
It is recommended that compliance handle the statistics script. In this way, the plug-in can recognize whether or not it has to be integrated into the cookie consent code. However, if you set it up yourself and don’t want to change this, please feel free to do soWhich code is Complianz using while it is configuring? The connection between cookie selection and Matomo will be lost or am I wrong? But it already feels like that the tracking is always on no matter if a user selected only functional cookies or any cookies.