Hello,
Theme Options > Header builder > Main menu > Computed Box For The Menu Item > set paddings
Regards
Hello,
Theme Options > Header builder > Main menu > Computed Box For The Menu Item > set paddings
Regards
You’re welcome!
Regards
Hello,
Theme Options > WooCommerce > Shop > Products style > change Excerpt Length (Symbols)
Regards
Hello,
Theme Options > WooCommerce > Product catalog > Shop Page Display. Also, you can show custom content as a Shop banner using static blocks, for example, https://xstore.8theme.com/demos/2/marseille03/shop/ Enable WPBakery for static blocks – https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/ , create a block with the desired content, then go to Theme Options > WooCommerce > Shop > Shop page layout > https://prnt.sc/24ncl2t
Regards
Hello,
The functionality of Cross-sells comes from WooCommerce – https://woocommerce.com/document/related-products-up-sells-and-cross-sells/#section-2 , by default, there is no mentioned possibility. Try to contact the support of WooCommerce.
You can create a static block with the desired products, then show it on the Cart page as Prefooter https://prnt.sc/24n78ey
Regards
Hello,
I do not see the problem – https://prnt.sc/24myzib Clear cache and check one more time. Is it solved?
Regards
Hello,
1/
But when I updated it, the theme display becomes like I first installed wordpress
– sorry, but this is a bit unclear for me. Do you have any screenshots? Have you followed out docs https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/ ?
As I can see, you are using 8.0.10 version of the theme, do you need our assistance to update it to 8.0.11? We can do this. Provide FTP access also. If you don’t know what is FTP then contact your hosting provider. They will give you access.
2/ To enable registration, navigate to Settings > General > Membership and mark Anyone can register, then go to Woocommerce > Settings > Accounts > Customer registration > Enable customer registration on the “My account” page.
Read more about settings – https://docs.woocommerce.com/document/configuring-woocommerce-settings/#accounts-and-privacy-settings
FaceBook and Google login – https://www.8theme.com/documentation/xstore/troubleshooting/facebook-login/
Regards
We are glad that you sorted it out. Thanks for letting us know
Regards
Hello,
Thanks for using our theme and for contacting us.
1/ Disable XStore AMP plugin
2/ About the header, that demo uses multiple headers and a separate header for the home page. Please, watch the video tutorial on how to edit the multiple headers https://youtu.be/BpeXfzNwkOc Let us know if you have any issues after that.
Regards
Hello,
1/
they are no any change effect after i change the colors and the fonts once i press publish and then close the page and open it again all the change’s it back to the original again
– record a video of the problem, please. We ask you about screenshots previously, still waiting.
Here is an example, that settings work fine https://prnt.sc/24m7d9w > https://prnt.sc/24m7iuk Clear cache of your browser and check.
2/
the Footer not showing option to edit
– here it is https://prnt.sc/24m71m8 , edit the Footer static blocks using Elementor – https://prnt.sc/24m76ta
Disable Static Blocks Cache in Theme Options > Speed Optimization, you will be able to activate this option once all changes to static blocks content will be done.
Regards
Thanks for the reply.
I’ve passed your problem to our dev team, you will get an answer after the weekend. Please do not change access.
Regards
Hello,
At first sight, we do not see the problem.
Please provide URL and screenshots, for a better understanding.
Regards
Hello,
Could you provide temporary wp-admin access?
Regards
Hello,
Sync translation of the theme and WooCommerce – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ , then try to find and translate mentioned strings.
Or provide URL and temporary wp-admin access, so we can take a closer look.
Regards
Hello,
1/ it looks like tabs, but it can be just different pages, so try to create a Secondary menu with links to desired pages, and style it using custom CSS code. You can set different headers for different pages using Multiple headers functionality – https://youtu.be/BpeXfzNwkOc
2/ https://prnt.sc/24lwib4
Regards
Thanks for wp-admin access. Please check FTP access, we can’t connect – https://prnt.sc/24lvfx3
Regards
Hello,
Thanks for using our theme.
Theme Options > General > Enable Classic Widgets Panel > On
Regards
Hello,
We found that issue appears if you save your changes as Draft https://prnt.sc/1vtx7p3 Our developers are working to fix this issue and release the fix in the next theme update. Till that happens use Publish option instead of Draft.
Regards
Hello,
Fixed. Changes in hotspot.php will be included in the next update also.
Use Clear cache Chrome extension https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn/RK%3D2/RS%3DzwqaryCReNAACSfd_oYYPpX0_tw- to clear the browser cache if you use Chrome.
Regards
Hello,
Please provide temporary wp-admin access.
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,
Add the next code in Theme Options > Theme custom CSS > Mobile:
.footer-widgets {
margin-bottom: 35px;
}
Regards
Hello,
to show on mobile just as on desktop (on hover) http://prntscr.com/24asefw /
@media only screen and (max-width: 768px) {
.sten-li-disabled:after, .type-color:after, .type-image:after {
display: inline-block;
}
}
– add code in Theme Options > Theme custom CSS > Global
or to show static http://prntscr.com/24asc4r
@media only screen and (max-width: 768px) {
.sten-li-disabled:after, .type-color:after, .type-image:after {
display: inline-block;
opacity: 1;
visibility: visible;
position: static;
transform: none;
}
ul.st-swatch-size-normal li.type-color {
width: auto;
height: auto;
border: none;
}
ul.st-swatch-size-normal li.selected > span {
outline: 1px solid #000;
outline-offset: 2px;
}
ul.st-swatch-size-normal li.type-color span, ul.st-swatch-size-normal li.type-color:before {
width: 20px;
height: 20px;
position: static;
margin: 0 auto;
}
}
Regards
Hello,
You can activate XStore now.
Regards
Hello,
Thanks for using our theme and for contacting us.
What exactly changes do you mean? Provide screenshots, please. You can use Lightshot screenshot tool to share your screenshots.
To be able to edit static blocks, like Header banner, footer, mega menu items, you need to enable Elementor for static blocks – https://prnt.sc/24aqk5g
Regards
Hello,
1/ Theme Options > Theme custom CSS > Global – https://prnt.sc/24aoqyu
2/ Theme Options > WooCommerce > Single Product Builder > Breadcrumbs > Background Image
Regards
Hello,
We have added custom CSS code. Clear cache and check now.
Regards
Hello,
Try to use the next custom CSS code:
textarea::placeholder, input::placeholder {
color: #222;
}
Regards
Hello,
1/ Fixed. It was caused by unclosed } in custom CSS code.
3/ https://prnt.sc/245iguh > https://prnt.sc/245ie5x Clear cache to be able to see changes.
4/ Theme Options > WooCommerce > Single product Builder > delete compare.
5/ Could you provide FTP access also?
Regards
Hello,
Provide URL of the block and temporary wp-admin access.
Regards
Hello,
Thanks for contacting us. Please provide correct wp-admin access – https://prnt.sc/245aw76
About Footer, go to Elementor > Settings > Post Types > enable static blocks, products and so on, then you will be able to edit Footer static block using Elementor
Regards