Forum Replies Created
-
AuthorPosts
-
Hi,
You should set "Full width" for Single Product Layout.
You can unzip the attachment file and add a few the Product Block.
This reply has been marked as private.Hi,
http://demo.yolotheme.com/motor/product-2-columns-with-sidebar/
This is a custom shop page layout and was built by the shortcode "Yolo Product" (Static Page). -> the sidebar only display on this page.
If you want to add the sidebar for Shop template, you need to use the template shop of Woocommerce and you are currently using it.
Currently, the shop has two of the style "Woo Default" and "Ajax Filter".
- Ajax Filter (you are using): The default is to use the widget "Woocommerce Shop Filter".
This style doesn't support the sidebar left or right.
- Woo Default: You will need to use this style to add the sidebar for Shop Template (shop page,product category, product tag...). http://prntscr.com/jjc792
- With Single Product Page, you go to Theme Options -> Woocommerce -> Single Product -> Set the sidebar.
Thanks.
Hi,
You can view the instruction in here:
https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
Thanks.
Hi,
I have added the image to your site. Please reload your site and check again.
Thanks.
Hi,
You click the "Screen Options" on right corner screen and checkbox "Discussion".
Hi,
I found some jquery error and fixed it. Please reload your site and check again.
Thanks.
7 years, 8 months ago in reply to: No response on Email — How to change These elements' color? #16099Hi,
Email color:
html .yolo-footer-wrapper .footer-1 li a{
color: #fff;
}
To enable Visual Composer for Footer Block, you go to WPBakery Page Builder -> Role Manager -> Post Types -> Set "Custom" -> set checkbox the post type you want.
Thanks.
7 years, 8 months ago in reply to: Single Product Variations Buttons Not changing in Safari using css #16098Hi,
With "select" tag on Chrome and Safari will have a bit different, because they have some differences in the definition of "select" tag.
You can accept the display as current or add this line to Custom CSS:
.variations select{
background-color: transparent;
}
Please remove the cache and check again.
Thanks.
Hi,
You can unzip and add the search-popup.php to yolo-rubino-child/header/
7 years, 8 months ago in reply to: No response on Email — How to change These elements' color? #16089Hi,
You can add these lines to Custom CSS or the style.css file of Child Theme:
html .yolo-footer-wrapper .footer-1, html .yolo-footer-wrapper .footer-2, html .yolo-footer-wrapper .footer-3, html .yolo-footer-wrapper .footer-4, html .yolo-footer-wrapper .footer-8, html .yolo-footer-wrapper .footer-9, html .yolo-footer-wrapper .footer-10, html .yolo-footer-wrapper .footer-11,html .yolo-footer-wrapper .wpb_wrapper .wpb_wrapper .column-footer li i,html .yolo-footer-wrapper .wpb_wrapper .wpb_wrapper .column-footer li
{
color: #589627;
}
- With the heading, you go to Footer Block -> Footer 1 -> Custom Heading -> change the color.
Thanks.
Hi,
If is is data static, you can add to the Footer Block.
If you want to add them to each product, you need to change the style of Product tab info.
You can use these lines:
.woocommerce div.product .woocommerce-tabs ul.tabs{
float: none;
width: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
display: inline-block;
}
Thanks.
Hi,
You can add these lines to Custom CSS or the style.css of Child Theme.
.portfolio-info-box:first-child,.portfolio-info-box:last-child{
display: none;
}
Thanks.
-
AuthorPosts
