Hello,
2. Our demo site uses old Woocommerce version. That title was removed in the latest plugin version. You can check it with default WordPress theme (Twenty Fifteen), it’s missed there too.
Regards,
Eva Kemp.
Hello,
2. Our demo site uses old Woocommerce version. That title was removed in the latest plugin version. You can check it with default WordPress theme (Twenty Fifteen), it’s missed there too.
Regards,
Eva Kemp.
Hello,
I’ve added this code in custom.css file:
.header-type-3 .shopping-cart-link {
display: none;
}
Please check top bar now.
Regards,
Eva Kemp.
Hello,
This is related to Visual Composer settings as description isn’t shown with default WordPress theme too.
Regards,
Eva Kemp.
Hello,
To show excerpts you need add “Read more” tag as described in the article.
Regards,
Eva Kemp.
Hello,
You need delete “woocommerce” folder in the directory wp-content/themes/legenda/ and reupload it from the theme package.
Regards,
Eva Kemp.
Hello,
You can close the first category by editing wp-content/themes/royal/js/etheme.js file. Find and comment out line 1722
$this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
We’re able to log in now.
Did you receive my previous message?
Did you make any changes in original theme files? As I see some code differs from the original theme code.
Try to reupload theme files.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
As I see slider is shown fine:
http://storage2.static.itmages.com/i/15/0812/h_1439402931_5707439_270f4b95a7.png
Please clarify the issue with more details.
Regards,
Eva Kemp.
Hello,
Try to use this code in child style.css:
@media (max-width: 480px) { .col-md-3.col-md-pull-9.single-product-sidebar.sidebar-left {
display: inline-block;
width: 100%;
}}
Regards,
Eva Kemp.
Hello,
You didn’t provide us with username to wp-admin panel, only with password. Give us all login details.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but we need access to wp-admin panel to check the issue.
Could you please open access for us?
Do we need provide IP address to put in white list on a server?
Regards,
Eva Kemp.
Hello,
You’re using very old theme version and the latest version of Woocommerce plugin.
Please update the theme as well.
Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
(it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hello,
I’ve added this code in child style.css:
.fixed-header-area {
background-color: rgba(0, 0, 0, 0.6);
border-bottom: none;
}
.menu > li > a, .shop-text {
color: white;
}
Please check fixed header now.
Sorry, but there is no option to slow the counter.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
The problem with menu is caused by the code you added in your Custom CSS:
.navbar-collapse.collapse {
display: block!important;
height: auto!important;
padding-bottom: 0;
overflow: visible!important;
margin-top: 28px;
}
Remove it and check mobile view after that.
“Your logo” image can be edited in wp-admin panel > Ess. Grid Posts > edit a post, find “Essential Grid Custom Settings” block > clients_icon_dark, and upload an image.
Regards,
Eva Kemp.
Hello,
Thank you for suggestion.
It’s not planned in future update but we’ll forward this query for discussion.
Regards,
Eva Kemp.
Hello,
1. Please add this code in child style.css:
@media (max-width: 480px) {
.top-bar .languages-area, .navbar-right .navbar-right {
display: none;
}}
2. I’ve added this code in child style.css for kiddowear.net site:
.mobile-nav {
text-align: left;
margin-bottom: 0;
padding-left: 0;
}
.mobile-nav li {
display: block;
position: relative;
}
.mobile-nav li.over > a {
color: #FFF;
}
.mobile-nav li .open-child {
float: right;
font-size: 0;
width: 40px;
height: 40px;
margin-top: 1px;
display: block;
cursor: pointer;
position: relative;
background-color: #151515;
-webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
-ms-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
}
.mobile-nav li .open-child:hover {
background-color: #0e0e0e;
}
.mobile-nav li .open-child:hover:after {
background-position: bottom center;
}
.mobile-nav li .open-child:after {
content: "";
background-image: url(http://bkbcuracao.com/wp-content/themes/royal-child/wp-content/themes/royal/images/small-plus.png);
background-position: bottom center;
background-repeat: no-repeat;
cursor: pointer;
width: 19px;
height: 19px;
display: block;
position: absolute;
left: 10px;
top: 10px;
opacity: 0.5;
}
.mobile-nav li.over > .open-child:after {
background-image: url('http://bkbcuracao.com/wp-content/themes/royal-child/wp-content/themes/royal/images/small-plus.png');
background-position: top center;
background-repeat: no-repeat;
}
.mobile-nav li.over > .open-child {
transform: rotate(-180deg) !important;
}
.mobile-nav li .open-child::selection {
background-color: transparent !important;
}
.mobile-nav li > a {
color: #c7c7c7;
display: block;
line-height: 40px;
padding: 0 10px 0 20px;
font-size: 14px;
font-family: Georgia;
text-transform: uppercase;
background: black;
border-top: 1px solid #222222 !important;
}
.mobile-nav li > a:hover {
background-color: #989898;
text-decoration: none;
color: #222;
-webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
-ms-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
}
.mobile-nav > li > ul {
border-top: 0 !important;
padding-left: 0;
margin-bottom: 0;
}
.mobile-nav li > ul {
background-color: black;
}
.mobile-nav .links {
border-top: none;
}
.mobile-nav > li ul {
display: none;
padding: 0;
margin: 0;
}
.mobile-nav > li > ul li {
display: block;
position: relative;
background: black;
}
.mobile-nav > li > ul > li a {
padding-left: 20px;
margin-left: 20px;
text-transform: none;
font-size: 12px;
font-family: "Open Sans", Arial;
display: block;
background-color: #151515;
}
.mobile-nav > li > ul > li a:before {
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
text-decoration: inherit;
content: "\f105";
-webkit-font-smoothing: antialiased;
float: left;
line-height: 40px;
font-size: 16px;
margin-right: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.mobile-nav > li > ul > li li a {
padding-left: 15px;
background-color: #151515;
margin-left: 40px;
}
.mobile-nav > li > ul > li li li a {
padding-left: 30px;
background-color: #151515;
margin-left: 40px;
}
.mobile-nav > li > ul > li li li li a {
padding-left: 40px;
margin-left: 45px;
}
.mobile-nav-heading.close-mobile-nav {
font-size: 18px !important;
background-color: black !important;
font-weight: bold !important;
}
.mobile-nav {
background-color: black !important;
}
.mobile-nav li .open-child {
background-color: black !important;
}.st-menu-open .mobile-menu-block > .mobile-menu-block.st-menu { background-color: black !important;}
Please note I’ve written the path to your second site for “plus” icons – http://bkbcuracao.com/wp-content/themes/royal-child/wp-content/themes/royal/images/small-plus.png because you didn’t modify images for kiddowear.net.
3. You can change menu font in Theme Options > Typography > Menu Font.
To move menu upper use this code in child style.css:
.menu {
margin-top: -40px;
}
To move it to the right use this code:
.menu {
float: right;
}
Regards,
Eva Kemp.
Hello,
Thank you about notification of mobile view problem. We’ll fix it in the next theme update.
Sorry, but ajax “add to cart” is available only for single product pages, not for Shop page.
Regards,
Eva Kemp.
Hello,
Did you make any changes in original theme files? As I see some code differs from the original theme code.
Try to reupload theme files.
Regards,
Eva Kemp.
Hello,
Please delete “woocommerce” folder in the directory wp-content/themes/legenda/ and reupload it from a new theme package that you downloaded.
Regards,
Eva Kemp.
Hello,
Sorry for a delay.
There is a bug with brand page template.
We’ll fix it in the next theme update.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
You’re welcome.
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/classico/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 or you can fix it by editing the files in wp-content/themes/classico/woocommerce directory and change the version to the current Woocommerce version that you’re using.
Regards,
Eva Kemp.
Hello,
Add this code in Custom CSS:
.product .product-image-wrapper img {
width: 100% !important;
}
Unfortunately there is no possibility to swap both product info and product image.
Please provide us with a direct page link where you see the problem for mobile users.
Regards,
Eva Kemp.
Hello,
New theme release will be produced within 2-3 days.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
As I see now tabs are shown one after the other:
http://storage1.static.itmages.com/i/15/0812/h_1439378887_3498108_6a06495a54.png
Please check it once again.
Regards,
Eva Kemp.