Brand description - by kordicpetar - on WordPress WooCommerce support

This topic has 7 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Eva Kemp

  • Avatar: kordicpetar
    kordicpetar
    Participant
    November 16, 2016 at 15:35

    Hi,

    I need to add facebook link and facebook picture in brand description. However, brand description field do not support html tags. How can I se that?

    Thanks

    6 Answers
    Avatar: kordicpetar
    kordicpetar
    Participant
    November 17, 2016 at 11:20

    I forgot to mansion that I made changes as you suggested to one of the users here how to change archive-product.php to display Brand description on products page.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 17, 2016 at 19:12

    Hello,

    Please refer to this article https://docs.woocommerce.com/document/allow-html-in-term-category-tag-descriptions/ .

    Regards,
    Eva Kemp.

    Avatar: kordicpetar
    kordicpetar
    Participant
    November 18, 2016 at 12:02

    Great Eva, Thanks!!!

    And is there a possibility to remove from that brand description page sidebar and sorting toolkit that is above brand description? Now it pulls me on this page sidebar from shop page.

    And also, how can I create page with all of the brands?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 18, 2016 at 19:17

    Hello,

    Add this code in custom.css file:

    .archive.tax-brand .toolbar .woocommerce-ordering {
        display: none;
    }
    .archive.tax-brand .span3.sidebar.sidebar-left {
        display: none;
    }
    .archive.tax-brand .content.span9 {
        width: 100%;
    }

    You can create a separate page and add Brands element from Visual Composer editor.

    Regards,
    Eva Kemp.

    Avatar: kordicpetar
    kordicpetar
    Participant
    November 24, 2016 at 10:22

    Excellent,

    May I ask one more thing regarding brand. I want to add brand name next to category name in product list page. How can I achieve that?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 24, 2016 at 13:28

    Hello,

    Sorry, but there is no such possibility in theme options.

    Regards,
    Eva Kemp.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.