fususu
Forum Replies Created
-
I believe the plugin Yoast SEO contribute a big part to this isssue. After I deactivate it, the title of the mapping domain become as the title of the page, but still has the homepage title after it.
But when I enable that Yoast SEO, it become exactly as before: https://giangmargarita.com
Do you have any suggestion?
I just create a image block, then insert url instead of upload

I did enable like the screenshot, but the html just comes alive.

You can check it yourself here: edu.fususu.com/chatgpt
User: Tester_AI | Pass: @iengine4321
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool!Oh my bad. You’re amazing!
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool![mwai_imagesbot ai_name=’Davinsu:’ user_name=’You:’ start_sentence=’What kind of images would you like?’ max_results=’1′]
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool!It seem the shortcode imagebots not show although I update the newest version.
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool!Yes, the download buttons, that the idea 🙂
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool!I’ve just tried it, so great. Do you have any shortcode to put the playground or the image generate in a frontend page for my users to use?
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool!Wow so great.
Another suggest: Can you make the “input” of text message into a “textarea”? sometimes if the input is long, it’s very hard to see.
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool!Yes, that’s right. Only students with access can use it. So I hope to see the same with dalle2 🙂
Forum: Reviews
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Super cool!I’m an author from Vietnam,
I teach my students in how to write their own books, and your plugin help them a lot in generating the table of contents, and ideas for their books, inspire them to write everyday.
The feature I love the most in your plugin is the shortcode, which enables my students to chat with chatgpt from the front-end of a single page that use my own api.
I hope to have a shortcode like that for dalle-2, which help my students generate image that illustrate their books.
I tried many other plugin but they only generate images in the editor, not the front-end.
Great work!
Thank you a lot,
Forum: Plugins
In reply to: [WooCommerce] Failed and Canceled orders Email send to Customer@deniby you put it in functions.php file in the theme folder.
Forum: Plugins
In reply to: [WooCommerce] Failed and Canceled orders Email send to CustomerI also wonder how to send to customer only, not admin. Finally I came up with this simple solution, just send an email to customer by wp_mail function when the order status has changed. Hope it help someone!
add_action('woocommerce_order_status_changed', 'send_cancel_email_to_customer_fususu', 10, 4); function send_cancel_email_to_customer_fususu($order_id, $old_status, $new_status, $order){ $headers = array('Content-Type: text/html; charset=UTF-8'); $subject = 'Your order #'.$order_id.' has been cancelled'; $message = '<p>Thank you,</p>'; $message .='<p>Just a friendly inform that your order has been cancelled due to some reasons.</p>'; $message .='<p>See you on the next order!</p>'; if ( $new_status == 'cancelled' || $new_status == 'failed' ){ $customer_email = $order->get_billing_email(); // get the customer email wp_mail($customer_email, $subject, $message, $headers ); } }- This reply was modified 5 years, 10 months ago by fususu.
I look up the log, and it’s said.
PHP Warning: Invalid argument supplied for foreach() in /home/mydomain.com/public_html/wp-content/plugins/automate-mautic/includes/admin-settings-post-meta.php on line 46Me too! WordPress 4.8.1….
Forum: Plugins
In reply to: [Reusable Content & Text Blocks by Loomisoft] So strange, please helpI’ve figured it out. When I use the icon function of siteorigin button, everything is Ok. Except the height of the button seem to be sketched in size. Don’t know why. I’ve install a plugin that disable the wpautop() function, but that doesn’t help.
The block alone: https://fususu.com/lscontentblock/10-scrolls-footer/
When call in out: https://fususu.com/test-block/