Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.single-product .et-single-buy-now:before {
content: "\e916" !important;
}
There icons can be used – https://xstore.8theme.com/xstore-icons/
Regards
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.single-product .et-single-buy-now:before {
content: "\e916" !important;
}
There icons can be used – https://xstore.8theme.com/xstore-icons/
Regards
1) You did not answer where you get messages about errors. What service provides such information? How we can test it?
2) Set administrator role for the user because we can’t access plugins
3) FTP directory that you provided is empty https://gyazo.com/bf5dc3a67f622758bd25a342bd14e922 Provide us with access to your WP installation, please.
Regards
Hello,
Sorry for the delay in answering.
Your request is a bit unclear for me, I can see > symbol for all your menu items. Please describe the desired result in more detail and provide temporary wp-admin access.
Regards
Hello @leBrave,
Please submit a new topic https://www.8theme.com/forums/xstore-wordpress-support-forum/ Also, provide URL of your page, for a better understanding of your request.
Regards
Hello,
I can see AMP version on your screenshot. Go to Plugins and disable XStore AMP, or change settings of this version depending on your needs via Dashboard > XStore > AMP XStore
Regards
Hello,
You’re welcome!
Regards
Hello,
Did you do backup files before the update?
Make sure that translation files of the theme are placed in /wp-content/languages/themes/ folder
plugins, like core plugin on your screenshot, in /wp-content/languages/plugins folder.
After every update, you need to synchronize translation – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ Sometimes new strings are added, and only after synchronization, you’ll be able to translate new strings or strings that were changed. Not always, but some strings can be missing after the sync and you need to find and translate them one more time, this is independent of us and relates to WP functionality. Also, do a backup of all the files before any update – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Regards
If you are still working with styles/settings on site, just temporarily disable caching at all. You will be able to activate the cache plugin and CDN once most of the changes will be done.
Regards
Hello,
What demo version do you want to import? WPBakery or Elementor page edit prefer?
Regards
Hello,
The mentioned demo page was create using Elementor. You can download a template file of it from here – https://dropmefiles.com/K1ZpZ Create a new page on your site, click here – https://gyazo.com/bd6693fc997786af2b77c42efab93838 > https://gyazo.com/4c5997c03d73e97594e5296b3ce97f27 > https://gyazo.com/6c11abe61413b019c0e676ab41bfbedb
Regards
Hello,
You could try to use WC hook element of Email builder and add some php code from your child-theme/functions.php with add_action for one of them.
Example how add_action works: https://developer.wordpress.org/reference/functions/add_action/
If you want to make it by default you may write a request on our taskboard with provided details and maybe screenshots for better understanding -> https://www.8theme.com/roadmap/.
Keep in mind that all requests are checked by our dev team and users. Team members and clients may leave their comments and talk about advantages and disadvantages of request.
When we will find your request interesting or users will leave voices for that then it will be moved to the next step of implementing in theme/core plugin as a feature.
Regards
Hello,
Check wp-admin access https://gyazo.com/3cb9472909c8210897ba161c3b515cf2 and Provide FTP access also. Then I will be able to pass your question to our developers.
From where the screenshot with issues was taken?
Regards
Hello,
You need to clear all cache (plugin, CDN, browser) – https://gyazo.com/ac86eb1c8bcabd3ca3e9ca7a037a96e2
Regards
Hello,
Please 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
I’ve edited your custom CSS code, there was unclosed { in Theme Options > Theme custom CSS > Global custom CSS.
3/ Change this code of Tabs – https://gyazo.com/14e170faa78072ad3faca760b97be8f4
to
/* tabs */
.et-tab-content {
border: 3px solid #E95D2A;
}
.et-tabs-wrapper .tabs-nav {
border-bottom: none;
padding-bottom: 0px;
}
.tabs .tab-title {
padding: 15px 62px 15px 62px !important;
font-size: 16px !important;
font-weight: 500;
text-transform: none !important;
background: #F0F0F0;
color: #999;
}
.tabs .tab-title:hover, .tabs .tab-title:focus {
color: #e95d2a;
}
.et-tabs-wrapper .tabs .tab-title.opened,
.et-tabs-wrapper .tabs .tab-title:hover {
color: #fff!important;
background-color: var(--et_active-color);
}
.et-tabs-wrapper .tabs-nav li.et-opened:before,
.et-tabs-wrapper .tabs .accordion-title.opened:before{
display: none;
}
.et-tabs-wrapper .tabs-nav li.et-opened:before {
display: none;
}
.et-tabs-wrapper .tabs-nav {
padding-bottom: 0px;
}
Regards
Hello,
Please clear all cache (cache plugin, CDN, cache of browser) and check now. The sticky header is white on desktop and mobile.
Regards
Open a page > scroll to the bottom > click on Studio icon – https://gyazo.com/3ab546750fba31b8bb6892ed274a57dc
Regards
Hello,
https://gyazo.com/e4f90f83ab57613c79be3473975dc8ff
Try the next custom CSS code:
.products-grid .product-details .button:not(.compare) {
display: none;
}
Regards
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,
Clear cache and check now.
Regards
Hello,
You’re welcome!
Regards
I can’t check your screenshot – https://gyazo.com/7b708902fdb13af3fe5f6f8219640cf6
Provide URL of your site and temporary wp-admin access, so we can take a closer look.
Regards
Hello,
Add the next code in Theme options > Theme custom CSS:
.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
display: flex;
justify-content: center;
}
.products-loop .ajax-content, .products-loop {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
.content-product .quantity-wrapper {
margin-right: auto;
margin-left: auto;
}
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
Regards
Hello,
Please 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/
Theme Options > Speed optimizations > Menu Dropdown Ajax Loading > Off
Then provide temporary wp-admin access, so we can take a closer look.
Regards
Hello,
You can activate the theme now.
Please note that according to the ThemeForest license policy, you can use 1 license for 1 project only (dev site, production site, localhost but the same project) – https://themeforest.net/licenses/terms/regular
Regards
Hello,
Thanks for contacting us.
On your screenshot, we can see blocks of the studio. XStore studio allows import sections from different demos, when you are using Elementor plugin. Just edit any of pages on your site, using Elementor, > click here – https://prnt.sc/udpfle and import the desired block.
Regards
You’re welcome!
Regards
Hello,
Make sure that you are using 8.0.4 version of the theme and 4.0.4v of Core plugin.
Then check this topic – https://www.8theme.com/topic/unable-to-click-images-after-update/
Regards
Hello,
https://gyazo.com/e44629160236d9864e50933499850ee5
Theme options > WooCommerce > Shop elements > Sale & Out of Stock > edit settings of the Sale label
Regards
Hello,
Theme options > WooCommerce > Product catalog > Default Product Sorting
To mark a product as featured go to Dashboard > Products. Find the product you would like to feature and click the Featured Star. Featured products will have the star icon filled in – https://gyazo.com/e798a91b194e38f19d31f7d6ec8430c1
On a new page you can add the Products element and select the Featured type of products to show
Regards