You’re welcome!
Regards
You’re welcome!
Regards
This demo page uses One-page navigation, so there is no bug.
Provide temporary access to your site, so we can take a closer look.
Regards
Hi,
Please check this topic https://www.8theme.com/topic/i-want-to-be-able-to-change-the-warrant-policy-tab-text-to-refund-policy/#post-252665
Regards
Hi,
What additional plugin do you use to add this tab?
Use the next custom CSS code to change the color:
.single-product .tabs .tab-title.opened,
.single-product .tabs .tab-title:hover {
color: red;
}
Regards
Hello,
Thanks for using our theme.
Please check the translation of WooCommerce plugin.
Provide temporary wp-admin and FTP access, so we can take a closer look.
Regards
Hello,
Thanks for using our theme.
The problem could be caused by a few reasons:
1) You are trying to update the theme on the different domain that theme was activated (for example you activated the theme on localhost and moved it to live domain). Then you just need to go to XStore dashboard > deactivate theme and activate it using your purchase code again
2) There is no enough space on your server and archive that was downloaded for the update is broken. Make sure that you have no less than 20MB of the free space on your hosting.
You can also update the theme via FTP instead of auto-update – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Regards
Hello,
Thanks for using our theme.
https://prnt.sc/unib0c – re-upload the logo image into your media library or contact your hosting provider about this Mixed content issue.
Regards
Hello,
Please provide temporary wp-admin and FTP access.
Regards
Hi,
Make sure you have checked all the server requirements before the theme installation – https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
Update the theme via FTP – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ , and plugins also – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Then clear cache and check the import one more time.
Let us know the result.
Regards
Hi,
Read this article – https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/ (WPBakery > Role manager > Post types > Custom > enable the builder for products and static blocks).
Regards
Please provide a screenshot. Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here via Private Content area – https://prnt.sc/u7vwsg
Regards
Hi,
Please provide temporary wp-admin and FTP access.
Regards
Hello,
Provide temporary FTP access also.
Regards
Hi,
Use the next custom CSS code:
.menu-items-underline .menu > li > a:before {
bottom: 35%;
}
Regards
Here you can post feature requests – https://www.8theme.com/taskboard/
Regards
Hello,
WooCommerce > Settings > General > Currency options
Regards
Hello,
Appearance > Menus > Screen Options > enable Product categories.
Regards
Hi,
Delete the mentioned margin – https://prnt.sc/un4p3d and add paddings for menu items – https://prnt.sc/un4q32
Regards
Thanks for the screenshot. Please provide URL of the mentioned page, also.
Regards
Hi,
Update the theme https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ and Core plugin https://www.8theme.com/documentation/xstore/plugins/plugins-update/ Then provide us with temporary FTP access, we will check the problem more deeply and will help you with the import.
Regards
Hello,
Please watch this video – https://youtu.be/4n1re0jKorc
Make sure you have checked all the server requirements before the installation https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
What problem do you face? Please describe it in more detail.
Regards
Hello,
There is no possibility to show child menu items there.
The custom one just allow using all these fields to create own item on the panel – https://prnt.sc/un4bhr
Regards
Hi,
You’re welcome!
Regards
Feel free to ask if you have any other questions
Regards
Hello,
Contact your admin or hosting provider to fix this https problem.
Let us know if you have any other questions.
Regards
Hi,
As you can see, the WooCommerce indicate the same value of “PHP time limit”, so it is independent of the theme. Contact your hosting provider and ask to check from their side.
Regards
Hello,
Thanks for using our theme.
Please provide temporary wp-admin access, so we can take a closer look.
Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
Regards
Hello,
Change height of the slider here – https://prnt.sc/un1l1x Also, read docs of the Slider plugin – https://www.sliderrevolution.com/manual-section/manual/ https://www.sliderrevolution.com/documentation/responsive-setup/
Regards
Hello,
Import the Organic01 version and install the WC Marketplace plugin and you’ll get that demo.
Add Vendors using the plugin and you will get the mentioned page – https://prnt.sc/un1cr4
Regards
Hello,
There is no such option, but you can try to use custom CSS code to achieve the desired result. Add the next code in Theme Options > Theme Custom CSS > Custom CSS for desktop:
.item-design-mega-menu {
position: static;
}
.header-top, .header-main, .header-bottom {
position: static;
}
.item-design-mega-menu .nav-sublist-dropdown {
left: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.item-design-mega-menu .nav-sublist-dropdown:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
height: 40px;
bottom: 100%;
}
Regards