Slava Shevchenko
Forum Replies Created
-
Привет) Можете предоставить немного деталей? есть ли ошибки в консоле, какая тема стоит, плагины и версия WordPress?
Hi Hasan,
The fix works perfectly. After applying all 5 replacements, the following blocks are now showing correct data:
- Cache Status: 4,174 pages cached, 100% cache coverage (4,174 cached / 3,387 total sitemap URLs), cache dir size 545.26 MB
- Preload Progress: completed successfully 3,389 URLs processed in 19m 38s, status “Completed”
- Cache List: all entries are correctly listed with HIT status
Previously these blocks were either empty or showing incorrect data due to the
$request_methodnot being part of the Engintron cache key, causing all entries to be skipped by the GET filter.Happy to do end-to-end testing of v2.1.6 as well. Thank you for the quick diagnosis!
Привет! Спасибо за обратную связь и использование плагина, мы подумаем как можно улучшить добавление текста и рассмотрим обновления в ближайшее время.
Hello @psauxit thanks for quick update, it works.
I’m running NPP on a server managed by Engintron. Everything works – purge, preload, auto-purge – but the Advanced tab always shows MISS for all cached pages, even when the cache is clearly populated.
After investigation I found the root cause: Engintron uses a non-standard
fastcgi_cache_keyformat:fastcgi_cache_key "$scheme$FIRST_FASTCGI_HOST$request_uri";The resulting cache key stored in cache files looks like this:
KEY: httpswebsite.com/about-usNote there is no
://between the scheme and the host –httpsis concatenated directly with the domain.The Cache Key Regex correctly parses the host and URI from this format. However, when the plugin checks whether a cached file exists for a given URL, it computes the MD5 hash of
https://website.com/about-us(with://), while the actual file on disk was stored under the MD5 ofhttpswebsite.com/about-us(without://). These produce different hashes, so the file is never found and the status always shows MISS.Would it be possible to use the raw parsed cache key string (as matched by the regex) for the file lookup hash, rather than reconstructing the URL with
://? This would make the Advanced tab work correctly for non-standard cache key formats like Engintron’s.Thank you for a great plugin!
¡Hola! 😊 Gracias por tu reseña.
Puedes configurar los colores de todos los elementos usando la sección Customize Styles, y también puedes insertar código CSS en el campo Additional CSS. ¡Espero que te sea útil! 😊Released.
@boomerangz Hi) The root cause of the issue was found, and the fixed version will be delivered as soon as possible.
Hi,
Thanks for your message. We’ll check this issue and get back to you after testing on a clean installation of WordPress 6.7.1.
Best regards.
Enjoying Cookie Notice & Consent Banner for GDPR & CCPA Compliance?
Help us by leaving a review! Your feedback means a lot to us and helps others discover the benefits of the CNCB.
Please take a moment to share your experience and insights. Leave a Review
Hello,
You cannot customize the existing colour palettes provided as they are pre-defined options.However, you can use advanced settings to customize the colours of the plugin to your liking.
These advanced settings will allow you to create your unique colour palette and tailor various interface aspects to meet your preferences.
RegardsHello) Our plugin doesn’t have an import/export feature for customizer options. You can try plugins available on the market that may provide feature to import/export customizer settings.
Hello)
cookiebanner.js 76.5 kbcookiebanner-init.js 1.3 kb
and some css
Hi @typodiva26coho,
I’m glad to inform you that we have fixed the issue you mentioned earlier. Please update the plugin and test the fix.
After updating the plugin, please clear your browser’s cache and try the preview function again. If you still encounter any issues, don’t hesitate to reach out, and we’ll be more than happy to help.
We appreciate your support and patience as we worked on this fix. Your feedback is invaluable in helping us improve our plugin.
Please let us know if you have any other questions or concerns.
Hi Conny,
Thank you for reaching out and for your kind words about our plugin. I’m sorry to hear that you’re experiencing issues with the preview function on your website.
In order to better assist you, I’ll need a bit more information. Please provide the following details:
- The URL of the website where you’re experiencing this issue.
- The version of the plugin you’re currently using.
- The browser (and its version) you’re using when encountering this issue.
- A brief description of the steps you take before the issue occurs.
If you could also include any relevant screenshots or error messages in the browser console, it would be very helpful.
Once I have this information, I’ll be able to investigate the issue further and provide you with the appropriate assistance.
Looking forward to your response and helping you resolve this issue.
@olegdmI tested the fix exactly with WP Cerber and it works. Please, try to clear the browser cache because the js file was updated.