• Hi James. Great plugin, thanks. Simplifies the customisation of WC rather than having to have lots of custom css edits.

    It all seems to be working well, except for the remove star ratings function which I cannot get to work. The star ratings remain in the product archive regardless of whether the option is on or off.

    However the following custom css (which I’m sure you provided previously!) works no problem:

    ——————————————————–
    /* Remove the star-ratings from catalogue*/
    .woocommerce-page .products .star-rating {
    display: none;
    }
    ——————————————————–

    Any ideas please why this function in the plugin might not be working for me?

    Thanks, James
    (website: http://matchlessclueless.com/)

    http://wordpress.org/plugins/woocommerce-product-archive-customiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter James

    (@en7jos)

    Also, the option to remove the number of products in each category doesn’t seem to work for me, but the following code does:

    —————————————————————
    /* To remove number of products in each category from after category titles */
    .count {
    visibility: hidden;
    }
    —————————————————————

    The plugin removes the number of products in the product archive for a given product category, but it doesn’t seem to work for the category archive.

    Again, any ideas why this might be? Thanks.

    Plugin Author James Koster

    (@jameskoster)

    Hi,

    Hard to say. Some themes move WooCommerce elements around to change styling etc. That can throw this plugin off. If you’re using a WooCommerce theme please check stuff like that out by activated Twenty Twelve to compare.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't remove star ratings from archive using plugin’ is closed to new replies.