Home › Forums › WoodMart support forum › Brand question and more!
Brand question and more!
- This topic has 8 replies, 3 voices, and was last updated 6 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
October 15, 2018 at 12:29 pm #82788
fotovivaParticipantHi 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!
October 15, 2018 at 12:54 pm #82801
nbentoParticipantInstall Loco plugin to translate the theme
October 15, 2018 at 2:14 pm #82828
Elise NoromitMemberHello,
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
October 15, 2018 at 3:03 pm #82836
fotovivaParticipantThanks, 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?
October 15, 2018 at 5:32 pm #82856
Elise NoromitMemberHello,
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
October 16, 2018 at 4:19 pm #83066
fotovivaParticipantThanks 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/
October 16, 2018 at 7:11 pm #83099
Elise NoromitMemberHello,
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
October 17, 2018 at 8:19 am #83188
fotovivaParticipantThat 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.
October 17, 2018 at 12:14 pm #83277
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register