Hello,
Thanks for using our theme.
Please provide URL and temporary wp-admin access.
Regards
Hello,
Thanks for using our theme.
Please provide URL and temporary wp-admin access.
Regards
Hi,
As I can see, Header overlap option is activated for the header, other pages have breadcrumbs do it looks fine. You can enable Breadcrumbs for the mentioned page, or add margin-top for the first row of content.
Regards
Hello,
Appearance > Menus > Screen Options > enable Product categories
Regards
Hello,
Theme Options > WooCommerce > Shop > Shop page Filters > Show More Filters On Click > off
Regards
Hello,
I would recommend you to contact WooCommerce support and ask for advice. There is no such a build-in feature in our theme.
Regards
Yes, Menu List element.
Regards
Hello,
– provide a screenshot for a better understanding of your request. Also, provide temporary wp-admin access.
– add this code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.footer-widgets.col-md-4 {
width: 33.33%;
margin: auto;
display: inline-block;
vertical-align: top;
}
or just align footer content to center:
.footer-widgets .widget-title {
text-align: center;
}
.footer-widgets .textwidget {
text-align: center;
}
for mobile.
Regards
You are using the wrong URL. You can’t use link from the studio there. As was mentioned, use – https://xstore.8theme.com/demos/minimal/about-us/
Other solution: use one of carousel elements – https://prnt.sc/10dqbvx
Regards
Hello,
Theme Options > Header builder > Sticky header > background color.
Regards
Is it solved https://prnt.sc/10dpec6 ?
Regards
Sorry, but your question is a bit unclear for me. Here is an example of Mega menu, that was created using static block – https://prnt.sc/10doqdq https://gyazo.com/48232846334751584ae084ade1a9bc4e https://prnt.sc/10dort9
Regards
Hello,
Thanks for contacting us.
In case if automatic plugin installation fails (as a rule it is because of your server settings), you can install them manually via your Dashboard: Plugins > Add New > Upload Plugin > Browse plugins archives. Or via FTP, by uploading and extracting the plugin zip files into wp-content/plugins folder. You can find the zip files for plugins installation here – https://www.8theme.com/downloads/
Regards
Static blocks can’t be displayed correctly in the mobile menu.
Create a new menu via Appearance > Menus, without static blocks – https://youtu.be/OnxkixHtVLI then select it in Theme Options > Header builder > Mobile menu.
Regards
Hello,
Enable Elementor for static blocks – http://prntscr.com/10do7sw
Also, you can import examples of menus via Studio https://prnt.sc/10do8s9 > https://prnt.sc/10do9ni
Regards
Hello,
You’re welcome!
Regards
Hello,
https://gyazo.com/fe62565248f1032022fd6a3e4ce22ad4 etheme.js and etheme.min.js were changed.
Also, the fix will be included in the next theme update.
Regards
Hello,
Provide URL and temporary wp-admin access, so we can take a closer look.
Regards
In this case, change the code to – https://prnt.sc/10dly48 and so on.
.single-product
Regards
Hello,
1) Thanks for the video. Please provide temporary wp-admin access, so we can take a closer look at your settings.
2) I do not see unexpected flickering. It looks like normal behavior when you go through different pages.
Regards
Hello,
Add this code in Theme Options > Theme custom CSS > Global custom CSS:
.et-quick-view-canvas .et-popup-content {
background-color: white;
}
Regards
Hello,
Thanks for using our theme.
It is because of this custom CSS code: https://prnt.sc/10dl0ib
If you need to apply code for a table on a particular page, do not add it in Global custom CSS, but place the code in Custom CSS for page area. Provide URL of page with such table.
Regards
Hello Banjo,
XStore Core plugin is required and it is fully compatible with the theme.
Please describe in more detail what exactly issue do you face. Provide URL and temporary wp-admin access.
Regards
You’re welcome!
Regards
Hello,
Connect to your server using FTP and remove all folders inside wp-content/fonts/ folder. After that go to Theme Options > choose necessary fonts and save settings.
Regards
Hello,
You’re welcome!
Regards
Hello,
1) Theme Options > WooCommerce > Shop > Products style > Image Hover Effect > Disable
2) Theme Options > Speed Optimization > Image Loading Type > try different types
Regards
Hello,
WooCommerce > Settings > Accounts & Privacy > XStore “My account” page settings > Products type
Regards
Hi,
Translate WooCommerce plugin using Loco translate – https://docs.woocommerce.com/document/woocommerce-localization/
and XStore theme – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ For example – https://prnt.sc/10dhu90 > https://prnt.sc/10dhugp
Regards
Hello,
Add this code in Theme Options > Theme custom CSS:
.secondary-menu-wrapper li, .secondary-menu-wrapper .item-design-dropdown.menu-item-has-children {
position: static;
}
.secondary-menu-wrapper .nav-sublist-dropdown {
transform: translateY(0px);
top: 0;
}
Regards