rose18
Forum Replies Created
-
thank you @wpfixpath @jaideeprm
When I disabled Elementor Pro AI features (Users > Profile > scroll down to the “Elementor AI” section, and uncheck “Enable Elementor AI functionality”) and went to the wizard setup page, the error does not show up anymore.
Although I don’t use the AI features, but in the future if I need to enable it back, the error will show up.
Is there a way to fix it?
Thank you!
Thank you @sanjeevsetu for the update!
thank you @ahmedamir ! Yes, it will be great if this feature can be added in the future.
thank you!
Forum: Plugins
In reply to: [WooCommerce] Order actions not workingThank you @lovingbro !
We have found the reason why it’s not working. It is caused by another woocommerce add-on. When we deactivated that add-on, the emails are being sent out from the order actions.
thanks!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Not finding text in Divi Theme heading moduleThank you for the code snippet @msaari ! It fixed the issue.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Not finding text in Divi Theme heading moduleThank you @msaari ! There is another code module after that section, so I will add that code snippet to see if that fixes the issue. thank you!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Not finding text in Divi Theme heading moduleHi again,
Just an update, I have sort of found the issue why it’s not finding that certain text.
Above the section that has the text ‘Suliqpita’ , I have another section that contains 2 Code module blocks. When those code modules are there and when I do a search, it doesn’t output any results. When I removed those code modules, then do a search, it found that page in the search result.Why is it doing that?
Is there a way to fix this or a workaround for this issue?thanks!
Forum: Plugins
In reply to: [Gutenberg] Write and Design modes missing on version 19.7anyone experiencing this issue?
Forum: Developing with WordPress
In reply to: Remove custom block pattern categorythank you @threadi ! That works
Forum: Plugins
In reply to: [Modern Image Formats] Not converting PNG files to webpHi @jamesosborne ,
It seems to be working, but it’s not working for all images. I’ve used the same images but tested in different dimensions. When I uploaded these images to the WP Media library, some are converted to webp format and some are not converted.
Working screenshots:


Not working (same image, but in different size):


Is there a reason why those are not converted to webp format?
thanks!
Thank you @ahtonaris ! I have added the action hook in the class
__construct()method, and it fixed my issue, thank you so much!Forum: Alpha/Beta/RC
In reply to: Synced Pattern Override: Not displaying value properly on front-endThank you @ahtonaris ! When you moved the registration into an action hook,
add_action( 'wp_enqueue_scripts', function() { wp_register_script('handle', '/script.js', ['elementor-frontend'], '1.0.0', true); }, 999);did you add that code to your custom widget php file (custom-widget-01.php) or to the main plugin file that registers the widgets?
When you mentioned the other option, do you mean adding
'elementor-frontend'last (after the custom js ) like below?public function get_script_depends() {
return [ 'custom-js-handle', 'elementor-frontend' ];
}thanks!
Forum: Plugins
In reply to: [Modern Image Formats] Not converting PNG files to webp@jamesosborne – I tried your way, upload the image to the media library first, then select the background image in Elementor, still doesn’t take the WebP version.
I’ve also tried that using the Block editor (added a background image to core group), it doesn’t take the WebP version.