hotice83
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] WP Consent APIthat removed that error but then created more other errors.
Forum: Plugins
In reply to: [LiteSpeed Cache] WP Consent APII tried this, unfortunately its now giving even more errors.
Forum: Plugins
In reply to: [LiteSpeed Cache] WP Consent APIHello
on chrome it shows as
Uncaught TypeError: Cannot read properties of undefined (reading ‘hooks’)
at gtag-events.js?ver=67fb0e5a4124c10b0fde:1:42Forum: Plugins
In reply to: [LiteSpeed Cache] WP Consent APIHello
I have tried this, it does not resolve the issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] WP Consent APIfantastic, thank you!
I have also noticed i have a similar issue
Uncaught TypeError: window.wp is undefined
<anonymous> https://domain.com/wp-content/plugins/google-listings-and-ads/js/build/gtag-events.js
I have addded but it does not fix it.
/wp-content/plugins/google-listings-and-ads/js/build/gtag-events.jsForum: Plugins
In reply to: [LiteSpeed Cache] WP Consent APIhere you go
Report number: MYHJKOBE
Forum: Plugins
In reply to: [Google for WooCommerce] deleted api feedthanks, how do i re-connect my ads account as it keeps making a new one?
Forum: Plugins
In reply to: [WooCommerce] admin new order email – reply to not workingupdate i have fixed this using the following code, however its still strange how it used to do this and does on all on my other websites but now does not.
add_filter( ‘woocommerce_email_headers’, ‘custom_new_order_reply_to’, 10, 3 );
function custom_new_order_reply_to( $headers, $id, $order ) {
if ( $id == ‘new_order’ ) {
if ( $order->get_billing_email() ) {
$headers .= “Reply-To: ” . $order->get_billing_email() . “\r\n”;
}
}
return $headers;
}Forum: Plugins
In reply to: [WooCommerce] admin new order email – reply to not workingHi, I can’t really do the screenshot as it would show sensitive information.
These are the current headers of my emailfrom : has my email set as per woocomerce email settings
to : has my email set as per woocomerce email settings
date : has the date
Subject : site name – New customer order (order no) – date
This is how it was in 2022 which is how it should be
from : has my email set as per woocomerce email settings
to : has my email set as per woocomerce email settings
Reply-To : has my customer’s email
date : has the date
Subject : site name – New customer order (order no) – date
The “Reply-To” with the customers email is now missing
Just to be clear, i am talking about : wc_email_new_orderAmazing!, thanks so much
i want to use this
#adminmenumain { display: none !important; }
#wpcontent { margin-left: 0px !important; }for the user role “shop manager”
Can you please give me the exact css it should be
Sorry i’m not great at coding which is why i use branda in the first place
Thanks for this
I tried doing this with the CSS you had given along with snippet for my woocomercce “shop manager” role.
However, it seems when I do that, it removes all the other stuff I have set with Branda e.g menu items for that user role that i removed all come back