Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You have this code in Global Custom CSS section:
.header-logo img {
display: none;
}
.fixNav-enabled .fixed-active .header-logo img.logo-fixed {
display: none;
}
Remove it and logo will show.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Just go to WP-admin panel > Settings > Permalinks > click “Save” button to update the settings.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Try to disable all 3rd-party plugins and check the site then.
Regards,
Eva Kemp.
Hello,
There is no such option, but you can redirect to Cart page after product is added, just disable AJAX “Add To Cart” in Theme Options > E-Commerce > Single Product Page.
Regards,
Eva Kemp.
Hello,
Replace the previous code:
form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
color: #c6c6c6 !important;
background-color: # 353535 !important;
border-radius: 5px !important;
}
with this one:
form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
color: #c6c6c6 !important;
background-color: #353535 !important;
border-radius: 5px !important;
}
Regards,
Eva Kemp.
Hello,
Add this code in Custom CSS for mobile section:
.before-checkout-form #paypal_ec_paypal_credit_button {
margin-bottom: 25px;
}
and this code in Custom CSS for tablet section:
.before-checkout-form .woocommerce_paypal_ec_checkout_message {
width: 100% !important;
margin-top: 30px !important;
}
Regards,
Eva Kemp.
Hello,
Try to use this code in Custom CSS for mobile landscape section:
.template-container .top-bar .top-links {
margin-right: 22%;
margin-top: 10%;
}
and this code in Custom CSS for tablets section:
.template-container .top-bar .top-links {
margin-right: 24%;
margin-top: 5%;
}
Regards,
Eva Kemp.
Hello,
The changes will be lost, so in this case we recommend to make modifications in the child theme https://codex.wordpress.org/Child_Themes (it’s included in the theme package).
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please look at the screenshot http://prntscr.com/blq2yi . As you can see the error is related to cache plugin.
Check the settings of that plugin.
Regards,
Eva Kemp.
Hello,
You shouldn’t worry about those notices. They won’t affect your site at all. We edited Woocommerce files in wp-content/themes/legenda/woocommerce directory and old version may be written in those files. But, please don’t worry, as the original version is written in wp-content/plugins/woocommerce/templates directory.
So you can hide this message.
Regards,
Eva Kemp.
Hello,
I’ve resaved Permalinks settings.
Please check the pages now and clear browser cache before.
Regards,
Eva Kemp.
Hello,
Please provide FTP and WP admin credentials in Private Content.
Regards,
Eva Kemp.
Hello,
You should edit zoom value for different media queries. We added custom example code, but you need set it as you want.
Large content on such page creates some difficulties with its location.
Regards,
Eva Kemp.
Hello,
Please use this css code:
.cart-popup-container #paypal_ec_paypal_credit_button {
margin-left: 0px !important;
}
Regards,
Eva Kemp.
Hello,
Please also use this code:
form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
color: #c6c6c6 !important;
background-color: # 353535 !important;
border-radius: 5px !important;
}
Regards,
Eva Kemp.
Hello,
1. Go to Settings -> Reading -> “Blog pages show at most” and then set the number value.
2. Please use this code in Global Custom CSS section:
table.shop_table thead tr th, .single-post .share-title {
font-family: Lato;
}
Regards,
Eva Kemp.
Hello,
Try to use this code too:
.template-container .top-bar .top-links {
margin-right: 5%;
}
Regards,
Eva Kemp.
Hello,
Please use this css code:
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag::before, .fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag::before {
border-color: transparent;
}
.fixNav-enabled .fixed-active .cart-design-2 .shopping-cart-widget .cart-bag::before {
color: black;
}
Regards,
Eva Kemp.
Hello,
Add this code in Global Custom CSS:
.before-checkout-form .paypal_checkout_button {
margin-top: 0px !important;
}
Regards,
Eva Kemp.
Hello,
You can edit contact form in the file wp-content/themes/classico/framework/shortcodes/contact_form.php.
Regards,
Eva Kemp.
Hello,
I’ve imported “Julia” template and Ess. Grid file.
Please check your home page now.
Regards,
Eva Kemp.
Hello,
Please use this css code:
form.login input[type="submit"], .login-link .login-popup input[type="submit"] {
color: #000 !important;
background-color: #c6c6c6;
border-radius: 5px;
}
Regards,
Eva Kemp.
Hello,
You can change “Add to Wishlist” icon in wp-admin panel > YITH Plugins > Wishlist > Colors tab.
Try to select different layout in Theme Options > Single Product Page.
Regards,
Eva Kemp.
Hello,
We’re glad you resolved the issue.
Regards,
Eva Kemp.
Hello,
We can’t access your wp-admin panel getting this notice:
“Debes iniciar sesión para acceder al área de administración.”
Please check it.
Regards,
Eva Kemp.