Hello,
Oh, I see. It will be fixed in changelog on Themeforest and in new theme version.
If you want, you can delete this file now, without any effect on theme functionality.
Sorry for inconveniences.
Regards,
Rose Tyler.
Hello,
Oh, I see. It will be fixed in changelog on Themeforest and in new theme version.
If you want, you can delete this file now, without any effect on theme functionality.
Sorry for inconveniences.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
You are right. I mean images.php. Thank you for the notice.
Regards,
Rose Tyler.
Hello,
Also, you can add this code:
.product-categories>li>a {
padding-left: 15px;
}
You can change style of different elements if you have css skills.
Please, read article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
Regards,
Rose Tyler.
Hello,
Please read this topic https://www.8theme.com/topic/how-i-edit-single-product-page/
You can set size in Woocommerce > Settings > Products > Display. Use hard crop if you want to crop images. Then regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Rose Tyler.
Hello,
Please, check your custom css: http://prntscr.com/ecc4a6
You need to use this code:
@media only screen and (min-width: 768px){
.header6 .logo {
width: 1200px !important;
text-align: center;
}
}
@media only screen and (max-width: 980px){
.home .header .menu-icon {
left: 0px !important;
}
.home .menu-icon i {
left: 0;
}
}
Regards,
Rose Tyler.
Hello,
I’ve checked our files of theme 3.0.3 and found image.php file, in the new version it was deleted.
You can delete Product Images Width and Height in Theme Option, then go to Woocommerce > Settings > Products > Display and change the settings. Use hard crop if you want to crop images. Then regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Please, try to add this code:
.header .cart-bag {
padding-right: 33%;
}
.header .badge-number {
margin-right: 30%;
}
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.