Hello,
Go to Appearance > Widgets > Left Side top bar area and add empty Text widget there.
Regards,
Rose Tyler.
Hello,
Go to Appearance > Widgets > Left Side top bar area and add empty Text widget there.
Regards,
Rose Tyler.
Hello,
Try to use vw or vh instead px to set margin.
Also, you need to upload the image in higher resolution.
Regards,
Rose Tyler.
Hello,
As I see, your secondary menu is disabled http://prntscr.com/ecbbjs
If you want to change style of this menu http://prntscr.com/ecbbvt you can do it in Theme Options http://prntscr.com/ecbc3n
Regards
Hello,
After the demo content import you should have Popup transparent static Block (Dashboard > Static Blocks). Open the static block and find block id https://www.8theme.com/documentation/xstore/support/static-blocks/. Once you get it go to Theme Options > E-Commerce > Promo Popup and add the shortcode with your static block ID http://prntscr.com/eb6pe1
Regards
Hello,
Unfortunately, we can’t recommend you any of such plugins because we don’t guarantee full compatibility of 3rd-party plugins with the theme. You can search for some yourself and check them.
Sorry for inconveniences.
Regards,
Rose Tyler.
Hello,
Could you please provide the link to site and wp-admin access in Private Content so we could check it?
Regards
Hello,
Please, add this code in Custom css:
.content-product .product-content-image img {
min-width: 1px;
width: auto;
}
Also, if you want to have all the images the same size for all the products use hard crop option in WooCommerce settings.
Regards
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
We’re sorry, but we can’t recommend any 3rd-party plugins with such features as we didn’t test them with the theme. You can search for some yourself and check them.
Regards,
Rose Tyler.
Hello,
Could you please clarify with more details what you want to achieve and provide the screenshot?
Regards,
Rose Tyler.
Hello,
Sorry, but there is no such option in our theme and can be done only through the additional customisation.
Please, try to add this code in custom css:
@media only screen and (min-width: 980px) and (max-width: 1680px){
.products-grid.product-count-3 .product:nth-child(3n+1) {
clear: none;
margin-left: 20px;
}
.products-grid.product-count-3 .product:nth-child(2n+1) {
clear: both;
margin-left: 0;
}
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards
Hello,
You can add this code in Custom css:
@media only screen and (max-width: 992px){
.template-container .top-bar .top-links {
display: inline-block;
}
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom css:
.single-product table tr:first-child {
display: none;
}
Regards
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You need to change margin for some your elements in VC settings http://prntscr.com/ebzhum
Also, add this code in Custom css:
.main-footer #es_txt_email {
max-width: 150px;
}
Regards,
Rose Tyler.
Hello,
The problem is caused by the plugin “YITH WooCommerce Tab Manager”. Disable it and check Theme Options.
As about cart, try to disable all 3-rd party plugins, clear browser cache, and check then.
Also, check if the problem persists with default Woocommerce theme Storefront.
Regards,
Rose Tyler.
Hello,
Unfortunately, it’s no possible, because, by default, it searches by title and description (in the same way as WooCommerce Search widget works). If you need more advanced search (by sku, by title only) I would recommend you to use additional plugins.
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Thank you.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.header .nav-sublist-dropdown {
top: 45px !important;
}
Regards
Hello,
You can add this code in custom.css file
.header-type-4 .menu-main-navigation-container {
float: right;
}
Regards,
Rose Tyler.
Hello,
Please, add this code:
.mfp-bg {
display: none;
}
If this is not what you want then provide wp-admin access in Private Content so we could check it.
Regards,
Rose Tyler.
Hello,
Please add !important to previous code http://prnt.sc/ebxmae
And this code in Custom CSS for mobile
.home .header .menu-icon {
left: 0px !important;
}
.home .menu-icon i {
left: 0;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom css
.header-type-4 .main-nav .double-border {
padding: 10px 0;
}
How to create custom.css you can watch in this tutorial
https://youtu.be/Qok2zRedRMY
Regards,
Rose Tyler.
Hello,
Sorry, please edit single.php file.
You can enable Custom Grid Size http://prntscr.com/ebxg92 and then edit style for mobile view http://prnt.sc/ebxfi8
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
To disable checkbox you can add this code in Custom CSS:
#etheme-popup .checkbox-label {
display: none;
}
Regards,
Rose Tyler.