• Resolved brianWP

    (@brianyerkes)


    I’m using a custom theme. Don’t see “Product Grid” in Customizer…WC 3.4.4 .

    In Customizer > Woocommerce > I see store notice, product catalog, product images and checkout. Clicking into “Product Catalog”, I see Shop Page Display, Category Display, and Default Product Sorting…no Product Grid or anything about products per row. Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    It’s possible that your custom theme doesn’t support this setting, or handles product display differently.

    If you temporarily switch your theme to Storefront do you see “Products per row” setting in the Customizer again? If you do, I’d advise contacting the authors of your theme directly as they are the most qualified people to guide you here.

    Cheers!

    Thread Starter brianWP

    (@brianyerkes)

    Thanks for your response. I created the custom theme myself.

    I’ve declared support for everything I can find:

    add_theme_support( 'woocommerce', array(
    		        // . . .
    		        // thumbnail_image_width, single_image_width, etc.
    		 
    		        // Product grid theme settings
    		        'product_grid'          => array(
    		            'default_rows'    => 3,
    		            'min_rows'        => 2,
    		            'max_rows'        => 8,
    		             
    		            'default_columns' => 3,
    		            'min_columns'     => 2,
    		            'max_columns'     => 5,
    		        ),
    		    ) );
    		    add_theme_support( 'wc-product-gallery-zoom' );
    			add_theme_support( 'wc-product-gallery-lightbox' );
    			add_theme_support( 'wc-product-gallery-slider' );

    What else is there to declare to get Product Grid to show up?

    Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    When adding content to the WordPress customizer you should follow this procedure below as your question is not directly related to WooCommerce but the display of objects within the WordPress Customizer.

    https://developer.www.ads-software.com/themes/customize-api/customizer-objects/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don’t see “Product Grid” options in Customizer’ is closed to new replies.