Val Meow
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Lightbox] Text Link?Hey @jvmd! đź‘‹
If you’re asking whether it’s possible to have a link element on your page that opens the lightbox when clicked, then no, there is currently no feature that provides that behavior.
If you’d like an image to redirect to a URL instead of opening the lightbox, you can use the Gallery Custom Links plugin:
https://ww.wp.xz.cn/plugins/gallery-custom-links/It was specifically designed for that purpose.
Hope this helps!
Forum: Plugins
In reply to: [Meow Lightbox] FooGallery & Meow LightboxHey @beachholiday! đź‘‹
Meow Lightbox is gallery-agnostic, so it does not behave differently depending on which gallery plugin you use, or even if you are not using a gallery at all.
The message “The image cannot be loaded” comes directly from PhotoSwipe, the engine behind the lightbox. This usually indicates that there is an issue with the image source itself. The source may be corrupted or inaccessible, which can sometimes happen because of CDN integrations, JavaScript optimizations, caching processes, or other third-party modifications. Without more details, it is difficult to determine the exact cause.
As for styling, Meow Lightbox does not currently support custom themes. If you would like to make customizations, you can inspect the theme files directly in the plugin folder under
app/less/themes. This directory contains all the CSS files used by the current themes, allowing you to modify them directly or identify the classes being used for your own custom CSS.Forum: Plugins
In reply to: [Meow Lightbox] Images flicker at the bottom when opened in a lightboxHey @vadimm5! 👋
I thought your issue was related to subpixel flickering, but it seems to be caused by something else.
The plugin tries to optimize performance by loading a lower-resolution image before displaying the full-resolution version, which can cause a slight flicker with certain aspect ratios. Now that we’ve identified the actual cause, it should be fixed in the next update.
Thanks for reporting this!
Forum: Plugins
In reply to: [Meow Lightbox] Button titles are missingHey @vadimm5! 👋
Thank you for your patience!
The previous update added the i18n infrastructure. The upcoming update completes this work by adding JavaScript translation support, which is required for translating lightbox elements such as button labels, aria-labels, EXIF labels, and other interface strings.
Once the update is available, you will be able to:
• Create your translation using the
meow-lightbox.potfile located in thelanguagesfolder (wp-content/plugins/meow-lightbox/languages).• Submit your
.pofile to us, and we’ll generate the required JSON files and include your translation in future releases.Alternatively, use the Loco Translate plugin, which should handle both the
.poand JSON files automatically within WordPress.We’d be happy to include community translations, so feel free to send us your
.pofile if you create one, which will help other users who speak the same language.The update should also include support for common languages.
Hey @pharmanext! đź‘‹
When generating images, the plugin normally goes through the standard WordPress media process, which automatically sets the correct file permissions.
However, for WebP/AVIF generation, the process is more manual and relies directly on your server’s GD or Imagick library:
- If GD is unavailable or fails, Imagick is used instead
- Imagick does not always automatically apply the correct file permissions
- In some edge cases, this can lead to permission-related issues like the one you encountered
We’ll make sure proper permissions are explicitly set in the next plugin update so this issue no longer happens.
Thanks for your patience and understanding!
Forum: Plugins
In reply to: [Meow Lightbox] Close button for metadata overlay is badly brokenHey @kaiyoma!
Thank you for your feedback! We will see what we can do to make the workflow feel more user friendly.
Thanks for your patience and understanding!
Forum: Plugins
In reply to: [Meow Lightbox] How do I suppress the time in the metadata?Hey @kaiyoma!
The date and time settings were previously combined together. We will make sure they are separated so you can enable either one, the other, or both independently.
Thanks for your patience and understanding!
Hey @wickelwutz! đź‘‹
The time format is based on your WordPress general settings. If it does not change after updating your site time format, it might be because the EXIF data is cached. In that case, simply go to the lightbox advanced settings and clear the cache.
Regarding the language, we are currently working on internationalization support. It should be available in a future update. Thank you for your patience and understanding!
Hey @adamscottmartin! đź‘‹
This is just a warning that you can safely ignore. We’ll make sure it no longer appears in the next update.
Thanks for your patience and understanding!
Forum: Plugins
In reply to: [Meow Lightbox] human/nots hitting the lightbox urlHey @folgerj! đź‘‹
This is expected behavior. It is used to dynamically fetch all the EXIF data from your media inside the lightbox.
If you enable caching in the settings, this route will only be called once per page and the results will then be cached, avoiding repeated requests to your server.
You can also completely disable Dynamic Fetch in the settings if:
- Your media are not loaded dynamically
- Or if you are using a compatible gallery such as Meow Gallery
You can read more about it here:
https://photo.thehiddendocs.com/tutorials/dynamic-media-loading/Hey @a771dea1234! đź‘‹
You can check your request payload and headers as they are sent to ensure all data and the nonce are correct.
You can also refer to this documentation:
https://ai.thehiddendocs.com/common-issues/cookie-check-failure/It explains how to use filters to bypass authentication checks from the AI Engine side if needed.
If you’re still experiencing the issue after that, it’s likely coming from somewhere else in your environment.
Hope this helps!
Hey @boosterbast! đź‘‹
While there is no out-of-the-box “update product fields” feature in the chatbot, this is something you can implement using function calling.
This allows you to declare a tool that your chatbot can call, for example an “update product” function, which can then modify product details in real time.
You can read more about it here:
https://ai.thehiddendocs.com/use-function-calling/#front-function-calling–javascript-Hey @michael8888! 👋
The Insights feature is part of the Pro version of AI Engine. If you have questions or issues related to the Pro version, please reach out to us directly through your Meow Apps account.
This forum is reserved for the free version.
Thanks!
Forum: Plugins
In reply to: [Meow Gallery] Zoom in or out not workingHey @pierreraby! đź‘‹
The animations are part of the Pro package, so it’s expected that they don’t work in the free version of the plugin.
We’ll make sure this is displayed more clearly in the settings, and we’ll also look into possibly adding some basic animation options to the free version.
Thanks!
Forum: Plugins
In reply to: [Meow Gallery] Convert between shortcode and visual editingHey @ip-rob! đź‘‹
There is currently no direct support to convert a shortcode into a block through Gutenberg (like an “edit visually” option) specifically in Meow Gallery.
We’ll see what we can do on our side about this in the future.
Thanks!