richward1
Forum Replies Created
-
I’m having exactly the same issue – the white up and down arrows, duplicate icon and the remove cross are not visible on the blue bar above the fields, although right on the very top edge of the blue bar where the icons should be is clickable. For me it’s been like this on the last sites I’ve built, so for several months. I’ve tried deactivating all plugins, changing screen resolution, browsers etc. I’m using Kadence theme, WP 6.6.1, PHP 8.2.23 hosting with SiteGround and I’m on a Win11 PC.
Please et me know if there’s anything else I can check.
Forum: Plugins
In reply to: [The Events Calendar] Change admin screens to UK Date FormatHi Frank,
Thank you for your reply. I just realised it was my error – in Event Settings – Display , I had the compact date format set to 01/15/2024 instead of 15/01/2024…doh!
Same here – I’m using the following snippet to change the subject line – the original order number is displayed – is there a way to override this? Thank you.
add_filter('woocommerce_email_subject_new_order', 'change_admin_email_subject', 1, 2); function change_admin_email_subject( $subject, $order ) { global $woocommerce; $subject = sprintf( '%s - %s %s - %s', $order->id, $order->billing_first_name, $order->billing_last_name, date('d-m-Y', strtotime($order->order_date))); return $subject; }
After updating to Elementor 3.4 I was unable to open the Elementor editor to edit an existing page. Deactivating SiteGround Security fixes the issue. I can replicate the issue by activating SiteGround Security again – Elementor editor doesn’t load.
It seems there is a conflict between the two at the moment.
Forum: Plugins
In reply to: [User Switching] headers already sent error after Elementor 3 updateThis issue has been fixed with Elementor 3.07 update.
Forum: Themes and Templates
In reply to: [OceanWP] Quickview overlay larger than photoAmit,
Brilliant, thank you that sorted the problem. The image now fills the whole div so the QuickView doesn’t overlap.
Cheers,
Rich.
Actually not a WP 5.02 issue. (wish I could change the title of this post?)
I read elsewhere someone had a similar problem after a Windows 10 update.
So I uninstalled the last Windows 10 update KB4483234 and everything back to normal!
I will let Elementor know.