Hello, @jon,
Please add this code in Theme Options > Custom css:
.top-bar #menu-top-language a {
color: black !important;
}
Regards
Hello, @jon,
Please add this code in Theme Options > Custom css:
.top-bar #menu-top-language a {
color: black !important;
}
Regards
Hello,
Sorry for the delay. Do you use Contact Form 7 plugin? Go to Contact > Contact Forms > Mail > From.
Regards
Try to add this code in Theme Options > Custom css:
.woocommerce-checkout .shop_table .shipping td {
width: 70%;
}
Regards
Hello,
Have you checked if checkout button displays when Storefront theme (official WC theme) is enabled?
Please provide FTP access in Private Content.
Also, update WPBakery Visual Composer plugin https://www.8theme.com/download-plugins/page/2/
Regards
Hello,
Please add this code in custom css:
.product-navigation .next-product .hide-info {
left: -100px;
}
.product-navigation .next-product .hide-info:after, .product-navigation .prev-product .hide-info:after, .product-navigation .next-product .hide-info:before, .product-navigation .prev-product .hide-info:before {
left: 30%;
}
.product-navigation .prev-product .hide-info {
left: -132px;
}
.product-navigation .prev-product .hide-info:before, .product-navigation .prev-product .hide-info:after {
left: 50%;
}
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
We are glad that you sorted out.
Feel free to ask if you need any help.
Regards
Hello,
Sorry for the delay.
Please use this code:
.header .tbs span {
border: none !important;
}
.header .tbs span:before {
background: transparent !important;
}
Regards
Hello,
Thanks for being our customer.
Yes, please wait for the theme update.
I suppose that it will be released within 1 week.
Regards
You’re welcome!
Regards
Hello,
Please don’t create duplicate requests.
https://www.8theme.com/topic/how-to-auto-redirect-after-register/#post-169739
Regards
Hello,
Sorry for the delay.
Could you please provide wp-admin access in Private Content?
Regards
Hello,
Sorry for the delay.
Unfortunately, your question is unclear for me. Could you explain with more details and provide a screenshot for better understanding?
Regards
Hello,
Sorry for the delay.
You may use the 1 license for the 1 dev domain and 1 live domain. So you may use your purchase code on the development site. But keep in mind that you can use our theme license for 1 end product only.
Regards
Unfortunately, I can’t connect to your FTP, please check credentials.
Regards
Please provide FTP access in Private Content.
Also, contact your hosting provider support and ask them to increase the following PHP settings:
– post_max_size to 64M;
– upload_max_filesize to 64M.
and this is correct link to royal documentation https://www.8theme.com/demo/docs/royal/#!/installation_upgrade
Regards
I’ve imported your settings, but upsell products work fine.
So, try to disable 3-rd party plugins and then check.
Does it work fine with the default Storefront theme?
Do you have outdated files (WooCommerce > Status > Templates)?
Regards
Could you please export your Theme Options and send me link to this file?
We don’t have such problem on our test site, so it would be better to check problem on your site.
Regards
You’re welcome!
Regards
It was fixed http://prntscr.com/g4azrf Please check http://prntscr.com/g4azzx
Regards
Hello,
Please provide wp-admin and FTP access in Private Content.
Also, confirm that you made the full backup of the site, DB and theme options (Theme Options > Import/Export > Export Options).
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Regards
Hello,
Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/
Settings from our demo – http://prntscr.com/g4aall
Don’t forget Regenerate thumbnails after changes in WooCommerce-> Settings-> Product -> Display https://wordpress.org/plugins/regenerate-thumbnails/.
Regards
Oh I see, add this also
.portfolio .portfolio-image {
pointer-events: none;
}
.portfolio .portfolio-image a {
pointer-events: all;
}
Regards
Hello,
Please try to change this code:
.portfolio {
height: auto !important;
}
.portfolio .portfolio-item.col-xs-6 {
position: relative !important;
left: auto !important;
top: auto !important;
transform: none !important;
float: left;
opacity: 1;
transition: all 0.9s ease-in-out;
}
.portfolio .portfolio-item.col-xs-6.isotope-hidden {
display: none;
opacity: 0;
}
to
.portfolio .portfolio-item.col-xs-6 {
width: 49.9%;
}
and add this code in Global custom css, then check links
.portfolio-item .portfolio-image {
cursor: pointer;
}
Regards
Hello,
I’ve added code in your Custom css and you may change color http://prntscr.com/g48kte
Regards
Hello,
Please activate CMB2 plugin and then try to edit product category.
Related product relate to woocommerce functionality, necessary information you can find here https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
Regards