Daniel
Forum Replies Created
-
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.Forum: Plugins
In reply to: [AI Engine] Unsolved: No route was found matching the URL and request methodHi 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 4 months ago by Daniel.
Forum: Plugins
In reply to: [AI Engine] No route was found matching the URL and request methodSome 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.
Forum: Plugins
In reply to: [AI Engine] No route was found matching the URL and request methodHi, 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.
Forum: Plugins
In reply to: [AI Engine] Upload image in chatHi ?@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 9 months 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.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Template ReplacementThanks for your reply.
You forgot to make that clear on both, documentation and tutorial. That would save time for people who haven’t the budget.
??
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Price number format, thousand separatorsAwesome!!
I didn’t saw this configuration before.
Thank you!
Hi
It was hard to find. When I went to “Super Socializer > Social Sharing > Floating Interface (tab)”, there was no such controls.
Only after I checked “Horizontal floating bar responsiveness” that control showed up.
The problem seems to be solved now.
Thanks!