Hello,
You’re welcome!
Have a nice day.
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
Hello,
Please read this article – https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
What demo version do you want to import? Provide us with URL and temporary wp-admin access, so we can take a closer look, and manually install the footer and widgets for you.
Regards
Hello,
Try to use the next code:
[vc_row][vc_column][vc_icon icon_fontawesome="fa fa-phone" color="custom" align="center" custom_color="#5472d2" link="url:tel%3A0771773751|||"][vc_icon icon_fontawesome="fa fa-whatsapp" color="custom" align="center" custom_color="#25d366" link="url:https%3A%2F%2Fapi.whatsapp.com%2Fsend%3Fphone%3D%2B40721777771|||"][vc_icon icon_fontawesome="fa fa-comments-o" color="custom" align="center" custom_color="#0084ff" link="url:http%3A%2F%2Fm.me%2Fmagneticnailromania%2F|||"][/vc_column][/vc_row]
Also, you can create a static block and select it in settings of the HTML element http://prntscr.com/q2sk1p
Regards
Hello,
https://wpml.org/documentation/related-projects/woocommerce-multilingual/#products
I would recommend you to contact the support of WPML.
Regards
Hello,
To remove currency buttons go to Appearance > Widgets and add an empty Text widget in Left Side top bar area.
Please read this topic – https://www.8theme.com/topic/website-translation-2/
and our docs – https://www.8theme.com/demo/docs/royal/Theme_Translation/Translation_With_WPML
Regards
You’re welcome!
Regards
Hello,
Try to use uppercase and no-uppercase custom classes.
Regards
Hello,
To fix this error http://prntscr.com/q2p9h6 you need to change this – http://prntscr.com/q2p9te to http://prntscr.com/q2pa22
Regards
Hello,
Try to delete margin-top for column-inner via Design options – http://prntscr.com/q2oyyy
Regards
Hello,
Fix for the “custom banner above breadcrumbs” on Shop page will be added in the next update of the theme. For categories, we do not plane to add such a feature.
Regards
Hello,
Thanks for using our theme.
Please clear browser cache and try to activate the theme now.
Let us know if you need any other assistance.
Regards
Hello,
Is the problem solved?
Is there anything else our team can help you with?
Regards
Hello,
Thanks for the question.
I can’t log in to your site – http://prntscr.com/q2nhqi , unfortunately.
Try to add padding-top and padding-bottom (10px) for the cart element via Header builder.
Regards
Hello,
Add this code in Custom CSS for page http://prntscr.com/q1d9o1
.header.main-header, .page-heading, .top-bar {
display: none;
}
.content-page {
padding-top: 50px !important;
}
Regards
Hello,
Please read this topic – https://www.8theme.com/topic/menu-border-separator-with-text-color/#post-208617
Regards
Hello,
Theme Options > General > “Back To Top” button > Off.
Regards
Hello,
What element do you use to show products? Our Products element has “Number of items” settings – http://prntscr.com/q1cxu5
Regards
Hello,
You’re welcome!
Regards
Hello,
I am glad that you sorted out.
Regards
Hello,
1) Add this code in Theme Options > Custom CSS > Csutom CSS for mobile:
.single-product .bc-type-5 {
background: url(http://www.isaporidelsoledisicilia.com/wp-content/uploads/2019/11/800-600-Arance.jpg);
}
2) Custom CSS for mobile:
.header .woocommerce-Price-amount {
font-size: 16px;
color: white;
margin-left: 25px;
}
.header .navbar-header.navbar-right {
margin-top: -35px;
}
.fixed-header .woocommerce-Price-amount {
font-size: 14px;
color: white;
}
.fixed-header .shop-text {
margin-top: 15px;
}
.fixed-header .shopping-container .shopping-cart-widget {
padding-top: 0px;
}
.fixed-header .navbar-header.navbar-right {
margin-top: -30px;
}
Regards
Hello,
“RETURNS & DELIVERY” – Theme Options > Single product > clear “Custom Tab Title” and “Return”.
“Additional information” is a default tab of WooCommerce – https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards
Hello,
You can change the text using translation files.
Install Loco Translate plugin https://www.8theme.com/demo/docs/royal/Theme_Translation/Base_Theme_Translation.html , create English translation, change desired strings of Royal theme and disable the Loco translate.
Regards
Hello,
You’re welcome!
Regards
Hello,
Thanks for the explanation.
Please check how it works with Storefront theme (default WC theme).
Try to disable all the third-party plugins, that do not come bundled with our theme, and check how it works then.
If the problem persists with our theme only and is independents of plugins, provide temporary wp-admin and FTP access.
Regards
Hello,
1) Please change the previous code to:
.custom-banner .vc_column_container{
max-width: 1170px;
margin: auto;
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
.custom-banner .vc_column_container{
max-width: 970px;
}
}
@media only screen and (max-width: 991px){
.custom-banner .vc_column_container{
max-width: 750px;
}
}
2) Please describe the desired result in more details.
3) I’ve passed your question to our developers. I will let you know once get an answer.
4) Thanks for the suggestion, it will be discussed.
If you have any other questions or suggestions, please create a new topic to prevent a mess in this ticket.
Regards
Hello,
Do you have the problem with our theme only or with Storefront (default WC theme) too?
Please provide screenshots of the problem.
You can use Lightshot Screenshot tool https://app.prntscr.com/en/index.html and provide the link to the screenshot here.
Regards
Hello,
Try to clear browser cache and check one more time.
I’ve checked your site in Chrome – http://prntscr.com/q19q85 and Safari – http://prntscr.com/q19r1q
In which exactly browsers do you have the problem with adding to cart?
Please provide screenshots of the problem with the paying.
You can use Lightshot Screenshot tool https://app.prntscr.com/en/index.html and provide the link to the screenshot here.
Regards
Hello,
You’re welcome!
Regards
Hello,
Thanks for the notice, your report was passed to our developers.
As a temporary solution, you can add a custom class for row in your static block – http://prntscr.com/q19ahz and the next code in Theme Options > Theme custom CSS > Global custom CSS:
.custom-banner .vc_column_container{
max-width:1170px;
margin: auto;
}
@media (min-width: 992px) {
.custom-banner .vc_column_container{
max-width: 970px;
}
}
@media (min-width: 768px) {
.custom-banner .vc_column_container{
width: 750px;
}
}
Change 1170px to width of your site.
Regards
Hello,
Go to Pages > edit page > Page Layout > Breadcrumbs Style > select Default.
Regards