Daniel
Forum Replies Created
-
Oops! How embarrassing.
I’m so sorry to have bothered you with this, and I really appreciate you taking the time to respond, even though it’s not your problem.
By the way, I found the migration tool, and it worked.
Thanks again for your plugin and your attention.Hello @aacesc, thank you for your reply.
Sorry to bother you, I think I was not clear about our needs.
We need the whole process run through your form, we need to avoid access to WP admin area.Will users be able to create the download links directly from your plugin form, without accessing WP dashboard?
Thanks for your time!
I saw in your backend demo > “File uploader” editor panel, an “Attach to Post” toggle.
Is that meant to do the uploaded files available to download from the post created?
Thanks!
- This reply was modified 1 year, 1 month ago by Daniel.
Forum: Themes and Templates
In reply to: [Astra] Color palette styles linked to CPTHi @bsfaradhy
Thank you for your reply, I appreciate your suggestions.
How can I retrieve the values stored in each Style of Customize > Global > Colors > Global Palette, to use them in a custom code?
Kind regards,
DanielForum: Themes and Templates
In reply to: [Astra] Related Posts on Custom Posts TypeHi! An update on this.
I had an error on my CPT singular/plural slug. My mistake!
I corrected it and now I can see related posts on single CPT. Sorry to bother you with this.BTW, there will be great to have the same controls that single posts in Customizer.
Is there a way to enable this? May be with a snippet?Thanks!
Well
I want to say thank you for making this plugin available to the WP community for free, that’s a lot.
I think it’s also important you don’t promote 7. TaxoPress AI as one of the 10 Key Features in TaxoPress, when it’s only available on Pro (paid) version. Wouldn’t be bad to add “Pro” at the end of that title.
BTW It’s so hard to find on a 4th level path: TaxoPress > Auto Terms > Auto Term > Sources >…Anyway, thanks for your plugin and your answer.
Forum: Developing with WordPress
In reply to: Custom width for mobile view in visual editorHi Alberto @ixistudio, I found a hack for this!
I think 360 px is a very outdated width for mobile devices, perhaps they didn’t change it because they are focused on full site editor. I had looking for a solution fo a while too, and finally found one.
If you work with a child theme, you can add a couple of lines.
In functions.php
function my_admin_theme_style() {
wp_enqueue_style('my-admin-style', 'https://......../wp-content/themes/....../admin.css');
}
add_action('admin_enqueue_scripts', 'my_admin_theme_style', 8 );Don’t forget to fill ……..
In admin.css
/* Mobile preview */
.block-editor-iframe__scale-container iframe {
width: 560px !important;
}It worked for me, I hope others found useful.
Saludos desde Argentina.Hi Val, thanks for your answer.
To me it is very clear that the problem is on your side, not mine.
The other plugin AI Power is working fine on the same website, with the same plugins, same permalinks structure, same OpenAI provider, same plan… all the same.
AI Power addresses well the REST API without any intervention from my side, why yours doesn’t?However, I tried your suggestions again, deactivated all plugins and re-saved permalinks.
I even tested your plugin in a completely different installation of WordPress in another domain.
Problem persists.AI Power continues to work fine and your plugin continues to fail.
I wanted to use yours, but I can’t. Sorry.Thanks any way.
- This reply was modified 1 year, 7 months ago by Daniel.
Some additional information from Chrome Dev Tools:
Network > Fetch/XHR:
upload https://www.fumigatotal.com/wp-json/mwai-ui/v1/files/upload | 404 | xhr | chatbot.js?ver=1730735908:2Console:
(5) [Violation] Forced reflow while executing JavaScript took 34msPOST https://www.fumigatotal.com/wp-json/mwai-ui/v1/files/upload 404 (Not Found)
onFileUpload Error {status: 404, message: ‘No route was found matching the URL and request method.’}
Hope this helps.
Hi, thanks for your answer.
New data about this problem.
– Now the OpenAI account is funded. So this is not about quota.
– A prompt with only text produces a normal answer. So the chatbot is reaching OpenAI.
– The problem uploading images persists, no matter the device or image type: No route was found matching the URL and request method.How can we fix this?
Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode Error: invalid parameter for wHi everybody!
I’m still waiting for some answer for this problem:
Shortcode [slimstat f=’widget’ w=’slim_p2_23′][/slimstat] shows an empty box on front-end.
I’m looking to display “Top Cities”, that works very fine on back-end!
Any clue? Thanks
Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode Error: invalid parameter for wHi @amirfallah, thanks for your answer.
The shortcode I used is [slimstat f=’widget’ w=’slim_p2_23′][/slimstat]
I took it from the panel Slimstat > Audience > Top cities > (?) icon.
The panel “Top cities” in the admin shows detailed info, but is empty on front-end.
In the previous post I forgot make public the page, now is online.
Hi @valwa
I have the same need but couldn’t solve it.
I went to AI Engine > Chatbots > AI Model, and choose GPT-4 Turbo Vision (Preview), but there is not Vision – Enable checkbox, and no image icon is showed on the front end.Can you tell me what am I missing?
Thanks!
- This reply was modified 2 years ago by Daniel.
BTW, I think this functionality could be a great improve for many use cases.
Hi @pdclark, thanks for your reply.
I’m pretty rooky for coding, but will see your suggestion.