This topic has 8 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Rose Tyler
Hi
how we can change position of fake live view & product sold counter to become before product short description
thanks
Hello,
Provide URL of your product page.
Regards
Hi
https://mall4her.com/product/womens-jardin-pants-6240-olive/
Try to use the next custom CSS code:
.single-product .product-information-inner .fixed-content {
display: flex;
flex-direction: column;
}
.single-product .product-information-inner .product_title.entry-title {
order:0;
}
.single-product .product-information-inner .product-content .price {order:2;}
.single-product .product-information-inner .wcfm_custom_field_display.wcfm_custom_field_display_free-return {order: 3 !important;}
.single-product .product-information-inner .wcfm-clearfix {order:4;}
.single-product .product-information-inner .woocommerce-product-details__short-description {order:7;}
.single-product .product-information-inner .sales-booster-live-viewing {order: 5 !important;margin-top: 15px;}
.single-product .product-information-inner .sales-booster-total-sales {order: 6;}
.single-product .product-information-inner .cart {order:8;}
.single-product .product-content .yith-wcwl-add-to-wishlist {order:9 !important;}
.single-product .product-information-inner .wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {order:10;}
.single-product .product-information-inner .wcfm_ele_wrapper {order:11;}
.single-product .product-information-inner .product_meta {order:12;}
.single-product .product-information-inner .product-share {order:13;}
Regards
Hi
Thanks a lot for your professional support pls need to know
1. how change brand potion on top of product title
2. how we can add 2 class on same line as in
3.i found English and arabic product page not matched pls check https://prnt.sc/4xJSqLZxnlAO
and https://prnt.sc/oGUNwWRYXR7J
image https://prnt.sc/jTnGnzdg9xU3
thanks in advance
Hello,
1/
content>.product_brand {
order: -1;
}
2/ Sorry, but there is no such possibility.
3.1 The rating is missing because there is no reviews on arabic https://prnt.sc/JHpeVKhhecPK
3.2 It is because of this custom CSS code – https://prnt.sc/I_AQz_2yULPd
3.3 It is https://prnt.sc/F3dINSkbRxN_ hidden by custom CSS – https://prnt.sc/MbN9cN1KrZFK Do you want to hide it on Arabic too?
Regards
Hi
thanks lot for your support
1. not working pls check it
2.Ok
3.1 is their is any way to let reviews appear even in any language Arabic or English
3.2 ok
3.3 pls note the value is appear not heading so pls need to hide value if it’s not set
thanks in advance
Hello,
Thanks for the reply.
1/ Sorry, please change this code https://prnt.sc/xrqi1Ng-gdO1 to
.single-product .product-information-inner .product_brand {
order: -1;
}
2/ Try to contact the support of WPML and WooCommerce, we do not have specific settings for this.
3.3/ The text comes from wcfm plugin, so try to contact their support.
Regards
The issue related to '‘change fake live view & product sold counter’' has been successfully resolved, and the topic is now closed for further responses