Hello,
Please check now. If this is not what you looking for, please provide screenshot for better understanding the desired result.
Regards
Hello,
Please check now. If this is not what you looking for, please provide screenshot for better understanding the desired result.
Regards
Hello,
You’re welcome!
1. http://prntscr.com/ic9twj
2. Copy xstore/woocommerce/single-product/related.php file into child theme and do the necessary changes http://prntscr.com/ic9w82
3. Please read how to create variable prodiuct – https://docs.woocommerce.com/document/variable-product/
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Regards
Hello, @temppelinemanta
1. You’re welcome!
2. http://prntscr.com/ic9jga Please provide me screenshot of the problem.
3. Add this code in Theme Options > Custom css > Custom css for mobile:
.home .instagram-line-wrapper .instagram-banner {
display: inline;
width: 100%;
}
.home .instagram-line-wrapper .instagram-banner h2 {
font-size: 23px;
}
.home .instagram-line-wrapper .instagram-banner h1 {
display: none;
}
4. Please see screenshot http://prntscr.com/ic9omy
Reagrds
Hello,
Overlay layers in blog section. How to fix it?
– please provide screenshot of the problem. You may use such screenshot maker as Lightshot.
Where is the feedback form and how to edit it?
– please describe me what the form do you looking for?
Thanks in advance.
Regards
Hello,
We did changes in theme files. The fix will be included in next theme update.
Please add this code in custom.css file of parent theme or is style.css file of child theme:
a {
color: #b3b5b3;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Hello,
1. By default Categories widget shows in Shop sidebar if appropriate widget area is empty, but in your case, there was added a widget that shows nothing, so I simply deleted the unuseful element.
2. You may check your site via GTMetrix service and follow the recommendations to speed up the site. Here are our main recommendations – https://www.8theme.com/reply/169282/
Also, read this article – https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/
3. Change the shortcode to Products element – http://prntscr.com/ic98yl
Feel free to ask if you have any other questions.
Regards
Hello,
Please provide FTP credentials in Private Content.
Regards
Hello,
You need to edit your “Footer Top” static block and set for the row equal columns width http://prntscr.com/ic8sl7
Regards
Hello,
Did you do changes in template files?
Please try to disable all 3-rd party plugins and then check tabs.
Regards
Hello,
.pluginSkinLight.pluginFontHelvetica {
text-align: center;
}
Regards
Hello,
Please try to add this code in custom.css of parent theme or in style.css file of child theme:
.product_description_mainblock h5 {
margin-top: 25px;
}
Regards
Hello,
Thanks for the topic.
You may use this css code in Theme Options > Custom css or in style.css of child theme:
.woocommerce-checkout .form-row label abbr {
color: black;
}
Regards
Hello,
Please check if the same issue persists only with our theme or with a default theme too.
Also, try to disable all 3-rd party plugins and then check.
Regards
Hello,
Please describe in details difficulties that you faced. Make sure that you checked all the server requirements before the installation – http://prntscr.com/ic8g3t
Also, provide wp-admin and FTP access (FTP hostname, FTP username, FTP password, not Cpanel) + your purchase code in Private content.
Regards
Hello,
You may check your site via GTMetrix service and follow the recommendations to speed up the site.
Here are our main recommendations – https://www.8theme.com/reply/169282/
Regards
Hello,
Thanks for the topic. Please describe your problem in more details.
Regards
Hello,
Please provide wp-admin and FTP access + your purchase code in Private content. What demo version need to be installed on your site?
Regards
Hello,
I’ve checked your site and do not see the problem. Please clear cache and check one more time.
Regards
Hello,
You’re welcome!
Regards
Hello,
Please check now.
Regards
Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
We are glad that problem was solved.
Regards
Oh I see, please check now – https://gyazo.com/44f7532bc42ccc4d88d765e53d89a689
Regards
You use latest theme version (4.18) but your Core plugin is old, to update it go to Appearance > Install plugins > update 8theme Core plugin. Also, you need to update woocommerce, WPBakery Visual Composer, Massive Addons for Visual Composer and other plugins – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
You’re welcome!
Have a nice day.
Regards
Looks like it would be better to set products in 2 columns, please change this code:
.home .products-grid .product {
width: 33.33% !important;
}
.home .row-count-3 .product:nth-child(2n+1), .home .row-count-4 .product:nth-child(2n+1){
clear: none !important;
}
to this one:
.home .products-grid .product {
width: 50% !important;
}
Regards
You’re welcome!
Regards
Hello,
There is no such option by default. Please read this article https://www.wpstuffs.com/display-product-discountoffer-percentage-bubble-woocommerce/ maybe you find useful tips. Note, that we recommend doing all changes in .php theme files via child theme.
Regards