Digital experiences for all disciplines
Forum Replies Created
-
-
That would be good, in the meantime might you be able swing me a stint to get me by, I’m in the middle of a client build and they need this feature.
Correct, I’m using it for categories, well, it doesn’t state that in the setting, seems like an oversight to not mention that in the setting. Is there a way to override it defaulting to the Shop Options?
I’m looking at content-product_cat.php is that the correct file?
There is a loop:
// Store column count for displaying the grid
if ( empty( $woocommerce_loop[‘columns’] ) ) {
$product_display_columns = $sf_options[‘product_display_columns’];// COLUMNS GET VARIABLE
if (isset($_GET[‘product_columns’])) {
$product_display_columns = $_GET[‘product_columns’];
}$woocommerce_loop[‘columns’] = apply_filters( ‘loop_shop_columns’, $product_display_columns );
}Yes, I guess my client messed with the categories yesterday, it is now visible please check again: https://www.warriorsdivine.com/lookbooks
I seem to have sent you the wrong attachment, I have attached the correct one of the element settings.
Attachments:
You must be logged in to view attached files. -