Forum Replies Created
-
AuthorPosts
-
Hi,
With the current update, the Woocommerce only update for the core, with no changes to the template. They only increment the version corresponding to the editing function in the core.
Currently, you can update the templates manually. We will have the version update after updating some features.
Best regards,
tinhbeng.
Hi,
If you use the plugin "Similar Product ", you need to check this plugin has supported the slider option.
If not, you have to add the custom js for it.
Best regards,
tinhbeng
Hi,
You can use the Child Theme and custom the search-box.php file (/wp-content/themes/yolo-bestruct/templates/header/search-box.php). You add the
<input>to the above custom file.Hi,
This issue is solved in Yolo Behealth Framework last new version.
Please update the last new version for the plugin "Yolo Behealth Framework".
Best regards,
tinhbeng
Hi,
You can add these lines to Custom CSS or the style.css of Child Theme:
.woocommerce div.product .woocommerce-tabs .panel h2{
display: block;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child{
display: none;
}
Hi,
-With the first error: You need to change the slug of the product category with Latin character instead of Arabic character. http://prntscr.com/krxrly
- With the second error: you can refer this post: https://github.com/qTranslate-Team/qtranslate-x/issues/21
Best regards,
tinhbeng.
This reply has been marked as private.Hi,
Sorry for this issue.
The text in the above is written directly in the source code, not through the esc_html __, esc_attr __ fucntion... => the plugin unrecognizable to translate.
Currently, I fixed this issue, but you need to build a new file .pot again for Yolo Behealth Framework.
Sorry for this inconvenience.
Best regards,
tinhbeng.
Hi,
Your site returns empty. http://prntscr.com/kr97t5
Please check again.
Hi,
You go to the woocommerce.php file (/wp-content/themes/yolo-sofani/framework/core/functions/) find and replace this function "woocommerce_template_loop_product_thumbnail" by the attachment.
Hi,
1. You can add these lines to Custom CSS or style.css file of Child Theme:
.seller-items .product-item-wrap{
width: 25%;
float: left;
padding: 10px;
}
3. You can view the image to clarify. http://prntscr.com/kr7hty
Hi,
1.2.3, You can add these lines to Custom CSS or style.css of Child Theme:
.woocommerce .yolo-product-category.product-item-wrap{
padding: 0 10px;
}
.yolo-product-category .count{
display: none;
}
.yolo-product-category a:before {
content: "";
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
background-color: rgba(0,0,0,0.5);
z-index: 1;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
}
.yolo-product-category a:after {
content: "\f002";
font-family: "fontawesome";
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
padding: 7px 14px;
background: #fff;
z-index: 2;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
}
.yolo-product-category > a{
position: relative;
}
.yolo-product-category > a:hover :after,.yolo-product-category > a:hover:before{
opacity: 1;
}
Best regards,
tinhbeng
Hi,
It seems the set_revslider_as_theme() function is declared more than once.
You can search this function on the web folder to check the positions this function defined.
This reply has been marked as private.Hi,
I have to go to Theme Options and click "Save Change" to rebuild the custom-style.css.
Currently, this issue is solved!. Please reload your site and check again.
-
AuthorPosts
