Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi,
Sorry for the delayed reply.
I answered in this topic.
https://yolotheme.com/forums/topic/column-issue-in-woo-product-category-object/#post-18812
Best regards,
tb.
Hi,
To enable the transparent for Header 6, you need to enable the Header Float:
Demo: http://demo.yolotheme.com/motor/
Best regards,
tb.
Hi,
I checked the verify purchase code and it still normal works. To check the updated version, you go to
Dashboard -> Update.
- You only checkbox it and close it. https://prnt.sc/ncjd76
I tried and it isn't showing every time page is reloaded.
- The related product: Because you have disabled the quickview function => the "jquery carousel" library must not load => the error slider show.
Currently, the problem fixed. You can reload your site and check again.
- Please update the last new version for Motor theme and Motor framework plugin and try again.
- Filter product: This function only works on Woocommerce's default shop and not work on the Custom Page.
Best regards,
tb.
Hi,
I have checked the function of sending mail in Woocommerce and it still normal works.
I enabled the "Cash on delivery" in Payment method. Later, I have created order on your site and I still receive emails when ordering.
Hi,
It seems that this problem only occurs on iPhone and IPad. You can see some instructions here:
https://www.techinpost.com/fix-a-problem-occurred-with-this-webpage-so-it-was-reloaded-problem/
Best regards,
tb.
Hi,
I'm not yet clear about your request.
You can describe more clearly or send me some screenshots.
Best regards,
tb.
Hi,
Sorry for the delayed reply.
You can view the instruction here:
http://docs.yolotheme.com/finanzen/
Best regards,
tb.
Sorry for the delayed reply.
- Header: You go to Theme Option -> Header -> Select the header that you want -> change the Text content.
- Footer: You go to Footer Block -> the footer that you want -> Edit it.
Best regards,
tb.
This reply has been marked as private.Hi,
You can add these lines to the Custom CSS:
.page-title-inner .block-center-inner h1{
color: #000!important;
}
Please send me link product page.
This reply has been marked as private.Hi,
- Change the color for the description:
You can add these line to Custom CSS:
.woocommerce div.product .woocommerce-tabs #tab-description{
color: #000;
}
- Hide the tab Additional Infomation:
You can add this function to the functions.php of Child Theme:
add_filter( 'woocommerce_product_tabs', 'remove_info_tab', 98);
function remove_info_tab($tabs) {
unset($tabs['additional_information']);
return $tabs;
}
Best regards,
tb.
This reply has been marked as private. -
AuthorPosts
