william604
Forum Replies Created
-
is this related? Warning: Undefined array key “url” in?/home/u915336324/domains/legalesedecoder.com/public_html/wp-content/plugins/donorbox-donation-form/donorbox_embed_campaign.php?on line?181
- This reply was modified 8 months, 4 weeks ago by william604.
Forum: Plugins
In reply to: [AI Engine] Support for openrouter.ai given the recent chaos at OpenAI?I haven’t contacted openrouter, I only suggested it as it’s already integrated by Pabbly, a no-code zapier like service i’m familiar with to mvp/prototype products…
a service like openrouter that supports many and upcoming models is efficient as there’s only 1 api you have to deal with.. but also poses the risk of over-dependence like on openai… hopefully you’ll find a balance for the benefit of your users =)
Forum: Plugins
In reply to: [AI Engine] Forms broken – values not forwarded in Select, RadioIt won’t let me, sorry… did the problem get patched?
Forum: Plugins
In reply to: [AI Engine] Conflict with another plugin Rank Math SEO, breaks image uploadsall good, u gotta manage your time as a small team, i would rather u focus on the main chatbot itself. thanks!
Forum: Plugins
In reply to: [AI Engine] Conflict with another plugin Rank Math SEO, breaks image uploadsanother reply from rankmath:
Hello,
We had already tried compiling the files using
chunkLoadingGlobal
, and it didn’t make any difference.Can the other dev share the compiled code of Rank Math where the issue was not popping up?
In our settings or on any other settings page, there is no need to generate the content; thus, that plugin’s code should not run there.
Looking forward to helping you. Thank you.
Forum: Plugins
In reply to: [AI Engine] Pro features question: usage limit, user accountsI gotta really clear with my requests (prompts) to you lol. Here goes…
In the context of forms: I’m also looking for “character limits” on each text area. (as some users might just dump pages of text in my use case)
and yes. I would very much like to specify an API key per Form container, usage limit would be the cherry on top.
for the wait/loading status… i chose not to use the chatGPT theme as I’m not looking to send clients that way ?? I’m just sticking with the wordpress theme. would there be a quick way for you to implement a universal loading message in the output area or in the form container somewhere?
Thank you, your plugin is helping a lot of us do some really incredible things!
Forum: Plugins
In reply to: [AI Engine] Conflict with another plugin Rank Math SEO, breaks image uploadsreply from rankmath:
Hello,
Not sure if what is mentioned in your message is right. The same code runs in both public and private repo, and we were able to reproduce this issue with the public repo code as well.
What @balazs suggested in the ticket to load the script only where it is needed is correct. In the console, we see an error:
The browser showing this error is because of the
wp-edit-post
&mwai_meow_plugin-vendor
dependencies the plugin author has added to their plugin.Our public repo loads the compiled files only. The source files are for reference only.
Or are we missing something entirely here?
Maybe if the plugin author would not load their scripts on the pages where it is not needed, the issue will be resolved.
Can that be done on their end and if they need any assistance, they can reach out to us directly at [email protected]?
We are not here to blame anyone but simply try to find a solution to the errors that are visible to us.
Looking forward to resolving it together. Thank you.
Forum: Plugins
In reply to: [AI Engine] Pro features question: usage limit, user accountsGot your biggest package YAY. I just realized all my requests are actually in the context of the FORMS feature, as I was building up the forms, it’s not getting the usage limits, define keys… perhaps they can be defined in the form container?
Another request for FORMS… some kinda of “wait a moment” text or spinny wheel (put it where the output is)? the API takes its time and user don’t know if they click it right or not…
Anyways, the form builder is awesome, total game changer!
Forum: Plugins
In reply to: [AI Engine] Conflict with another plugin Rank Math SEO, breaks image uploadsThought I’d ask, I had that other thread about the features and I’m almost ready to get your biggest yearly plan for 20 sites. We didn’t solve this conflict YET, which I’ll follow up on, can I get a discount please? Thanks!
Forum: Plugins
In reply to: [AI Engine] Conflict with another plugin Rank Math SEO, breaks image uploadsrankmath response:
Hello,
From what I gathered, the issue is happening on the Rank Math settings pages, and not in the post editor. If their JS files are needed on the post editor screen only, then they should add a condition to load them only on the post editor screens.
If the developer would like to investigate the issue, they can find the uncompiled source codes in our public Github repo: https://github.com/rankmath/seo-by-rank-math
For now, the code snippet I shared in my previous post should fix the issue on your site, and it should not cause any other issues, so I recommend using that. I have taken note of the issue and we will see if there’s anything we need to change in the plugin’s code to address this problem.
Hope that helps.
Forum: Plugins
In reply to: [AI Engine] Pro features question: usage limit, user accountsAnother use case: use different OpenAI keys (maybe launch in different shortcodes?) as I have tiers in my offering and track usage/budget separately.
Forum: Plugins
In reply to: [AI Engine] Conflict with another plugin Rank Math SEO, breaks image uploadsrankmath response: https://support.rankmath.com/ticket/wpmu-site-cant-upload-logo-or-opengraph-thumbnail-or-anything/#post-525234
I checked this issue on a test site and I was able to replicate it, however, I could not find the exact cause of the error.
If the AI Engine plugin does not offer any functionality on the Rank Math settings page, then it should not enqueue its JS files on that page – the files should only be loaded on the plugin’s own admin pages (this is in general a good practice in WP plugin development because it speeds up page loads and reduces possible conflict issues like the one we are facing here).
So, I would recommend mentioning this to the plugin author. Until they look into it, there’s a workaround for the issue: we can manually dequeue the AI Engine JS files on all the Rank Math admin pages, using the following code snippet:
add_action( ‘admin_enqueue_scripts’, function() { if ( is_admin() && isset( $_GET[‘page’] ) && strpos( $_GET[‘page’], ‘rank-math’ ) !== false ) { wp_dequeue_script( ‘mwai_meow_plugin’ ); wp_dequeue_script( ‘mwai_meow_plugin-vendor’ ); } }, 20 );
Forum: Plugins
In reply to: [AI Engine] Pro features question: usage limit, user accountsWould it be able to display credits remaining for the period?
Forum: Plugins
In reply to: [AI Engine] Pro features question: usage limit, user accountsI’m using memberships for one of the sites: https://www.ads-software.com/plugins/simple-membership/
With different levels of membership. Can AI engine grant each member a set number of credit for usage per membership level and reset it with the membership monthly cycle?
Forum: Plugins
In reply to: [AI Engine] Conflict with another plugin Rank Math SEO, breaks image uploadsI’m on Version 0.7.9 now, still not working =( does the WP being multisite matter?