Forum Replies Created
-
AuthorPosts
-
Yes, we have the option at the theme options/ woocommerce/ and turn off the show rating config.
That will help you hide the rating on the archive product.
Thanks.
Hi again.
That trick is for the properties archive page. For the property widget, you need to add the size at this file:
wp-content/plugins/tayta-framework/includes/elementor-extra/yolo-properties.php line 239.
Please check it again.
Thanks.
For the Elementor, we only have the Yolo Properties widget, you can select each property to display as you want.
Please check it again.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Yes, if you need help, please let us know again.
Thanks
Yes, if you need help, please let us know again.
Thanks.
Hi again.
We have added that CSS to help you change the sale price color on the product details page.
.woocommerce div.product span.price ins, .woocommerce div.product p.price ins {
color: red !important;
}
Please check it again.
Thanks.
Yes, please give us permission to access your site. We will help you check it soon.
Thanks.
Hi again.
Yes, you can change the thumbnail size of the properties image. It needs to change the source code.
Please go to this file: wp-content/themes/tayta/framework/includes/options-config.php line 3680 and add the size format as our listing, that will help you have more property size layout as you want. But remember the width of the config must be smaller than the image original width.
Thank.
Hi again.
Please go to dashboard/ properties/ categories/ hover to the category, you will see the view link for the category page. That will help you list all properties by category.
Please check it again.
Thanks.
Hi again.
1. For the sale/hot label, you can use the !important attribute to overwrite the CSS. We have added that CSS to your theme options. Please check it again.
2. For the price color, you can use the custom CSS below:
.woocommerce div.product span.price del, .woocommerce div.product p.price del { color: #yourcolor !important; }
// That color for cross price.
.woocommerce .product-info span.price ins span.amount, .single-product .product-info span.price ins span.amount { color: #yourcolor !important; }
// That color for sale price.
Please check it again.
Thanks.
Hello.
Thank you for contacting us.
For that layout, please go to theme options/ blog/ blog layout tabs, you will see the config for blog archive page display.
Please check it again.
Thanks.
Hi again.
Yes, you can have a class without the date and hours selected, but it is the first time you create a new class.
For the current class, we don't have the option to clear that field. We will check the clear option for that field.
Thanks.
As I see, the hot label are overwritten the sale label. We just changed the CSS to help you change that label.
Please check it again.
Thanks.
Hi again.
If you are using a newsletter plugin, you can check this article to integrate the CF7 with the newsletter plugin:
https://www.thenewsletterplugin.com/documentation/addons/integrations/contact-form-7-extension/
For the Acmailing plugin, you can check the article below:
https://www.acymailing.com/contact-form-7-newsletter/
2. For the discount background color: you can use the custom CSS below:
.woocommerce .product-thumb .product-flash-wrap span:first-child, .single-product .product-thumb .product-flash-wrap span:first-child { background-color: #yourcolor; }
For the hot label background color:
.woocommerce .product-thumb .product-flash-wrap span:nth-child(3), .single-product .product-thumb .product-flash-wrap span:nth-child(3): { background-color: #yourcolor; }
For the sale label background color:
.woocommerce .product-thumb .product-flash-wrap span:nth-child(2), .single-product .product-thumb .product-flash-wrap span:nth-child(2) { background-color: #yourcolor; }
Please check it again.
Thanks.
-
AuthorPosts
