This topic has 8 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp
Hi I have a few questions you can hopefully help me with!
1) How do I make the main background for the site be one color and the background for the shop and product page be a different color? (grey BG on Homepage, white BG on Products and Shop page)
2) I’ve seen you make suggestions to update the .php(functions?) in some cases, how do I make those changes and move them to the child theme via FTP so said changes don’t get overwritten when the parent theme is updated?
3) I would like to make the featured product image(top image when using Large format) on the single product page Full Width and make the gallery thumbnails circles instead of rectangles, how would I go about this?
4) Last but not least, I would like to add a new tab on the single-product page, where it says “description”. I know there is an option for an “additional information”, “reviews”, and a global tab but I would like to add a few custom tabs. Different for each product, is this possible?
Thank you for your help!
Hello,
1./3. Please provide WP admin credentials.
2. Please refer to WordPress documentation how to create child theme https://codex.wordpress.org/Child_Themes
4. How to create custom tabs you can read here https://docs.woothemes.com/document/editing-product-data-tabs/ or use our default Custom Tab section for each product in product editor.
Regards,
Eva Kemp.
1. It’s in the private content area.
2. I’ll check it out. So I would need to create a new child theme with the updated changes? I’m already using the one that came with the parent theme. I’ll read the rest of the article, just making sure that’s the case.
3. Thank you 🙂
Disregard what I just said for #2. I think I get it.
Hello,
1. Please add this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.home .page-wrapper, .home .header-wrapper {
background-color: grey !important;
}
3. Use this code in Custom CSS > Global Custom CSS:
#product-pager .owl-item img {
border-radius: 80px;
}
Best regards,
Jack Richardson.
Perfect! All I need to know now is how to make the top image Full Width (if that’s possible).
I’ve added the page I would like to do this on in the Private Content area.
Would you be able to help with that?
So I just realized the “Add a custom tab” .php that I used is adding a global tab. Is it possible to add multiple tabs that aren’t global? So if I had a product page about Film I would have 3 tabs that contained 3 separate bits of information. If I had a product page about Prints I would have 4 tabs with 4 different bits of information. Is this possible with the product pages? I would just create a normal page but I wouldn’t be able to utilize a lot of the woocommerce features.
Hello,
In this case you can add custom tab content using Static Block section in wp-admin panel and add it in “Additional Custom Block” area http://storage5.static.itmages.com/i/16/0505/h_1462446775_3211712_9362c47b8f.jpeg .
Unfortunately full image can’t be set because there is fixed size for page container.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up