weiser
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Watermark] Uncaught TypeErrorThanks for your feedback. We’re looking into this and try to prevent it in the next release of IW.
Forum: Plugins
In reply to: [Post Views Counter] PHP warnings in error log after update to 1.7.6Thanks for your feedback. We have identified the issue and will ship a fix in the upcoming version of PVC.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Fatal Error version 2.7.2 and 2.7.3Thanks for your feedback.
We’ve already identified the cause of the issue and are currently working on a fix. A new release with the adjusted handling of get_user_option() should be available within the next day or two.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Editor only edit specific galleries?Hi there,
At the moment, this would be technically possible, but it wouldn’t really fit with how WordPress defines the Editor role across other post types (like Posts). Editors are generally allowed to edit all content of a given type.
If you need a role that can create or edit galeries only within specific items, the closer built‑in role for that level of restriction is Contributor, not Editor. Have you tried using the Contributor role to see if it meets your requirements?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Another Fatal ErrorThanks for reporting this! We’ve been rolling out a large set of improvements recently, and while we perform extensive testing before every release, occasionally something can slip through – especially in edge‑case environments.
In this case, the issue only occurs when a site has both: malformed options stored in the database and is running PHP 8+. That’s the reason why we have not noticed the issue during testing.
That said, we’ve just released version 2.7.3, which includes hardened option‑caching logic and should fully resolve the error you encountered.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Image description links not working on mobileThanks for your feedback. Most probably we have identified the issue and will release a fix for it in the upcoming version of RLG.
Hi Amanda,
We have identified the issue – will be fixed in the upcoming version of the plugin (to be released today)
Forum: Plugins
In reply to: [Post Views Counter] Errors in log after upgrade to 1.7.5Thanks – we see it now. Working on a fix already.
Forum: Plugins
In reply to: [Post Views Counter] Desaparece e da Erro com woocommerce 10.5There is an error related to WooCommerce widget. Probably a result of that is that some other widgets, including Post Views Counter stopped working or showing up.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Masonry gallery stopped working after update@jferezy please share your site URL – we’ll have a look
Forum: Plugins
In reply to: [Image Watermark] Preserving file date during backup and restoreThanks for the proposal.
We will add this functionality as an option in Status -> Backup section, with the next release of the plugin.
Forum: Plugins
In reply to: [Post Views Counter] Virus in your zip installation fileHello,
Thank you for bringing this to our attention. We understand how concerning a malware warning can be, so we took the time to carefully verify this report.
We performed a local inspection and a first-pass security review of the exact file you mentioned: post-views-counter-pro-1.7.3.zipWhat we verified:
- ZIP archive contains only standard WordPress plugin files: .php, .js, .css, .json, and translation files. No executables, binaries, or obfuscated payloads
- we scanned the PHP and JavaScript files for common malware patterns such as: eval, assert, system, exec obfuscation chains (base64_decode + gzinflate, atob, unescape, Function, etc.).
- no malicious code was found.
- the only base64_decode / gzinflate usage appears in class-counter.php and is used exclusively for IP hashing/encryption logic, which is expected and non-malicious
About the alert you’re seeing:
The warning shown in your screenshot is: Sanesecurity.Foxhole.JS_Zip_12.UNOFFICIAL This signature comes from Sanesecurity’s unofficial ClamAV rule set, which is heuristic-based and known to occasionally produce false positives, especially with:
- minified JavaScript files,
- ZIP archives containing compressed JS assets
This type of alert does not indicate confirmed malware and does not mean the file is infected.
If your hosting provider or antivirus software continues to flag the file, we recommend:
a) Temporarily whitelisting the plugin ZIP
b) Uploading the plugin via FTP instead of the WordPress uploaderWe take security very seriously and are happy to assist further if you or your host need additional verification.
Forum: Plugins
In reply to: [Image Watermark] Hey, you’ve been using Image Watermark for more thanWhich IW version you are using? Today we have released version 2.0.5 that addresses this issue.
Forum: Plugins
In reply to: [Post Views Counter] Has stopped working in Version: 1.7.1Thanks for your feedback — it’s a valid question.
The explanation is simple: although the frontend code itself didn’t include any changes in version 1.7.1, we did modernize the frontend build process. These adjustments to the build pipeline — even though they didn’t introduce any functional code changes — affected the final output and unintentionally caused a few issues. We worked to identify and fix these problems as quickly as possible, and versions 1.7.2 and 1.7.3 focused on resolving them.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Admin table select all checkbox does not workWorking on it. We’ll try to provide a fix in the upcoming release of RLG.