auxiclic
Forum Replies Created
-
Same for me.
I upgraded Wordfence but I got also the same result.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Erreur 503 / CpanelIt’s ok now. Thanx.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Erreur 503 / CpanelForum: Plugins
In reply to: [Classic Editor] Problem with Media LibraryYes it happened in multiple pages.
I added a new page (with troubleshooting mode) and I got the same problem :
Forum: Plugins
In reply to: [Classic Editor] Problem with Media LibraryHey
I enabled the troubleshooting mode and I “enabled while troubleshooting” the plugin Classing Editor.
I edited the same page and added an image :
I got the same problem. I got nothing in the Visual tab :
I got this in the Text tab :
And it doesn’t display the image on the front end :
Forum: Fixing WordPress
In reply to: 404 errorsResolved
Forum: Fixing WordPress
In reply to: 404 errorsThe problem was with .htaccess
I went back to the standard WordPress .htaccess and there were no more 404 errors.
Resolved
I found the problem. I had the following code in my theme :
add_filter( 'woocommerce_shipping_fields', 'add_shipping_phone_field' ); function add_shipping_phone_field( $fields ) { $fields['shipping_phone'] = array( 'label' => _x('Téléphone', 'woocommerce'), 'required' => true, 'class' => array( 'form-row-wide' ), 'priority' => 25, 'required' => false, 'clear' => false, // add clear or not 'type' => 'text', // add field type 'class' => array('form-row form-row-wide shipping_phone_number'), 'priority' => 25, 'id' => 'shipping_phone_number' ); return $fields; }
So the shipping phone was required. I changed it when the payment is Apple Pay and it is working now.
Yes I have followed your detailed guide.
I updated my personal information on my MacBook and on my Iphone but I got always the same error :
Shipping phone is a required field.
- This reply was modified 1 year, 1 month ago by auxiclic.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Column fields validation problemMany thanks for your answer.
I imagined it was a javascript problem but I don’t have any errors in the console.
Below is a link to a recording of what happens :
Forum: Plugins
In reply to: [Page scroll to id] Javascript errorProblem solved
Forum: Plugins
In reply to: [Page scroll to id] Javascript errorPlugin options
Selector(s) -> a[href*=’#’]:not([href=’#’])
-> no more problem
Yes all the images on my website are optimized.
I did have enabled the “Create WebP” option enabled before optimizing my images.
Forum: Plugins
In reply to: [User Switching] Link Switch back to – Problem on Mac / SafariAny other similar problems occurring on your site in Safari? No
Does regular login work ok? Yes
Which version of Safari last version 16.1
Which version of macOS Ventura 13.0.1
Any extensions or privacy settings in Safari that might be impacting things? I don’t think so. There is the same problem on my customer’s Mac