You’re welcome!
Thank you for your thoughts! We deeply appreciate it! 🙂
Regards
You’re welcome!
Thank you for your thoughts! We deeply appreciate it! 🙂
Regards
Hello,
You may enable this option http://prntscr.com/gnxlml to activate default registration that has auto-login.
Regards
Hello,
Please go to Theme Options > General > Footer > Footer fixed > off.
Regards
Hello,
Please change previous code to:
.single-product .product-information .products-page-cats, .single-product .product-information .product_meta > span {
display: none;
}
Regards
Hello,
I suppose it will be added in new theme update, so you may change this code
http://prntscr.com/gnxa4a to http://prntscr.com/gnxab8 in framework/shortcode.php file of your parent theme
$args['tax_query'][] = array(
'relation' => 'OR',
array(
'taxonomy' => 'product_tag',
'terms' => $categories,
'operator' => 'IN',
),
array(
'taxonomy' => 'product_cat',
'terms' => $categories,
'operator' => 'IN',
)
);
Regards
This option works for menu, but you use woocommerce widget here http://prntscr.com/gnx2r8 http://prntscr.com/gnx2uq, I’ve added menu widget into your custom sidebar http://prntscr.com/gnx47y but stylings of this element are different http://prntscr.com/gnx4ol Please check.
if you want to use category element, you may add this code in custom css http://prntscr.com/gnx7f2:
.home .widget_product_categories.sidebar-widget ul li:first-child a:before {
font-size: 16px;
color: #999;
font-family: 'FontAwesome';
display: inline-block;
content: "\f2c1";
margin-right: 10px;
}
Regards
Hello,
1. Please check this screenshot as example https://prnt.sc/gl1wqz
2. You may use custom css, for example, add this code in Theme Options > Styling > Custom css:
.product-categories
.fa-angle-down:before {
content: '\f2c1' !important;
color: red !important;
font-size: 20px !important;
}
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Please, clear cache and check http://prntscr.com/gnvae6
Regards
Hello,
You may add this code in Custom css:
.product-information-inner .product-navigation .product-arrows {
display: none;
}
Regards
Please, clear cache and check.
Regards
Hello,
Please go to Settings > Media, there you may change image sizes, for example, set Medium size – 600×600 and Large size – 1300×1300. Don’t forget Regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
also, add this code in Theme Options > Styling > Custom css:
article.blog-post .wp-picture img, article.post-grid .wp-picture img {width: auto;}
Regards
Please change this code
.et-mobile-menu > li > ul > li a{
margin-left:-1px !important;
}
to
.et-mobile-menu > li > ul > li > a, .et-mobile-menu > li > ul > li a:before {
line-height: 20px;
}
.et-mobile-menu > li > ul > li > a {
padding: 10px 0px 10px 30px;
}
Regards
Hello,
The problem relates to changes that you made in child theme. With parent theme – https://prnt.sc/gnsvdp
You need to check changes that you made in your child theme.
Also, you may see notice about out of date files http://prntscr.com/gnsxea http://prntscr.com/gnsxqo. In this case you just need to compare 2 files and add the missing code to your child theme file.
Regards
Hello, @Rin,
Please see screenshot http://prntscr.com/gnsrwz
I do not see the problem http://prntscr.com/gnssee Please clear cache and check.
Regards
Hello,
We did not test this plugin with our theme, but as you may see http://prntscr.com/gnspv1 https://woocommerce.com/products/storefront-powerpack/
We do not have list of plugins that will work with our theme, so it would be better to contact us before purchasing some 3-rd party plugins.
Regards
Hello,
Sorry, please go to Theme Options > Color Scheme and Typography.
Regards
Hello, @axelerocustom,
Please try to clear cache and check, because I do not see the problem.
Regards
You’re welcome!
Regards
Hello,
I am glad that you sorted out.
Regards
Please try to add this code in Custom css:
.content-product .button{
background-color: white;
}
.product-details font .button, .product-slide .content-product .button {
background-color: white;
border: 1px solid #CBCBCB;
}
.content-product .button:hover {
color: #000;
border: 1px solid #000;
}
.product-details .thickbox {
font-family: Assistant;
font-size: 13px;
}
.product-details span.price {
margin-top: 15px;
}
Regards
Hello,
Could you please provide wp-admin access in Private Content? It is a bit strange issue that we do not have on our test site, so I need to check the problem more deeply to be sure that problem doesn’t relate to our theme or will be fixed in next theme update.
Regards
Hello,
You may add this code in Theme Options > Styling > Custom css:
.single-product-booking .product-side-information-inner .product_meta {
display:none;
}
Regards
Please also add this code:
.top-bar .cart-summ {
display: none;
}
.header-type-3 .top-bar .top-links li {
margin-right: 10px;
}
then clear cache and check.
Regards
This problem relates to WooCommerce Box Office plugin. We made some changes in cart.php, so please check now.
If you face any other problem, please describe in detail and provide screenshots.
Regards
Seems you used WaspThemes – Yellow Pencil Pro plugin to change color of this text on home page, so please check your changes.
Regards
Hello,
The same situation you may see with default theme – Storefront, this means that problem doesn’t relate to our theme. Very likely you face such translation issue because of old woocommerce plugin version, so I would recommend you update xstore to the last version https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ and update all required plugins https://www.8theme.com/download-plugins/
and then synchronize translation files. Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with updated pot file. It means if we made any changes in template files that may affect transaltion or we added new string for the translation and you updated theme you need to synchronize your translation with updated files. Only after synchronization you’ll be able to translate new strings or strings that were changed.
Also, don’t forget to backup all the files before any update.
Regards