Digital experiences for all disciplines
Forum Replies Created
-
-
Unfortunately, this code is already in my functions.php and does not change the word Free when it appears in the Cart and cart dropdown as per my screenshots. I cannot figure out what drives that.
I also have this code already in my function.php:
add_filter( ‘woocommerce_variable_free_price_html’,’hide_free_price_notice’ );add_filter( ‘woocommerce_free_price_html’,’hide_free_price_notice’ );
add_filter( ‘woocommerce_variation_free_price_html’,’hide_free_price_notice’ );
/**
* Hides the ‘Free!’ price notice
*/
function hide_free_price_notice( $price ) {return ”;
}None of this hides the Free in the cart.
TIA,
KatieThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I don’t think that Edge has compatibility mode. Their solution is “Open with IE11” as far as I can tell. When I do that, everything is hunky dorey. It’s an edge thing. Sticky issue happens whenever screen size is large enough to not show the mobile header. Not sure what you mean by resolution. However, I’ve seen it on my colleague’s Edge, my client is seeing it, and a friend of mine with Edge also sees it — are you not seeing it on Edge? Thanks, Katie
This reply has been marked as private.This reply has been marked as private.Yeah, me neither, thanks Rui!!
This reply has been marked as private.I got a hold of a new Dell running Windows 10 with Edge and I am able to replicate it on Edge on a local machine and my client is seeing it too. The sticky header does not go back to transparent when scrolling back up the page. Looks like the screenshot I sent. NOT an issue on IE11 as best I can tell. Happening on all of my pages.
No, not my custom css or my plugins. I think it must be some weird rendering issue with Internet Edge. Did you see all the notes in my link above about how the site could render better?
I will try with the new product images but why would that make a difference? Seems random as to which products it happens to… and only happens on page load.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -