• Resolved blake webster

    (@blakewebstere)


    I’m trying to move the brand description to the bottom of the page instead of the top. I used the following code shown on another topic, but I now have 2 brand descriptions on the top and bottom of the page.

    remove_action( ‘woocommerce_archive_description’, ‘print_brand_banner_and_desc’, 10);
    add_action( ‘woocommerce_archive_description’, array( $this, ‘print_brand_banner_and_desc’ ), 15 );

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @blakewebstere

    Hi mate, could you send us a screenshot of the second description that says it appears to you?

    You can use the tool https://www.snipboard.io to easily copy/paste screenshots here.

    Regards.

    Derek Wilcox

    (@themassapothecary)

    Hello, this is a little off topic, but is there a way to add a second description block for under the brands products on the brand page? That way there is the normal description above products and another longer description below the products

    Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @blakewebstere

    Hi mate, i’m afraid to tell you that at the moment this setting is not available but we plan to add it in future releases.

    Stay tuned for updates!

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moving Brand Description to Bottom of Page’ is closed to new replies.