Hello,
Theme Options > Header builder > Mobile > Sticky header https://prnt.sc/i5pn2tVjwf0D
Regards
Hello,
I would recommend you to use WPBakery element – Image Gallery https://prnt.sc/WNW4QSxbVN3-
The result will be much better and you don’t need to use extra plugins for that ->
Desktop: https://gyazo.com/27da50140c54758c60dbb4ae5b10e56b
Mobile: https://gyazo.com/9730a7918251d47a4e8380344c6886e0
Also you may use next custom css to make it shown by 4 columns
.wpb_gallery_slides.wpb_image_grid .isotope-item {
position: static !important;
width: 25%;
margin: 0;
}
.wpb_gallery_slides.wpb_image_grid ul {
height: auto !important;
display: block;
}
Result: https://prnt.sc/ToAyEupGC_7N
For this time I disabled WP Featherlight plugin so you can check the idea I shared before without that plugin – otherwise you may enable it back
Regards
https://prnt.sc/iilUNv6K1220 Product Added Notification Type (Theme Options -> WooCommerce -> Shop -> Shop layout (scroll to bottom)
> https://gyazo.com/8acb1b7d6b2198ca4d212b0589455184
Regards
If you are not planning to make your site multilanguage then we have perfect solution for you with simple custom css
Code snippet:
.content-product .quantity-wrapper {
flex-wrap: wrap;
justify-content: center;
}
.content-product .quantity-wrapper .quantity {
flex-basis: 100%;
margin: 0 0 10px;
}
.content-product .quantity-wrapper .button {
padding: 9px;
}
.content-product .quantity-wrapper .button[aria-label]:after {
content: 'Add To Cart';
position: static;
background: transparent;
color: currentColor;
max-width: unset;
padding: 0;
font-size: inherit;
box-shadow: none;
overflow: visible;
margin-inline-start: 7px;
transform: none;
}
.content-product .quantity-wrapper .button[aria-label]:not(:hover):after {
opacity: 1;
visibility: visible;
transform: none;
}
Result: https://gyazo.com/d82e58dfc2e972a54c9b58a114754d24
You may add CSS in theme options -> Theme Custom CSS -> Global CSS or in your child-theme/style.css
Regards
Hello,
1/ Try to disable Products Masonry in Theme Options > WooCommerce > Shop > Shop page Layout. Clear cache and check then.
2/ Update the theme and Core plugin.
https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check then. Maybe one of the additional plugins is a reason for the problem.
Regards
Hello,
Provide temporary wp-admin and FTP access, so we can take a closer look.
Regards
Hello,
There is no such option in our theme, unfortunately. Try to contact the support of WooCommerce.
Regards
Hello,
You’re welcome!
We’d appreciate if you could give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
Hello,
Please describe the desired customizations in more detail.
Regards
Hello,
Do you use WPBakery or Elementor? What exactly import files do you need? We can help with the import, just describe the desired result in more detail, and provide us with URL and temporary wp-admin access.
Regards
Hello,
Add the next code in Theme Options > Theme custom CSS:
.single-product .product-content .price {
color: #473E81;
font-size: 24px;
}
Regards
Hello,
This feature was created specially for our demos using our own plugin for that. But if you need to make the same button you should make some customization on your site. We would recommend you to install -> wordpress.org/plugins/insert-headers-and-footers/ and add custom html of button inside one of area and then using custom styles (from child-theme/style.css / from theme options -> Theme styles / from the same section inside custom scripts ) add your styles for that specific button.
Examples:
1/ Backend -> https://prnt.sc/1ia81mh
Custom button text
.my-custom-sticky-button {
position: fixed;
bottom: 30px;
right: 90px;
z-index: 9999;
}
2/ Frontend -> https://gyazo.com/af483d0d085f2651753fc5468bd81a18
Regards
Hello,
Do you use 8theme – Swatches filter widget? Try to change Query type in settings of the widget.
If this doesn’t help, provide temporary wp-admin and FTP access, so we can take a closer look.
Regards
Hello,
You’re welcome!
The fix will be added in the next theme update also.
The issue was in case there are no menus in the header but only all departments added – it is already fixed but also could be fixed if to add main menu / secondary menu to the header builder.
(fix located in xstore/theme/functions.php)
Regards
Hello,
The vendor Information tab comes from the vendor plugin, it shows automatically. You can disable it by adding the next code in Theme options > Theme custom CSS:
.single-product .seller_tab {
display: none;
}
Regards
Hello,
Changes were done in xstore-child/functions.php
https://prnt.sc/WVwd0ljhJpo0
Code for users who will need to make it work by their own hands:
if (class_exists('YITH_YWRAQ_Frontend') ) {
$instance = YITH_YWRAQ_Frontend::get_instance();
// show button in single page.
add_action( 'etheme_woocommerce_template_single_excerpt', array( $instance, 'add_button_single_page' ), 35 );
}
Note:
1/ ‘etheme_woocommerce_template_single_add_to_cart’ action could be replaced by any of the next list https://www.8theme.com/documentation/xstore/additional-customisation/single-product-builder-hooks/
2/ 35 could be changed to another priority number
Regards
Hello,
Please, check now, but clear all cache before checking!
Regards
Hello,
Fixed.
Regards
Hello,
1/ I can’t open your site – https://prnt.sc/ZxPrLKkauBaN Have you changed URL?
2/ There is no XStore theme or Core plugin on FTP you provided. Please check.
Regards
Hello,
It is screenshot of the theme translation. Have you translated Core plugin also?
As I can see, the button is translated on your Home page – https://prnt.sc/5slHXpLhlVOy Please clear cache and check one more time.
Regards
Hello,
FTP directory is empty – https://prnt.sc/RC9dUdj7OiMC Check the destination folder of our user, or ask your hosting provider for help with this, we need access to your WP installation.
Regards
Hello,
Where exactly have you sent access?
We don’t need cPanel, only FTP host, FTP username and FTP pass. If you do not know how to create FTP contact with your hosting provider, they will help you.
Provide access via the Private Content area here on the forum.
Waiting for your reply.
Regards
Hello,
Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check then. Maybe one of the additional plugins is a reason for the problem.
If the problem is independent of plugins, provide temporary FTP access, so we can take a closer look.
Regards
Hello,
Could you 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,
Please read this article https://www.8theme.com/documentation/xstore/theme-translation/ , make sure you created translation for the theme and Core plugin. Update translation files – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ , then find and translate desired strings.
Regards
Hello,
Thanks for using our theme.
Appearance > Menus > All departments > https://prnt.sc/lK66l6VZPTGH
Regards
Hello,
1/ Theme Options > Speed optimization > Menu Cache and Static Blocks Cache > Off. Also, clear cache of your browser
2/ Edit page > custom CSS for page > https://prnt.sc/jcrci4hyG3SC
3/ Go to Plugins > disable XStore AMP
Regards
Hello,
Please read this article – https://www.8theme.com/documentation/xstore/woocommerce/product-images/
Theme Options > WooCommerce > Shop > Products Style > Stretch Product Image > Off
OR
Appearance > Customize > WooCommerce > Product Images > Thumbnails width > 542px, uncropped. After these changes, you need to Regenerate Thumbnails to apply them. You can use Regenerate thumbnails plugin to do this.
Regards
Hello,
Theme Options > Header Builder > Search settings > you can disable Search By Category.
If you want to get a new option with the desired functionality, please submit a request here – https://www.8theme.com/taskboard/
Regards