Hello,
1) Please provide us with FTP credentials in Private Content.
2) You need to upload an image with bigger dimensions. For example 750×350 px.
Regards,
Robert Hall
Hello,
1) Please provide us with FTP credentials in Private Content.
2) You need to upload an image with bigger dimensions. For example 750×350 px.
Regards,
Robert Hall
Hello,
I’ve deleted the Strong tag for that Flip Box. Please check page now.
Regards,
Robert Hall
Hello,
1) You can change Location of product tabs in Theme Options->Single Product Page.
2) Please update the theme to the latest version and check it.
Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
Don’t forget to make backup of the site before update.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
(it’s for Legenda theme but the process is the same).
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
I’ve changed the Content position -> Top in Row Settings for Wholesale page.
Please check it now.
Regards,
Robert Hall
Hello,
You can disable ‘Show loader icon until site loading’ option in Theme Options->General.
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.page-content {
margin-bottom: 0px;
}
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Sorry, but we don’t have such feature in our theme.
You can do this separately for each product in Product Setting->Advanced->Reviews.
Regards,
Robert Hall
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall
I’ve just added this code in function.php file and it’s working fine.
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs['description'] ); // Remove the description tab
return $tabs;
}
We recommend you to make these changes in the Child Theme.
Also please read this article about Child Theme:
https://support.woothemes.com/hc/en-us/articles/203105897-How-to-set-up-and-use-a-child-theme
Regards,
Robert Hall
Hello,
Try use this code in Global Custom CSS.
.smile_icon_list li .icon_list_icon {
width: 4em;
height: 4em;
}
Regards,
Robert Hall
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
There is the same problem with plugins. Try to disable them and check tabs.
Regards,
Robert Hall
Hello,
You’re welcome!
We would be glad if you leave a review on Theme Forest site http://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/11024192/comments
Regards,
Robert Hall
Please read more here:
https://docs.woothemes.com/document/editing-product-data-tabs/
Regards,
Robert Hall
Hello,
Please try to disable third-party plugins one by one and check it, one of them caused issue.
Regards,
Robert Hall
Hello,
Please add this code in Global Custom CSS also.
.home.page .header-wrapper {
background-color: initial;
}
Regards,
Robert Hall
Hello,
I’ve added this code in Global Custom CSS. Please check it.
.page-id-80 .content-page {
background-color: #fff;
}
Regards,
Robert Hall
Hello,
Navigate to Dashboard->Theme Options->Single Product Page->Enable slider for gallery images-> and select On.
Regards,
Robert Hall
Hello,
Please try to disable third-party plugins one by one and check it, one of them caused issue.
Regards,
Robert Hall
Hello,
In this case you should use the Post Grid element via Visual Composer plugin and select which post you want to show in Post Grid Settings. See screenshot: http://prntscr.com/a7njqu
Regards,
Robert Hall
Hello,
Please try to clear facebook cache then check issue. Read more here:
https://www.8theme.com/blog/clearing-facebooks-share-cache/
Regards,
Robert Hall
Hello,
These styles come from WooCommerce Product Add-on plugin. Please check it.
Regards,
Robert Hall
I’ve changed the code in Global Custom CSS. Please check it.
Regards,
Robert Hall.
Hello,
Please try to add the following code in 8theme options->styling->custom css->global custom css.
.postid-132 .template-content{
overflow: hidden;
}
Regards,
Robert Hall.
Hello,
Try to add this code in Global Custom CSS.
.smile_icon_list.top li .icon_list_connector {
top: 0.35em;
margin-left: 0;
}
Regards,
Robert Hall.
Hello,
Please provide us with screenshot for our better understanding and highlight what exactly you mean.
Regards,
Robert Hall.
Hello,
Please use this code in Global Custom CSS.
.page .header-wrapper{
background-color: red;
}
Regards,
Robert Hall.