Hello,
Please provide your purchase code so we can check.
Regards
Hello,
Please provide your purchase code so we can check.
Regards
Hello @dunies,
The problem with attributes was solved in 1.1.6 version of Core plugin and 5.1.1 version of the theme is fully compatible with WC 3.5.0.
You can update Core plugin via FTP https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Please note that there is a glitch with update message for 1.1.6 plugin version (even after updated the plugin to 1.1.6 version the message about available update doesn’t disappear). This problem will be fixed in the next version of the plugin.
Regards
Hello,
Thanks for the reply.
Please ask your hosting provider support to create FTP account to your site files and give us the credentials (hostname, username, password, port).
Regards
You’re welcome!
Regards
You’re welcome!
Yes.
Regards
Hello,
You’re welcome!
Regards
1. Add this code in Theme Options > Custom css > Custom css for mobile:
.header-search .search-btn {
position: absolute !important;
right: 105px;
top: 47%;
transform: translateY(-50%);
}
.header-right-wrap {
display: inline-block;
}
2. Theme Options > Shop > Products style > Product content elements > http://prntscr.com/ld2g99
Regards
Hello,
You’re welcome!
Have you clear browser cache on mobile?
Regards
Hello,
We are theme support and we can help you with issues related strictly to our theme.
If you get this message after activation of the new plugin, it would be better to contact the plugin author.
Regards
Hello,
You need to exclude this page from the index. Read here how to create roboots.txt file for the WP https://kinsta.com/blog/wordpress-robots-txt/
Regards
Hello,
You can update the theme to 4.5 version that is fully compatible with WC 3.5.0.
Then provide us with temporary wp-admin and FTP access.
Regards
Hello,
I am glad that you sorted out.
Regards
Hello,
1) For me, it looks fine http://prntscr.com/ld04lk and https://prnt.sc/ld04vt
2) https://gyazo.com/2e10e6fd7394da9dfa7eab88b1dc170c and https://gyazo.com/af1693c3ad62c0b2af40e9154f159db5
3) old – https://gyazo.com/0c9d9bc4909bbc6e4a7e6db0672af31b new – https://gyazo.com/9fa0238b7367277e70b848988f1c1fa1
Please describe in details what exactly need to be changed and we will help you.
Regards
Hello,
I would recommend you to contact WooCommerce support.
Regards
Hello,
Please watch this video – …
What browser do you use?
Regards
Hello,
Please disable “Enable header overlap” in Theme Options > Header Settings and enable the overlap only on pages where it is required, for example on Home page – https://prnt.sc/lczxd2
then add this code in Custom css for Home page http://prntscr.com/lczxi4
.page-content {
margin-top: 0px;
}
Regards
Hello,
Please clear cache and check one more time.
Regards
Hello,
You need to re-upload these images – http://prntscr.com/lczsl9
Also, provide us with temporary wp-admin and FTP access so we can take a closer look.
Regards
You’re welcome!
Regards
Hello,
Theme Options > Header > Logo > Logo max width.
Regards
Please add the code in Global custom css area.
Regards
Hello,
You’re welcome!
Regards
Hello,
Please ignore this message, it will be fixed in next version of the plugin.
Regards
Hello,
You’re welcome!
Regards
Hello,
Please try to add this code in Global custom css:
.payment_methods label img {
max-width: unset;
}
@media only screen and (max-width: 1250px){
.payment_methods label img {
max-width: 380px;
}
}
Regards
Hello,
Thanks for contacting us.
We do not have such problem on our test site. Please provide us with URL and temporary wp-admin access so we can take a closer look at your site.
Regards
Hello,
You’re welcome!
Regards
Please try to add this code in Theme options > Custom css:
.tabs {
display: flex;
flex-direction: column;
}
.tabs .tab-reviews {
order: 2;
}
.tabs .tab-description + .accordion-title {
order: 1;
}
Regards