Home Forums WoodMart support forum Brand question and more!

Brand question and more!

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #82788

    fotoviva
    Participant

    Hi folks

    How can I change the word ‘brand’ to ‘photographer’? Ours is a gallery so each product is from a photographer rather than brand. I’m guessing there is a file somewhere I can edit for this?

    Also, how can I edit the brand page to remove the sidebar?

    I would also like to change ‘search for products’ text in the search field to ‘search for artwork’ and change ‘Related products’ to ‘Related artwork’

    Just renewed my support for these questions so I really hope you can help!

    #82801

    nbento
    Participant

    Install Loco plugin to translate the theme

    Here: https://xtemos.com/docs/woodmart/translation/

    #82828

    Hello,

    You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    P.S. Nbento, thanks for help ))

    Best Regards

    #82836

    fotoviva
    Participant

    Thanks, I have had a good look at Loco and whilst it does work for the search text, there is nothing for ‘brand’ itself. There are ‘brands’, ‘brands attribute’ etc but nothing for just ‘brand’, as seen on the product page.

    Also, how can I edit the brand page to remove the sidebar?

    #82856

    Hello,

    1. You need to create an attribute with title and slug “photographer”, then choose this attribute in the Theme Settings > Shop > Brands http://prntscr.com/l6e7w0, In this case, this attribute will act as a brand.

    2. Add this code to the Theme settings > Custom CSS:

    .tax-pa_brand  .main-page-wrapper .container .content-layout-wrapper .col-lg-9 {
        width:100%!important;
        min-width:100%;
    }
    .tax-pa_brand  .main-page-wrapper .container .content-layout-wrapper .col-md-9{
         width:100%!important;
         min-width:100%;
    }

    Best Regards

    #83066

    fotoviva
    Participant

    Thanks for that. I’m sure I’ve done it right but neither seem to work, see https://kanjilight.xyz/product/death-valley-lamborghini/ and https://kanjilight.xyz/brand/tim-wallace/

    #83099

    Hello,

    Replace the code with this one:

    .tax-pa_brand  .main-page-wrapper .container .content-layout-wrapper .col-lg-9 {
        width:100%!important;
        min-width:100%;
    }
    .tax-pa_brand  .main-page-wrapper .container .content-layout-wrapper .col-md-9{
         width:100%!important;
         min-width:100%;
    }
    .tax-pa_brand  .main-page-wrapper .container .content-layout-wrapper .sidebar-container{
         display:none;
    }

    If the code does not work, please provide site admin access.

    Have you solved with the brand?

    Best Regards

    #83188

    fotoviva
    Participant

    That still doesn’t seem to work, I will add access details in private area.

    Brands doesn’t seem to work either. Another curious thing is that if I turn the brands tab on in theme settings for the product page it doesn’t display either.

    #83277

    Hello,

    I have corrected and replaced the code, now it works. Please check.

    I have added this code to the Theme Settings > Custom CSS

    .tax-product_brand  .content-with-products {
       width: 100%;
       min-width: 100%;
    }
    
    .tax-product_brand .sidebar-container {
        display: none;
    }

    I see a separate tab with the Brands. Seems that this is a plugin. You need to create default Woocommerce attribute Brand and insert values inside as you create Color, Size etc. Then, navigate to the Theme Settings > Shop > Brands and set this attribute as I wrote above.

    Best Regards

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