Hello,
You can replace the logo and copyright text in footer with some widget in Appearance > Widgets, edit Footer Copyright and Footer Links areas.
Regards,
Eva Kemp.
Hello,
There is no deceit in our statement! The theme supports child theme and if correct code is used there is no problem. It is an inconvenience that the features of our theme are not pluggable, but it’s not a bug, because it is not a compulsory condition!
The only issue is that all additional CSS styles for the theme must be written in custom.css file.
Thank you for understanding.
Regards,
Eva Kemp.
Hello,
Please provide us with the links where Price filter and featured products can’t be displayed and your credentials to wp-admin panel in Private Content.
Regards,
Eva Kemp.
Hello,
Sorry, but there is a bug with translation in our theme. You need translate some words in the theme files.
Please provide us with the links where you can’t translate some words and we’ll guide you what files to edit.
Concerning Visual Composer, go to Settings > Visual Composer > General Settings tab and select Content types you want Visual Composer editor to be displayed on.
Regards,
Eva Kemp.
Hello,
We’re very sorry, but there is a bug in theme and subfolders in child theme directory may not work, you can make changes only in the parent theme.
This bug should be fixed in our future update.
Please take our apologies for the inconveniences.
Regards,
Eva Kemp.
Hello,
Sorry, but we don’t have such feature in our theme.
Yes, you need create a custom template for this. The article may help you: http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/
Regards,
Eva Kemp.
Hello,
You need add the categories and subcategories to the menu in Appearance > Menus. Our documentation will help you to create columns as shown on our demo site: https://www.8theme.com/demo/docs/legenda/index.html#!/primary_menu
Unfortunately when you create a new category you should add to the menu manually.
Regards,
Eva Kemp.
Hello,
1a,1b. To change background on mobile use this code into custom.css file:
@media (max-width: 959px) { body {background: #DEDBDB !important; text-align: left;}}
1c. Please use this code in custom.css:
@media (max-width: 480px) {.home .banner .button, .home-page .banner .button { font-size: 10px; background: #F00;}}
(change the value for background color to yours)
2a. You can change the text in .po files where you translated it.
2b. You need make changes for this class .links ul li a
to modify the styles.
2c. To change button color:
.fl-r.checkout-button.button.big {
background: none repeat scroll 0% 0% #808080; }
(replace the color number with yours)
2d. You may try edit wp-content/themes/xmarket/woocommerce/global/breadcrumb.php to change the breadcrumbs.
2e. You can translate the words in the file wp-content/themes/xmarket/woocommerce/single-product/meta.php.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please provide us with the link to your site and wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
Yes, you can upload your logo image via Blanco – Theme Settings > Header.
Regards,
Eva Kemp.
You’re welcome.
Regards,
Eva Kemp.
Hello,
I’ve changed the id for layerslider shortcode on your home page:
Please check the site.
Regards,
Eva Kemp.
Please use this code for the fixed header of the site realkitchenchicago.com:
.fixed-header-area .fixed-header .logo-with-menu {width: 300px;}
and this one for montrose.realkitchenchicago.com:
.fixed-header-area .fixed-header .logo-with-menu {width: 350px;}
Regards,
Eva Kemp.
Hello,
Sorry, but if you want to remove the cart widget text, it will be removed from desktop layout too.
So, instead we can remove account login logo and search logo and move the shopping cart widget to the right.
Please add this code into custom.css file:
@media (min-width: 768px) and (max-width: 979px) { .top-bar .my-account-link {
display: none !important;}
.header .shopping-cart-widget {
text-align: right !important;
left: 70px !important;
.top-bar .search .search-link {display: none !important;}
.header-type-2 .top-bar {height: 30px !important;}}
If there are still some problems please provide us with wp-admin panel credentials.
Regards,
Eva Kemp.
Hello,
Can’t you click any links with default theme too? Please check it and check your site with some other browser as well.
Regards,
Eva Kemp.
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file of your subdomain:
.header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img {
max-width: 450px; }
.header5 .logo, .header6 .logo, .header1 .logo, .header7 .logo {
float: right;
}
Regards,
Eva Kemp.
Hello @Bettina,
Could you please clarify what issues you have with images?
Thank you.
Regards,
Eva Kemp.
Hello @ingenuitor,
We’ve sent the latest version of Visual Composer plugin to your email address. Please check it.
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css:
.with_frm_style label.frm_primary_label {
color: black;
}
.with_frm_style .frm_checkbox label {
color: black;
}
Regards,
Eva Kemp.
You’re welcome.
Regards,
Eva Kemp.
Hello,
What version of the theme are you using?
We recommend you to upgrade it to the latest 2.2 version: https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade
Some bugs with Visual Composer are fixed there and now it’s a separate plugin you need to install with the theme.
Regards,
Eva Kemp.
You’re welcome.
You can find id in the address bar
Regards,
Eva Kemp.
Hello,
You wrote wrong shortcode for pop up – [block id= “popup”], but you had to write the id of the static block – [block id= “1072”]. I’ve changed it. Also we recommend you to update the theme to the latest version ( https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade ) as some bugs with Visual Composer are fixed there.
Regards,
Eva Kemp.
Hello,
I’ve reverted back the original menu.
Please check it.
Regards,
Eva Kemp.
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin credentials to check static block for pop up you’ve created.
Thank you.
Regards,
Eva Kemp.
Hello,
We recommend you to contact Revolution Slider support regarding your question. They should advise you how to achieve this.
Regards,
Eva Kemp.
Hello,
We’re unable to connect to FTP. The credentials are incorrect. Please check them.
To remove the second price please add this code into custom.css file:
small.woocommerce-price-suffix {
display: none;
}
Here you can watch the tutorial how to create custom.css. The video tutorial is for Legenda theme, but the process is identical.
Regards,
Eva Kemp.