Bessonweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Export & Order Import for WooCommerce] Missing data after importHi @nithin,
Thank you for your tips. For the moment I have rollbacked to the 1.26.0. Do you think it would take many time to be resolved?
Have a good day!
Hi and thank you for your reply,
You can find the export here : https://drive.google.com/file/d/1Aya4MwwhUK0Zd0PYlEToT0DwMlh6R54k/view?usp=sharing
And this code in my functions.php :
<?php /* Replace variable with data in forminator */ add_filter('forminator_field_markup', function( $html ) { // The file to download in landing pages if ( get_post_type( get_the_id() ) == 'landing' ) { $file_url = get_field('fichier', $post_id); if ( ! empty( $file_url ) ) { $html = str_replace( '%file_url%', $file_url, $html ); } } return $html; }, 99); ?>
Note that the url in the confirmation email is ok and work good.
Have a good day!
Thanks for you reply Adam !
I will do that! It would be great to have a native solution to make this.
I hope you a good day!
Richard.Hi Patrick,
I’m good thank you. Yes here are my tests :
1.20.1 ok
1.21.0 ok
1.22.1 ok
1.23.3 noSo I think the 1.23.3 introduce the bug.
Either a modification that affects hidden fields, or the “forminator_field_markup” filter perhaps?
Have a good day!
Hi Kris,
I don’t use the default built-in feature because I have many pages with one document per page and the same form for all these pages. So the file is uploaded per an ACF field and filled dynamically in an hidden field in the form.
I use the 1.24.1 since 2 days. So it seem it’s not an update problem.
I will try to rollback to 1.21.3 to see if it fix the bug.
Thanks for your help. Have a good day!
The bug was appeared between Avr 3, 2023 and Avr 17, 2023.
Strangely, we have no updated the plugin or other plugin related to this bug between these dates.Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Latest version 0.13.2 Kills the CustomizerMy header and the menu are generated by the Divi theme builder.
- This reply was modified 2 years, 2 months ago by Bessonweb.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Latest version 0.13.2 Kills the CustomizerHi @stefancotitosu,
Have you try to use a SVG icon without Alt text ?
- WordPress 6.1.1
- PHP 8.0
- Menu Icons 0.13.2
- Divi 4.19.5
- WooCommerce 7.3.0
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Latest version 0.13.2 Kills the CustomizerHum… When I have read the error message the term “label” was appealed me.
When I fill the “alternative text” in my SVG menu icons, the customizer work good!
So you can see in this direction I think.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Latest version 0.13.2 Kills the CustomizerSame here with the latest version of menu icon, Divi and WooCommerce.
I have tested to disable plugins one by one and when I disable Menu icon, the customizer works again.
I have this PHP error :
FastCGI: server “/home/clients/[HIDDEN]/.config/apache/[HIDDEN].fr/.fpm/php5.external” stderr: PHP message: PHP Warning: Undefined array key “label” in /home/clients/[HIDDEN]/sites/[HIDDEN].fr/wp-admin/includes/media.php on line 1983, referer https://[HIDDEN]/wp-admin/plugins.php
I think it’s the loading of the menu in the customizer that cause this bug.
I can send you the WooCommerce system report if you want in private message.
Oh, but when the field loose the focus…
I have changed “:focus” by “:checked”.
As much as we can with covid… thank you ??
You guided me to the solution!
In my case, I target the “.forminator-radio-label”, so :
#forminator-module-29000 .forminator-radio input[type="radio"]:focus + .forminator-radio-bullet + .forminator-radio-label { color: #fff; background-color: var(--color-1); }
I would be a good thing to simplify our work with a small class when checked ^^
Thank you very much!
You provide a good support, I’m happy to use your plugin!
Have an amazing day!
Regards,
Richard.I have finally found the culprit! And it was not Rank Math… Sorry!
It was the theme Enfold, that it have added an option to add meta robots automatically and the option was activated by default… So when I updated the theme… The meta robot has been added in addition to Rank Math.
Forum: Plugins
In reply to: [Wicked Folders] Settings are not savedHello,
Can you tell me where the configuration of the plugin is register in the DB please?
I suppose this is a bug with de DB and I would like to compare the DB of the production website with the DB of the staging.
Thank you for your help.