Val Meow
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Issue noticed in multisiteHey @sanju-shankar! ??
Thanks for reporting this. We’ll investigate whether there’s an issue with multisite installations. There’s not much you can do from the plugin settings on your site. If you have technical knowledge, you could inspect the plugin code to identify where the issue might be occurring. Please also check your PHP error logs and developer console logs when attempting to delete the file to see if any error messages provide clues about the issue. Thanks!
Hey @lumos! ??
Sorry for the inconvenience. This is a minor issue with the MeowApps logo; it should be replaced by a default cog icon when the menu is collapsed. Hope this helps!
Forum: Plugins
In reply to: [AI Engine] IA engine back end doesnt loadHey @m3t4g4m3! ??
You could also try temporarily disabling any other plugins or themes that might be causing interference. However, without more information, it’s hard to determine the exact cause of the issue.
You may also want to check your developer console logs and PHP error log for any error messages. Thanks!
Forum: Plugins
In reply to: [AI Engine] How to translate?Hey @juicyjere! ??
I assume you’re referring to the Copilot translate function. If so, the translation language is automatically selected based on the current post language. You can use filters to dynamically adjust the language if needed. Hope this helps!
Forum: Plugins
In reply to: [AI Engine] How to provide context for a chatbot programmaticallyHey @michael8888! ??
You can modify the instructions or add context by using filters. Refer to the documentation for details on the filters available, and you can find an example as well. Hope this helps!
Forum: Plugins
In reply to: [AI Engine] Set up chatbot on my websiteHey @joukeschotanus! ??
It appears you’re referencing Pro features like Assistants and Embeddings, as well as use cases from Pro add-ons. This forum is dedicated to the free version of the plugin. If you’re a Pro user, please contact us through your Meow Apps account. You can reach our support team via the contact form on our website.?Thank you!
Forum: Plugins
In reply to: [AI Engine] Unsolved: No route was found matching the URL and request methodHey @damen02! ??
The 404 error indicates that the route might not be correctly set up or is missing. But it seems it be existing in your wp-json routes.
"methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/www.fumigatotal.com\/wp-json\/mwai-ui\/v1\/files\/upload"
You can try to go to WordPress settings and re-save your permalinks. This can sometimes resolve routing issues. Disable other plugins (mainly cache and optimization plugins) to check if there’s a conflict causing the issue.
You could also try enabling the AI Engine public API and making a call from an external client to see if this works. Is the subdirectory REST URL the same one written in the request as well? Hope this helps.
Hey @ensony! ??
In most cases, Media Cleaner is compatible with a wide range of plugins, ensuring that it works seamlessly with your website. However, there might be instances where certain plugins might not be fully compatible with Media Cleaner. If you come across such a situation, I kindly invite you to try using the plugin and let us know about any issues you encounter. Please note that the Free version should handle less use case scenario since it has less parsers.
Please, before performing any operation, make sure you have a reliable backup to ensure that you can always revert to a safe state. This is mendatory.
You have the ability to use a regex filter if you want the scan to be specific in finding certain files or a file. Additionally, you have the option to select files after a scan and ignore them. This means that if it’s a false positive, it won’t show up again. You can also use your own logic to valide the usage status of file by using the following filter: add_filter( ‘wpmc_check_file’, function( $in_use, $file ) ).
Our team is committed to continually improving the compatibility of Media Cleaner with different plugins. Your feedback is valuable to us, as it helps us identify areas where we need to work on enhancing compatibility. Could you precise which third party plugin your Hero blocks are made from?
If you have technical knowledge, you can build your own parser for your offloaded media?using this template. Hope this helps.
Hey @samysalahgad! ??
With Perfect Images alone, you can optimize and manage your images, but it doesn’t automatically delete original images after conversion. For that functionality, consider using Media Cleaner Pro alongside Perfect Images. Hope this helps!??
Hey @mattf10! ??
Thanks for reporting this will be fixed in the next update!
Hey @randrear! ??
You can already try out the new engine in the plugin’s advanced settings, which should address your concerns. This feature is still in beta, but we’re actively working to improve it. Hope this helps!
Hey @mikrobullen! ??
When the excerpt of the post is trimmed to the specified length (which can be adjusted in the plugin settings based on the “Template”), we use wp_trim_words, which adds an ellipsis “…” at the end of the trimmed content. Depending on your OS or encoding settings, this may be displayed as a “…” value.
Forum: Plugins
In reply to: [AI Engine] Transcriptions and user rolesHey @andrea-capretti! ??
WordPress forums are only for support related to the free version of our plugins; questions about the Pro version cannot be answered here. Please visit meowapps.com and docs.meowapps.com to learn more or to contact us directly. Thank you!
Forum: Plugins
In reply to: [AI Engine] Problem with AI ENGINEHey @exolon! ??
This mostly happens when your WordPress REST API is not reachable. You can read this documentation to learn more. Make sure no other third party plugin is changing the REST API route, which could lead to this problem. Thanks!
Forum: Plugins
In reply to: [Meow Gallery] Issue when selecting images in collection creationHey @matt3z! ??
It does seem there’s an issue with fetching images from the selector. We’ll make sure this is fixed in the next update. Thanks for your patience and understanding!