Hello,
.header-search.act-full-width .search-form-wrapper {
opacity: 0;
}
.header-search.act-full-width.search-open .search-form-wrapper {
opacity: 1;
}
Regards
Hello,
.header-search.act-full-width .search-form-wrapper {
opacity: 0;
}
.header-search.act-full-width.search-open .search-form-wrapper {
opacity: 1;
}
Regards
You’re welcome!
Regards
Hello,
You won’t find it even with default WC theme – Storefront, because it relates to an addition paid extension http://prntscr.com/mml7tf
Please try to use one of available widgets or find a plugin with the desired functionality. Note that we don’t give guarantee for full theme compatibility with all 3-rd party plugins.
Theme Options > Shop > Shop page Layout > Open filter by default > On.
Add this code in Theme Options > Custom css > Global custom css to hide the “Filters” button:
.open-filters-btn {
display: none !important;
}
Regards
Hello,
It would be better to create different topics for different questions to prevent misunderstanding.
Changing the password restrictions like 1 Cap letter, 1 numeric etc., User can set the password as Simple more then 4 digits anything We don’t want that
– it relates to the functionality of woocommerce, you can contact support of WC.
I want to add new fields in the registration form like password & confirm Password
– go to WooCommerce > Settings > Accounts & Privacy > Account creation.
There are having Some issues in add to cart
If i add to cart any product it will not show in mini cart but when i go and check in cart page it shows there if I want to see in mini cart i have to add another product so it shows 2 then same issues is having with wish-list also please try to resolve this ASAP
– I do not see the problem https://prnt.sc/mml3gv Is it solved? If not, please describe step by step what should be done to recreate the issue.
Regards
Hello,
I’ve checked your site via Firefox https://prnt.sc/mmky2s It seems works fine. Please clear all cache and check one more time.
If the problem was not resolved, provide screenshot how it displaying on your site and et us know a version of your browser.
Regards
Hello,
You can add code of link in footer
<a href="http://your-site/my-account/" class="">My Account</a> https://youtu.be/-vPCUHnlMIQ https://youtu.be/hmsxW5KF9dg
Regards
Hello,
.post-data {
margin-bottom: 2vw;
margin-top: 2vw;
}
.post-heading h2, .meta-post, .post-heading, article.blog-post:not(.post-single) p {
margin-bottom: .8vw;
}
Regards
Your static block will be used as prefooter. To set it for all pages – http://prntscr.com/mmko07 or for Shop page http://prntscr.com/mmknoz
Regards
Hello,
You can try Term Duplicator plugin.
Regards
Hello,
Fixed header is generated automatically by the script. That’s why if you want to change its content you need to edit script (xstore/js/etheme.js, xstore/js/etheme.min.js).
Also, there is another solution. You can disable the Fixed header via Theme Options and add this code in Global custom css:
.header-wrapper {
position: fixed;
width: 100%;
z-index: 12;
}
.home .content-page {
padding-top: 3.4vw;
background-color: #131927 !important;
}
.page-heading {
padding-top: 8em;
}
@media (max-width: 480px) {
.blog .content-page {
padding-top: 6em;
}
.home .content-page {
padding-top: 3.5em;
}
.content-page {
padding-top: 3em;
}
.single-post .content-page, .page-content{
padding-top: 4em;
}
}
https://gyazo.com/0c565dadd2c9f897202928292c23af5c
Regards
Hello,
Copy content-single-product.php file (wp-content/themes/xstore/woocommerce) into your child-theme/woocommerce folder and edit content there https://prnt.sc/mmjwkl
Also, there is another solution. If you want to have the same block for all Single product pages, you may set custom pre-footer for Shop page via [8theme] Layout options (it will be inherited by all Single product pages) and hide this block on the Shop using custom css code (Theme Options > Custom css > Global custom css):
.post-type-archive-product .prefooter {
display: none;
}
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Please make sure that you cleared all cache. Try to test via an incognito window of your browser.
Regards
Hello,
You’re welcome!
Regards
Hello,
1, 3) http://prntscr.com/mlk1xw http://prntscr.com/mlk23e
Go to Theme Options > Single Product > Tabs Settings > Location of product tabs > Under Content.
Also, you can change Page Layout in Theme Options > Single Product.
2) Please read our documentation https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ and WC doc -https://docs.woocommerce.com/document/woocommerce-localization/
Also, please watch our videos https://www.youtube.com/playlist?list=PLMqMSqDgPNmCCyem_z9l2ZJ1owQUaFCE3
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
Hello,
You’re welcome!
Have a nice day,
Regards
Hello,
Please clear cache and check now http://prntscr.com/mlj7a8
Also, you can move product name in breadcrumbs via Theme Options > Single Product page > Page Layout.
Regards
Hello,
Please update the theme to 5.1.6.1 version.
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
All available widgets/filters you can find in Appearance > Widgets. If you want something more, an additional plugin or additional customization can be used.
Please note that we don’t give guaranty for full theme compatibility with all 3-rd party plugins.
Regards
Hello,
Do you use an additional plugin to create this filter?
Regards
Please see screenshots – http://prntscr.com/mlhtiv > http://prntscr.com/mlhtqs
http://prntscr.com/mlhtuw > http://prntscr.com/mlhu3v
Regards
You’re welcome!
Regards
Hello,
On Single product page, the situation depends on Page Layout that you selected. Product-wide and Product-right http://prntscr.com/mlhpxg have specific styling of breadcrumbs.
Do you want just disable breadcrumbs on the single product page? It can be done using custom css code.
Regards
Hello,
Ok. Feel free to ask if you have any other questions.
Regards
Hello,
3) Please clear cache and check one more time.
5) Please make sure that you added the code http://prntscr.com/mlfrpl
Clear all cache before checking the result.
Regards
Hello,
You can change “Sign In link position” to Top bar in Theme Options > Header > Header layout and add a Text widget with the content in Appearance > Widgets > Top bar area.
If this is not what you are looking for, please describe the desired result in more details.
Regards
Hello @mddulalkhan,
To get this result http://prntscr.com/mld30u
you need to add code in Theme Options > Custom css > Custom CSS for desktop:
.fixed-header .login-link {
display: none;
}
.fixed-header .header-logo img {
max-width: 120px;
}
.fixed-header .navbar-header {
padding-right: 0.7em;
}
.fixed-header .header-logo, .fixed-header .menu-wrapper.menu-align-left {
padding-left: 0.7em;
}
.fixed-header .shopping-container .shop-text {
display: none;
}
and http://prntscr.com/mld3fk in Theme Options > Menu > Menu styling > Fixed menu links > Customize > Menu links.
All available types of the Fixed header you can find in Theme Options > Header > Fixed header.
Regards
Hello,
Please provide temporary wp-admin access.
Regards