Forum Replies Created
-
AuthorPosts
-
Hi,
If you don't use Google font and you want to add a new font, please view the instruction in here:
Hi,
- You go to Woocommerce -> Setting -> Product -> Display -> Default category display -> Select "Show Subcategories & products". After you select this option -> subcategories will display together product but the position isn't correct as you want. You will need to custom the archive-product.php file. (You need to do two things later: 1. Remove the position "subcategories" default. 2. Add to the position you want.)
- You need to use the Child Theme to custom for the archive-product.php.
1. Remove the position "subcategories" default: You remove this line: woocommerce_product_subcategories();
2. Add to the position you want: you can add this function to the functions.php of Child Theme:
add_action('yolo_before_archive_product','yolo_add_subcategories');
function yolo_add_subcategories(){
if(is_product_category() || is_product_tag()){?>
<?php woocommerce_product_subcategories();?>
<?php }
}?>
Hope it helps!.
This reply has been marked as private.Hi,
I have updated the last new version for Rubino Theme, Yolo Rubino Framework, YL Woocoomerce Product Layout Rubino.
Please reload your site and check again.
Best regards.
Hi,
Now, you can update them. (Rubino Theme, the plugin: Yolo Rubino Framework and YL Woocoommerce Product Layout Rubino.)
Best regards.
Hi,
Sorry for the late response.
Currently, the Shop page default only "ajax load" option and hasn't the filter as product masonry. Sorry for this inconvenience.
Best regards.
Hi,
Sorry for the late response.
You should use Theme Options instead of Customizer. http://prntscr.com/i4psag
I have updated the last new version of Rubino Theme, Yolo Rubino Framework, and YL Woocommerce Product Layout Rubino plugin.
Please reload your site and check again.
Thanks.
Sorry for the late response.
You can add these lines to Custom CSS or the style.css of Child Theme.
.wpcf7 .home-lookbook1 .ctf7_submit input[type="submit"]{
background-color: #424242;
}
.wpcf7 .home-lookbook1 .ctf7_submit:after{
display:none;
}
Thanks.
Hi,
You can add these lines to Custom CSS or the style.css of Child Theme.
@media(max-width: 520px){
html .header-logo-mobile img{
padding-top: 23px;
padding-bottom: 23px;
}
}
Hi,
I'm not sure this problem.
You sure created a footer block? Please go to Footer block and check.
Hi,
I added it. Please check your site.
Hi,
City text box in the calculator section is black
I have added a few the CSS to Custom CSS, please reload your site to test.
- I have moved the custom CSS to the style.css file of Child Theme.
With the problem Shipping: I'm not sure this, please check the shipping class and transport fee again.
Thanks.
Hi,
Sorry for the late response.
You go to Loco Translate and translate for Rubino Theme.
Please reload your site and check again.
Thanks.
Hi,
We will update this problem in the next few days (1 to 2 day).
Hope it waits!.
Thanks.
Hi,
I have added this line to the ylp_product.js file (wp-content/plugins/yl_products_layout_rubino/assets/js/ylp_product.js):
YLP.masonryTabitem();
Please reload your site and check again.
Thanks.
-
AuthorPosts
