Hello,
Theme Options > Single Product Page > Enable slider for gallery images > On.
Regards
Hello,
Theme Options > Single Product Page > Enable slider for gallery images > On.
Regards
Hello,
Is the problem solved?
Is there anything else I can help you with?
Regards
You’re welcome!
Regards
You’re welcome!
Regards
.woocommerce-cart-form #coupon_code {
border-color: #1b1b1b;
}
.cart-popup-footer .btn-view-cart {
background-color: #a2185b;
color: white;
text-align: center;
}
.cart-popup-footer .btn-view-cart:hover {
color: white;
background-color: #741241;
}
Regards
Hello,
Please add this code in Theme options > Custom css > Global custom css:
@media only screen and (max-width: 1200px) {
.back-history {
display: block !important;
}
}
Regards
Hello,
Please change this custom css code http://prntscr.com/ml1td4 to
.main-nav .menu > li {
padding: 5px 15px;
}
.home .page-content {
padding-top: 0px;
}
.home .main-nav {
margin-bottom: 0px;
}
Regards
Hello,
Appearance > Widgets > Left side top bar area and Right side top bar area
https://youtu.be/4SfPPuwPCVI
and how to add social link in theme options
– Please describe the desired result in more details.
Regards
Hello,
1) You can add this custom css code:
.woocommerce-cart .et-open.to_open-coupon {
border: 1px solid #a2185b;
padding: 5px 8px;
margin: 0px 0 15px 0;
color: #a2185b;
}
.woocommerce-cart .actions > div:first-child {
padding-right: 0px;
}
.woocommerce-cart .return-shop {
border: 1px solid #1b1b1b;
color: #1b1b1b;
padding: 5px 8px !important;
}
.woocommerce-cart .return-shop:hover {
border-color: #a2185b;
color: #fff;
background-color: #a2185b;
}
.woocommerce-cart-form .btn {
background-color: #1b1b1b;
color: #fff;
}
.woocommerce-cart-form .btn:hover {
background-color: #a2185b;
color: #fff;
}
2) This requests additional customization in files. Additional customization is not included in the scope of our basic support.
Regards
You’re welcome!
Regards
Hello,
Please use one of these icons https://fontawesome.com/v4.7.0/icons/ For example “shopping-bag” http://prntscr.com/mkyvx4
Do not forget to clear cache before checking the result and test how it works via the incognito window.
Regards
Yes, it is correct.
You can install an additional plugin, like WP Maintenance Mode to make pages unavailable.
Regards
You’re welcome!
Thanks for understanding.
I do not know when exactly will be released the new update, but hope it will be soon.
Feel free to ask if you have any other questions.
Regards
Hello,
Do you want to do this from one site with woocommerce to another one that uses WC? In this case, you need to use an additional plugin, for example, WP All Export or similar, that allows you to export/import wp-taxonomy – product categories.
Regards
Hello,
The code should be added in wp-content/themes/legenda-child/style.css.
Regards
Hello,
Thanks for contacting us.
1. Edit page > [8theme] Layout options > Breadcrumbs Style > Disable http://prntscr.com/mkwjf4
2. You can display the price here http://prntscr.com/mkwtml by adding this code in functions.php of your child theme
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10);
add_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 30);
Read more – http://www.alphablossom.com/move-woocommerce-price-on-single-product-page/
Regards
Hello,
Please check now http://prntscr.com/mkwi6m I’ve added in the menu Shop page with “Navigation Label” – Product Categories.
Regards
Hello,
1,2. Make sure you placed translation files into the /wp-content/languages/themes/ folder with correct names (language name and xstore theme suffix, e.g xstore-de_DE.po, xstore-de_DE.mo) https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
If you face problems with translation, you need to be sure that your translation files are synchronized. Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with pot file.
If synchronization doesn’t help, provide temporary wp-admin and FTP access.
3. Please refer to WC documentation or contact support of woocommerce.
4. Delete this code from Theme Options > Custom css http://prntscr.com/mkwekg
5. Theme Options > Shop > Products style > Hover Color Scheme.
6. Please add this code in Theme Options > Custom css:
.woocommerce-ordering select {
width: 100%;
}
.filter-wrap {
border: none;
}
Regards
Please provide temporary wp-admin access so I can check where this code from http://prntscr.com/mkw5or and remove it.
Regards
Hello,
You’re welcome!
Regards
Please try now.
Regards
You’re welcome!
Regards
Hello,
That is great. Feel free to ask if you have any other questions.
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Regards
I will send this problem to our developers and hope it will be fixed in one of next theme updates.
Please add this code in style.css of your child theme to disable the quick view on related products:
.single-product .slide-item .product:hover .product-image-wrapper .show-quickly {
display: none;
}
Regards
Do you have these problems with the default WC theme activated on your site (Storefront)?
Try to disable 3-rd party plugins, clear cache and check how it works then.
Regards
You’re welcome!
Regards