Hi,
I have an eccommerce site with woocommerce. I made an edit to my functions.php: I changed this line: add_theme_support( ‘post-thumbnails’ );
to this: add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’, ‘movie’, ‘product’ ) );
and then when viewers would hover over a product thumbnail in the product category page, lines of code would appear over the product thumbnails- see attached.
so i went back in the functions, and put the code back to the way it was originally.
The issue is that when i am logged in, the weird code is gone- issue totally fixed- see attached the admin bar at the top of the browser indicates that i’m logged in, and the code does not appear on hover. but when i’m not logged in, as are most of our customers, the code still appears on hover!
I also installed a different theme, deleted atelier, emptied my cache and then re-uploaded atelier. still bad code
This is extremely urgent as the site is live and we are possibly losing customers.
Attachments:
You must be
logged in to view attached files.