Home Forums WoodMart support forum How to show sidebar like filters?

How to show sidebar like filters?

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #79951

    drkshdw
    Participant

    Hi can you help me to make sidebar still appear when open archive page like filters still showing there?

    #79967

    Artem Temos
    Keymaster

    Hi,

    Sorry, but your question is not quite clear for us. Could you please explain it a bit more?

    Thank you

    #80181

    drkshdw
    Participant

    I mean, the sidebar still appear when open shop page and category page like below for example. But when you open the brand page the sidebar gone.

    #80182

    drkshdw
    Participant

    But filter on the right still appear when you open brand page or archive brand page. I want the sidebar still appear when you open brand brand page or archive brand page.

    #80199

    Hello,

    The default Woocommerce does not provide the option to set the sidebar there.

    Best Regards

    #80202

    drkshdw
    Participant

    Ok, but can you calling this sidebar via function.php?

    #80225

    drkshdw
    Participant

    Hi, I think you make the sidebar can show after update to woodmart 3. Thank you btw!

    I change my question then. Can you help me to show the brand title and the brand link above title product on product page via functions.php?

    #80241

    Artem Temos
    Keymaster

    As we can see, you are using some external plugin for brands. Sorry, but we don’t have instruction for this plugin customization. You need to contact plugin’s support for help.

    #81072

    drkshdw
    Participant

    Hi I just revert back using attributes for brand/designers.

    #81076

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us some screenshots what do you want to do with our brands now?

    Thank you in advance.

    #81085

    drkshdw
    Participant

    Can you help me to show the brand title and the brand link above title product on product page via functions.php?

    #81104

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_action( 'woocommerce_single_product_summary', 'woodmart_product_brands_links', 6 );

    #81238

    drkshdw
    Participant

    Thank you!

    But the brand title appear on below the title. How to move it above the title?

    #81247

    drkshdw
    Participant

    And also how to remove http image on header? This image wp-content/uploads/2017/06/dummy-wood-title.jpg

    #81293

    Artem Temos
    Keymaster

    Try to change that code to this one

    add_action( 'woocommerce_single_product_summary', 'woodmart_product_brands_links', 4 );

    Change your shop page title image while editing your shop page in Dashboard -> Pages.

    #81309

    drkshdw
    Participant

    Thank you!

    #81314

    Artem Temos
    Keymaster

    You are welcome.

Viewing 17 posts - 1 through 17 (of 17 total)