Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Harry I tried to deactivate almost all new plugins only left security and backup, but it doesn’t help
Also no variations gallery shown and when I zoom on variations image it zooms not same image but main product image I think
sorry your forum code is deleting div lines in my post
I have tried to test and deleted all custom css but it still not showing circles.
Maybe something with error I see in query monitor on shop page attached
Also no variations gallery shown and when I zoom on variations image it zooms not same image but main product image I thinks
Attachments:
You must be logged in to view attached files.Hi Harry,
OK I understood, I was thinking about the file /wp-content/plugins/woocommerce/templates/archive-product.php
but you speak about /wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/archive-product.php
So I have deleted code in child theme /wp-content/themes/claue-child/woocommerce/archive-product.php
and added in /var/www/cclub/wp-content/themes/claue-child/views/header/layout-3.php like below
<!– .jas-mini-cart –>
<?php endif ?><?php if ( is_active_sidebar( ‘wc-categories’ ) ) : ?>
<?php if ( ! function_exists( ‘dynamic_sidebar’ ) || ! dynamic_sidebar( ‘wc-categories’ ) ) : endif; ?><?php endif; ?>
</header><!– #jas-header –>
but still disappear on scroll and look wrong on product page, please see attached.
Attachments:
You must be logged in to view attached files.hello Harry, that is what I was asking I didn’t chage this setting and they as you said, please see attached.
I think something is not working as variations gallery not don’t show at all.
Maybe it was broken by some of the custom css?
I started to see swatches on the shop page though
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.Hi I don’t know why but it looks like I still see this error on quick view
/product/test-layout-1-right-copy/
Attachments:
You must be logged in to view attached files.The code from line 69 to line 73 in archive-product.php
sorry I don’t understand what you mean 69-73 code in in archive-product.php is below, do I need to comment it?
*/
do_action( ‘woocommerce_shop_loop’ );wc_get_template_part( ‘content’, ‘product’ );
} -
AuthorPosts