Val Meow
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Lightbox] Reinitiate Lightbox via ja after ajaxHey @kayhelena! ??
This is expected; the meta information won’t display unless it’s in the “mwl_data” window object, which loads with the page. If you add images dynamically afterward, the data needs to be included in this object. We’ll work on updating this automatically if the image is from your library, but that’s not the case right now. Thanks for your patience and understanding.
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] IPTCHey?@jenzgaard! ??
Concerning IPTC, we redirect users to the plugin called?Media Library Assistant and the code available?here but this is not done by us in our plugin directly. So maybe in the future, but that is not the case right now. Thanks!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] .avif and size versionsHey @nilreb5! ??
Yes it should! If you are experiencing an issue in this regard let us know. Thanks!
Forum: Plugins
In reply to: [AI Engine] No route was found matching the URL and request methodHey @damen02! ??
Even though this error message is not very clear, it comes directly from OpenAI and usually indicates either that no payment method is set up or that the quota is insufficient to make the API requests. Hope this helps!
Forum: Plugins
In reply to: [AI Engine] Clear Button Broken – AI Engine (from version 2.6.3 to 2.6.5)Hey @mav2024! ??
The issue has been detected and will be corrected soon. Thanks for your patience and understanding.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Images keep deletedHello @alexgthess !??
It sounds like there may be a caching issue or a conflict with another plugin. Try clearing both your site’s cache and your browser cache. Additionally, check if any other plugins could be affecting image display. If the issue continues, consider restoring a backup from before it began.
Keep in mind that if you move media to the trash through the plugin, you can reverse the process. However, if you’ve deleted images without a backup, they’ll be permanently removed. Always ensure you have a safe restore point before making changes. Hope this helps!
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] IPTCHey @jenzgaard! ??
The plugin uses WordPress core functions to access media metadata. Since WordPress relies solely on EXIF data, the plugin will as well. Hope this helps!
https://developer.www.ads-software.com/reference/functions/wp_read_image_metadata/Hey @petertely! ??
This is a warning message that you can safely ignore. If the process freezes, it likely indicates an error. Check your PHP logs for any fatal errors that might explain which part of the process is failing. If there’s no error, your server might have security rules limiting the number of requests allowed in a given time frame, and bulk regeneration could exceed these limits. To troubleshoot, monitor your network activity during the process to see the server’s response.
The “Regenerate All Entries” option deletes all thumbnails and recreates them, while the “Optimize” option scans existing thumbnails and only regenerates the necessary ones, making it more efficient for bulk-processing a large number of images.
Hey @samysalahgad! ??
This message will appear as long as either of the plugins is active. We’ll ensure an option to disable it in the future. Thank you for your patience and understanding.
Hey @senjoralfonso! ??
If you’re already uploading WebP images, they’ll be detected as existing, so you can keep the optimized images feature enabled. This allows you to select retina options for different sizes. The delivery method relies on WordPress core hooks, so it won’t perform many additional operations beyond what’s already done, especially if the values are consistent for your media in WebP format.
- This reply was modified 3 weeks, 5 days ago by Val Meow.
Forum: Plugins
In reply to: [AI Engine] Set up chatbot on my websiteHey @joukeschotanus! ??
I recommend starting with our documentation, which will answer most of your questions. You can learn more here:?https://docs.meowapps.com.
Please note that OpenAI’s GPT-3.5 Turbo Instruct is not designed for chat interactions and isn’t suitable for use in a chatbot. We recommend using a completion model (such as GPT-3.5 or GPT-4) for this purpose.
If you encounter this error message, it could be due to a missing environment declaration in the settings. Ensure that if you are using “Default” in your chatbot settings, the default environments in the settings tab align with your intended configuration. You can follow the correct steps in the documentation.
If you want the chatbot to have more knowledge about your website please refer to the “Let It Know About Your Business” section in the documentation.
For web search/crawling information, please read the?documentation here.Forum: Plugins
In reply to: [AI Engine] Assistance with AI Model Integration and Customization SettingsHey @scotlandtravel! ??
I recommend starting with our documentation, which will answer most of your questions. You can learn more here: https://docs.meowapps.com.
Fine-tuning a model is a specific and complex process. Refer to the “Let It Know About Your Business” section in the documentation to learn more about this. Please note that GPT-3.5 is now deprecated.
There is no “local chatbot” within AI Engine. The plugins call different services to retrieve the AI model response and display it. If you want a locally running AI model, you’ll need to host it yourself (using Ollama, for example), set up the environment, and use AI Engine filters to dynamically switch between the remote and self-hosted model.
Regarding API usage, please refer to the documentation here.
For web search information, please read the documentation here.
Forum: Plugins
In reply to: [Gallery Custom Links] PHP Depreciated messageHey @dotdabbledorg! ??
This is a message you can safely ignore. We will make the necessary adjustments to remove it. Thank you for your patience and understanding!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Delete copy set and leave oneHey Luis! ??
Media Cleaner tries to check for any other plugin that might use your images to determine if they are in use or not. The free version has fewer parsers, so false positives may occur, especially if you’re using a third-party theme or builder. So make sure to have a reliable backup of your website before performing any delete operation.
The Media Library scan will scan all media files. If you want to scan by file (to detect duplicate or unused files of the same media), you’ll need to use the File System Scan. Hope this helps!
Hey @bkjproductions! ??
Do you have any way to reproduce this issue reliably? Could you try on another device or browser to see if the issue persists? Thanks!