Write us about the result, please.
Write us about the result, please.
The update will be available tonight. But you can continue using without any worries or update the theme via admin panel.
Regards
Hi,
If you do all your changes in the child theme then you will not lose anything after update.
Regards
Hello,
You can create a separate menu for this purpose in Appearance -> Menus and then set its location to be “Secondary menu”.
Regards
Hello,
Sorry, it is our mistake and we didn’t change a version number in the latest update. We will correct it soon and update the file on Theme Forest.
Kind Regards
Hello,
Please, provide us a screenshot and a link for better understanding of the problem.
Thank you
It seems that something wrong with WooCommerce plugin. We don’t see any menu items from it in the admin panel. Please check this.
Hi,
Please, provide a screenshot of how you want to make product tabs look like.
Thank you
Hello,
Try to use this CSS snippet
.product-ajax-list {
width:100%;
}
.product-ajax-list + ul {
display:none!important;
}
Please, provide your website url.
Regards
Hello,
Try to enable a debug mode in WordPress and see what errors are raised that break your website https://codex.wordpress.org/Debugging_in_WordPress
Regards
Provide your FTP access also.
You are welcome.
Hello,
Sorry for inconvenience. Here is a code example that demonstrates how you can edit these colors
/* Wishlist and Cart buttons hover */
.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover,
.shopping-container .btn-view-cart:hover{
background-color: #yourColor !important;
}
/* Heart as background in sale label */
.content-product .sale-wrapper.with-percentage .sale-value{
background: url(http://www.nobbymart.com/wp-content/uploads/2017/01/breadcrumb_6.png); /* we use heart from breadcrumbs */
border-radius: 50%;
background-size: 250px;
background-repeat: no-repeat;
background-position: center;
width: 4.4rem;
height: 4.2em;
}
/* Button hover on wishlist page */
.woocommerce table.wishlist_table td.product-add-to-cart a:hover{
background-color: #yourColor;
}
/* Button hover on single product page */
.single_add_to_cart_button:hover{
background-color: #yourColor !important;
}
Regards
Hi,
Could you please provide your website URL and admin access so we can check how it works for you?
Thank you
Hi,
Try this code snippet also
.left-bar .left-titles li:not(.active) {
background:#efefef;
}
Regards
Hello,
Could you please provide a link where we can see this error live? And also your admin access please.
Thank you
Great, you are welcome!
Could you please provide a screenshot of some example?
Great, you are welcome 🙂
Sorry, our mistake. Change also this line
$items = '[[0, 3], [479,3], [619,3], [768,3], [1200, 4], [1600, 4]]';
to this
$items = '[[0, 3], [479,3], [619,4], [768,7], [1200, 8], [1600, 10]]';
Thank you for the information!
Ok, great.
Hello,
Put the url to your website “My account” page like this http://site.com/my-account/
Here is an article from the documentation that will help you translate these words https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
Hi,
Because this product has duplicate featured image in the gallery. Just open two products in admin panel and compare how products are added to them.
We suggest you change a number of thumbnails per slide in the file xstore/woocommerce/single-product/product-thumbnails.php from 4 to 10. Find this code
items : 4,
Regards
Thank you.
Yes, it is how Revolution Slider works. Once the page is fully loaded the slider is initialized and made full screen. It doesn’t depend on our theme.
Regards
Hello,
What do you mean by “8theme has not been recognized the increased memory”? Memory limit is set in WordPress and on your hosting machine. We suggest you contact your server providers for help if you can’t increase it by yourself.
Kind Regards
Hello,
We suggest you hide the slider on the single product page with this simple CSS code
.single-product .page-heading-slider {
display: none;
}
Regards
You are welcome.
Hello,
1. Here is an article from our documentation that will help you https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
2. Sorry, but this customization is not related to our theme and can’t be done as a free support.
Kind Regardss