• Resolved babiskalogirou

    (@babiskalogirou)


    Hello dear @stepasyuk! I wish you happy new year!

    After updating to the new version, the thumbnails of the brands (which i have set with “Perfect Brands for Woocommerce” plugin) are displayed in the filters. Could you examine this?

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter babiskalogirou

    (@babiskalogirou)

    Ignore this. Fixed by adding:

    .wpc-term-image-wrapper {display:none;}

    Thread Starter babiskalogirou

    (@babiskalogirou)

    Sorry. After the last update the issue re-appeared. The name of the brand does not display at all. There appears only the thumbnail of the brand instead.

    Thread Starter babiskalogirou

    (@babiskalogirou)

    ??</img> Sorry again! Eventually found a solution, by adding:

    .wpc-term-name {display: flex;}

    .wpc-term-image-wrapper {display: none;}

    Plugin Author stepasyuk

    (@stepasyuk)

    Hello @babiskalogirou

    Thank you for using Filter Everything plugin.

    Yes, sure. It is also the way to hide brand images. The other was is to add next code in the functions.php of your active theme:

    add_filter( 'wpc_brand_filter_entities', '__return_empty_array' );

    In this case images will not be loaded on your site pages.

    Thread Starter babiskalogirou

    (@babiskalogirou)

    Hello @stepasyuk

    I implemented your suggestion and it works fine. Thank you very much, once again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Brands’ thumbnails displayed in the filter’ is closed to new replies.