You’re welcome!
Regards
You’re welcome!
Regards
Hello,
You may use this custom css code:
.content-product .product-image-wrapper .footer-product .show-quickly {
border: none;
}
.content-product:hover .footer-product .add_to_cart_button {
padding: 0;
}
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Do you have this problem when parent theme is enabled or with child theme only? Do you have the problem when Storefront theme (default WC theme) is enabled? Try to disable all 3-rd party plugins and check if the problem will be solved.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Thanks for the topic.
The menu can’t be imported because WordPress does not allow import of custom fields. You need to create an own menu. Please see screenshots of menu settings from our demo http://prntscr.com/icdim5 > http://prntscr.com/icdivx + http://prntscr.com/icdj28 + http://prntscr.com/icdjc2
Please Use 8Theme Options to change styling of menu (8TO > Styling > Navigation, 8TO > Typography > Navigation and Secondary Navigation).
Do not forget about “Import additional pages” option (8TO > Import / Export > Dummy content) that allow you import any page.
Feel free to ask if you have any other questions.
Regards
Hello,
What versions of theme and VC plugin do you use?
Regards
Hello,
Please add this code in Custom css for page http://prntscr.com/icd453:
.ibox-symbol {
height: 100%;
}
.ibox-symbol .icon-image {
width: 140px !important;
height: 140px !important;
padding-top: 2.5px;
}
Regards
Hello,
Please check now.
I’ve added some custom css code in Theme Options > Styling > Custom css and disabled Header overlap option.
Regards
Hello,
Please add the code in functions.php file of child theme.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
I’ve added in top bar widget area static block element, so now you may edit top bar content using VC – http://prntscr.com/iccith > http://prntscr.com/iccj07
Regards
Hello,
Follow the steps below to update theme through FTP:
Download the zipped package from ThemeForest and extract to your desktop.
In the extracted package you will find archive Classico_Theme_v.x.x.zip, which is the WordPress theme.
Extract zip file and upload only extracted classico folder to /wp-content/themes/ folder on your server with overwriting.
Please, re-save your Classico options after upgrading the theme. Navigate to admin panel > Theme Options and hit Save changes.
Don’t forget to create backup of your files and database before starting update process!
Regards
Hello,
You’re welcome!
Regards
Hello,
If you mean the loader here – http://prntscr.com/icbdy5 > woocommerce/content-product.php http://prntscr.com/icc18g
But if you want to change the loader on all site pages, you may activate “Use site preloader” option in Theme Options > General > Layout and upload own Preloader image.
Regards
Hello,
Please check now.
We made changes in xstore-child/woocommerce/single-product-content-booking.php and disabled Tabs in 8Theme Options -> E-Commerce -> Single product.
Regards
Hello,
Please use this css code:
.product .progress-button.state-success .content::after {
top: 0px;
}
Regards
Great. You’re welcome!
Regards
Hello,
.page-404 {
margin-top: 5%;
margin-bottom: 5%;
}
Regards
Hello,
Please delete this code:
.products-grid .product-title, .productCarousel .product-title{
min-height: 60px;
margin-top: 10px;
}
and change this http://prntscr.com/icamut
to:
.products-grid .product {
width: 33.33% !important;
}
.row-count-3 .product:nth-child(2n+1), .home .row-count-4 .product:nth-child(2n+1){
clear: none !important;
}
+ add this code:
.products-loop.products-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float:left;
}
.products-loop.products-grid .product {
position: relative;
padding-bottom: 35px;
}
.products-loop.products-grid .add_to_cart_button {
position: absolute;
left: 3px;
bottom: 0;
}
.products-loop.products-grid .product .price,
.products-loop.products-grid .product del {
font-size: 14px !important;
}
.products-loop.products-grid .product .add_to_cart_button {
padding: 5px;
}
Regards
Hello, @dreamupstudio
We’ve sent widgets.php file to your registration email.
You need to replace this file in royal/framework/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello,
Please explain your problem in more details for better understanding, + provide some screenshots.
Thanks in advance.
Regards
You’re welcome!
Regards
Hello,
Could you please provide FTP access (not Cpanel) to both sites?
Regards
Hello,
Please check now. If this is not what you looking for, please provide screenshot for better understanding the desired result.
Regards
Hello,
You’re welcome!
1. http://prntscr.com/ic9twj
2. Copy xstore/woocommerce/single-product/related.php file into child theme and do the necessary changes http://prntscr.com/ic9w82
3. Please read how to create variable prodiuct – https://docs.woocommerce.com/document/variable-product/
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Regards