Product image size is ”greyed out”??

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support Product image size is ”greyed out”??

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #11278
    Jrgensen
    Member

    How do I change the product image size when the product image size is ”greyed out” and “overwritten by a filter” in WooCommerce / Products?

    Allan

    #11284
    Raghavendra
    Moderator

    Pls comment out or remove these lines from woocommerce/woocommerce-integration.php at line number 23 to 25 –

        add_filter('woocommerce_get_image_size_shop_catalog', 'mo_shop_catalog_image_size', 1);
        add_filter('woocommerce_get_image_size_shop_single', 'mo_shop_single_image_size', 1);
        add_filter('woocommerce_get_image_size_shop_thumbnail', 'mo_shop_thumbnail_image_size', 1);
    
    #11302
    Jrgensen
    Member

    Thank. Now, how do I remove the “SHOP” text in the Title Header?

    /Allan

    #11318
    Veena
    Moderator

    Go to shop edit page and check the option “REMOVE TITLE HEADER”.

    #11359
    Jrgensen
    Member

    Do not work 🙁

    #11375
    Veena
    Moderator

    Pls share a link to your shop page so that i will be able to suggest custom CSS.

    #11404
    Jrgensen
    Member
    This reply has been marked as private.
    #11408
    Veena
    Moderator

    On your shop page i am not seeing any title header(shop text).

    #11413
    Jrgensen
    Member

    Please see attachement.

    #11414
    Jrgensen
    Member

    Attachement 🙂

    #11430
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .woocommerce.woocommerce-page #title-area h1 {
    display: none;
    }
    
    #11439
    Jrgensen
    Member

    Hi Phoenix,
    That do not work 🙁
    Allan

    #11444
    Jrgensen
    Member

    Now it works 🙂

    Thanks – Allan

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Product image size is ”greyed out”??’ is closed to new replies.