Hello,
We do not have “add_to_cart_fragments” in our theme files.
Regards
Hello,
We do not have “add_to_cart_fragments” in our theme files.
Regards
You’re welcome!
Regards
Hello,
You’re welcome!
Yes, it will be added in next theme update.
Regards
Please check now.
Regards
You’re welcome!
Regards
Make sure that > wasn’t changed to &.
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