Hello,
We’ll try to implement it future updates.
Thank you for your notice.
Regards,
Eva Kemp.
Hello,
We’ll try to implement it future updates.
Thank you for your notice.
Regards,
Eva Kemp.
Hello,
As this is Visual Composer configuration you should ask their team if it’s possible to set a delay for “CSS Animation” option.
http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments
Sorry for inconveniences.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Have a great day too.
Regards,
Eva Kemp.
Hello,
Did you enable the options in Woocommerce settings?
Please refer to their documentation:
http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/shipping/core-shipping-options/
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
As I see you’ve added this code in child style.css:
.content.main-products-loop.col-md-12 {
margin-top: -120px !important;
}
Remove it or edit it to
@media (max-width: 1200px) {.content.main-products-loop.col-md-12 {
margin-top: -120px !important;
}}
and check the site then.
Regards,
Eva Kemp.
Hello,
It’s the same. If you use child theme you can add code into child style.css file.
Regards,
Eva Kemp.
Hello,
Use this code in Custom CSS:
@media (max-width: 992px) {.cart-design-2 .shopping-cart-widget .cart-bag::before {
border: 2px solid white;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number::before {
box-shadow: 0px 0px 0px 35px white inset;}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
background-color: #FFF;
color: #3D3D3D;
}}
Regards,
Eva Kemp.
Hello,
Are you using any 3rd-party plugins? Please try to disable them and check the site after that.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Try to use this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:
.header-logo {
float: left;
}
.fixNav-enabled .fixed-active .menu-wrapper {
max-height: 100%;
float: left !important;
margin-left: 200px;
margin-top: -60px;
}
Regards,
Eva Kemp.
Hello,
We support only Woocommerce plugin, not its extensions, as you know there is huge amount of them and we can’t test them all.
Please take our apologies.
Regards,
Eva Kemp.
Hello @sebdicam,
Use this css code to change comments color:
#reviews .comment_container p {
color: white;
}
Use this code to align product categories:
.span4.product-category {
margin-left: 2% !important;
}
To change background color for blog post add this code in custom.css:
.post-single {
background-color: white;
}
I’ve edited the code for social icons and added [share] shortcode http://storage1.static.itmages.com/i/15/0825/h_1440487179_8182793_917d73a596.png and this css code in custom.css:
.share-title {
display: none;
}
.etheme-social-icons {
float: right;
width: auto;
}
Now you can add code for other icons and add your social links in wp-content/themes/legenda/framework/shortcodes.php (line 1258).
Regards,
Eva Kemp.
Hello,
Please check your site now.
Regards,
Eva Kemp.
Hello,
Please use this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag:before, .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number {
border-color: white;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:before {
box-shadow: 0px 0px 0px 35px #FFF inset !important;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number {
color: #3D3D3D !important;
}
Regards,
Eva Kemp.
Hello,
Sorry, but FTP credentials are incorrect. Please check them.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in private content.
Confirm you’ve already made a backup of the site and database.
Regards,
Eva Kemp.
Hello @autenber,
Please don’t create multiple queries.
You’ve been replied in your own topic.
Please check.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Go to Theme Options > General > Fixed navigation > Off.
Regards,
Eva Kemp.
Hello,
As I see the information is similar:
http://storage4.static.itmages.com/i/15/0824/h_1440432224_5648608_4e0c4862bd.png
http://storage5.static.itmages.com/i/15/0824/h_1440432263_3530335_7c956c975f.png
Please clarify how we can see the issue.
Regards,
Eva Kemp.
Hello @g7studios,
Some plugin is causing the issue. Please desctivate all 3rd-party plugins and check the slider.
Regards,
Eva Kemp.
Hello @graebermedien,
Unfortunately frontend editor can’t be loaded in Legenda theme. You should use backend editor instead.
Sorry for inconveniences.
Regards,
Eva Kemp.
Hello,
Try to resave settings in wp-admin panel > Settings > Permalinks.
If the issue persists after that please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
Please provide us with the link to your site where you are getting such notices.
Regards,
Eva Kemp.
Hello,
Please don’t create multiple queries. You’ve been replied in the other topic.
Please check.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP credentials in private content.
Regards,
Eva Kemp.
Hello,
Please give us FTP details for the domain name you have issues with and give us direct url where you see the problem
Regards,
Eva Kemp.
Hello,
Use this code in custom.css:
.menu > li > a {
color: #000;
}
Write your color value.
Regards,
Eva Kemp.