Hello,
Please provide us with wp-admin panel credentials and show a page where you have a problem.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials and show a page where you have a problem.
Regards,
Eva Kemp.
Hello,
There is no possibility to add different styles for categories and shop page because one template is used for those pages.
Add this code to Theme options > Custom CSS > Global Custom CSS:
.archive body, .archive .st-content, .archive .page-wrapper, .archive .fixNav-enabled {
background-color: #bbb6a8;
}
.archive .menu-item > a {
color: white;
}
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and WP Dashboard credentials.
Have you made any changes in the theme files?
Regards,
Eva Kemp.
Hello,
As I see French site version is working fine http://storage5.static.itmages.com/i/16/0425/h_1461569568_9028390_01b553200e.png . Please clarify where you see that error and show a screenshot.
Thank you.
Regards,
Eva Kemp.
Hello,
This just a warning related to WordPress. You can ignore it and disable debug mode in wp-config.php file https://codex.wordpress.org/WP_DEBUG or ask your hosting provider support to deactivate “display_errors” function on a server.
Regards,
Eva Kemp.
Hello dear customers,
Are your issues resolved now?
Regards,
Eva Kemp.
Hello,
You need create variable product https://docs.woothemes.com/document/variable-product/ .
Regards,
Eva Kemp.
Hello,
You have to recreate the elements that are deprecated, remove current ones and add new elements.
Regards,
Eva Kemp.
Hello,
Your site is under maintenance, we can’t view it. Please provide wp-admin credentials in the Private Content.
Regards,
Eva Kemp.
Hello,
I’ve updated Woocommerce translation files. Please check your translation now.
Regards,
Eva Kemp.
Hello,
Please provide us with WP Dashboard credentials in private content.
Regards,
Eva Kemp.
Hello,
There is no such feature in the theme. You have to search for some plugins.
Regards,
Eva Kemp.
Hello,
As I see heart icons are colored http://storage9.static.itmages.com/i/16/0425/h_1461567122_8493336_b16ff73fa4.png . What phone do you test on?
Regards,
Eva Kemp.
Hello,
If you’re using our default contact form you can change it in the file wp-content/themes/royal/framework/shortcodes.php in line 424.
Regards,
Eva Kemp.
Hello,
Please use this css code in Custom CSS for desktop:
.row-count-4 .product:nth-child(4n+1) {
clear: none !important;
}
Regards,
Eva Kemp.
Hello,
1. Go to Theme Options > E-Commerce > Shop > and remove image in “Product Page Banner” section.
2. Go to Pages > edit your home page > open row settings of the block with parallax background as shown on the screenshot http://prntscr.com/avqw4l
3. All woocommerce pages are created automatically after you install woocommerce plugin and press woocommerce wizard setup.
Regards,
Eva Kemp.
Hello,
In this case you have to translate default.po file in the directory wp-content/themes/legenda/languages as described in the documentation https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate .
Regards,
Eva Kemp.
Hello,
Please use this css code:
header.header .menu-wrapper {
background-color: #a6a6a6;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
background: #a6a6a6 !important;
}
Regards,
Eva Kemp.
Hello,
We didn’t change images sizes, only that code was removed.
On our side all images are shown properly in FF:
http://storage3.static.itmages.com/i/16/0422/h_1461353152_9690678_6ce9e0d8fe.png
Regards,
Eva Kemp.
Hello,
To change image height you need add padding values in the row settings http://storage7.static.itmages.com/i/16/0422/h_1461352780_1192718_dba9cf878b.png .
Regards,
Eva Kemp.
Hello,
As I see you copied whole code in your child theme style.css file and there is the code:
.payment_methods input[type="radio"]:checked {
background-image: url(images/radio-icon-check.png);
background-repeat: no-repeat;
background-position: center center;
}
In this case image radio-icon-check.png will load from the directory wp-content/themes/woopress-child/images/radio-icon-check.png but there is no such image in your child theme folder.
Please read how to create child theme correctly https://codex.wordpress.org/Child_Themes . You mustn’t copy parent style.css to the child theme. Read the WordPress article and make the changes.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Password protected section is also displayed for 2 footer areas.
Use this css code to hide them:
.main-footer form.post-password-form, .footer-top form.post-password-form {
display: none;
}
Regards,
Eva Kemp.
Hello,
The problem is related to the plugin “WooCommerce RealTimeDesigner”. Disable it and check featured products then.
Also you need update Visual Composer plugin https://www.8theme.com/download-plugins/ as old version isn’t compatible with WordPress 4.5.
Regards,
Eva Kemp.
Hello,
Please use this code in Custom CSS for desktop:
.products-grid .product-title {
height: 30px;
}
Regards,
Eva Kemp.
Hello,
Yes, please see our demo page https://www.8theme.com/demo/idstore/maps/ what shortcode to use.
Regards,
Eva Kemp.
Hello,
We recommend you to update the theme via FTP, overwrite “classico” folder in wp-content/themes directory.
Regards,
Eva Kemp.
Hello,
We can’t know what was the reason as we didn’t make any changes in your dashboard.
Perhaps you enabled/disabled some function in Woocommerce settings.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You need remove sale price for the products where you don’t want to show Sale icon.
Regards,
Eva Kemp.