auxiclic
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Activity Log] Fatal error when restoring an orderI sent an email to [email protected]
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 2 years, 3 months 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.