Hello Erin,
I was able to investigate and this issue happened because you are displaying a product attribute archive which is not covered in the condition in one of the template files. To resolve this, please edit your loop-start.php
file in your child theme. You can find it in wp-content/pro-child/woocommerce/loop/
. You may update the code and use this instead:
<?php
// =============================================================================
// WOOCOMMERCE/LOOP/LOOP-START.PHP
// -----------------------------------------------------------------------------
// @version 2.0.0
// =============================================================================
?>
<?php $columns = x_get_option( 'x_woocommerce_shop_columns' ); ?>
<?php $column_class = ( is_shop() || is_product_category() || is_product_tag() ) ? ' cols-' . $columns : ' cols-3'; ?>
<ul class="products<?php echo $column_class; ?>">
I was going to change it and I could not proceed because the given ftp details is not working.
Please let us know how it goes.