Hello,
The wp-admin credentials are not correct. Please check and provide us again.
Regards,
Robert Hall
Hello,
The wp-admin credentials are not correct. Please check and provide us again.
Regards,
Robert Hall
Hello,
Your credentials are incorrect. Please check them.
Also please update the theme and all required plugins to the latest version.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Don’t forget to make backup of the site before update.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
Also you can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
enter your purchase code of the theme to get the plugins.
Regards,
Robert Hall
Hello,
Try to use the following code
<ul class=”links”>
<li><a href="<?php echo '/fr' . $_SERVER["REQUEST_URI"] ?>">FR</a></li>
<li><a href="<?php echo '/nl' . $_SERVER["REQUEST_URI"] ?>">NL</a></li>
</ul>
Regards,
Robert Hall
Hello,
our theme uses modified Woocommerce template files so it is normal that some file versions may be outdated. It is not bug and does not have effect on front-end.
You may just skip this notification.
Regards,
Robert Hall
Hello,
Unfortunately, there is no such option.
Regards,
Robert Hall
Hello,
1) You can change the image in Row Settings->Background. See screenshot http://prntscr.com/c2a85d
2) Seems it’s working fine now – http://prntscr.com/c2a8cv
Regards,
Robert Hall
Hello,
Please read this articles:
https://knowledge.hubspot.com/articles/kcs_article/cos-general/how-do-i-add-google-fonts-to-my-new-landing-pages
http://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/
Regards,
Robert Hall
Hello,
If I understand you correctly you can try to add this code in Theme Options->Styling->Custom CSS->Custom CSS for tablet
.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
min-width: 100%;
}
Regards,
Robert Hall
Hello,
You didn’t selected the breadcrumbs background in Theme Options->General->Header settings -http://prntscr.com/c2a40k
Regards,
Robert Hall
Ok, this topic closed.
Regards,
Robert Hall
Hello @Jimbo and @queenb123,
Is there any other questions in this thread? Can we close that topic?
Regards,
Robert Hall
Hello,
That is strange Rob, funny how W3 Total Cache worked?
With our demo site it worked too.
I did not change any settings on WP Super Cache so that is strange as well
Unfortunately we do not know what’s exactly wrong with your settings.
Regards,
Robert Hall
Ok, looking forward to your reply.
Regards,
Robert Hall
Hello,
Please provide us with full permissions to wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello @FlashNFunky,
There is a lot of customization.
You’ve added two times the same code. See screenshot – http://prntscr.com/c29r9i and change margin value to your need to fix difference in browsers.
You’ve added the padding value to reduce the menu items – http://prntscr.com/c29s30 you can play with them.
For product brand add this code
.sidebar-widget .widget-title span, .sidebar-slider .widget-title span {
line-height: 26px;
}
The issue with ‘new and offers’ comes because you’re added this code in custom css – http://prntscr.com/c29uk5
.sidebar-widget .widget-title span, .sidebar-slider .widget-title span {
font-size: 23px;
}
Remove this padding for ‘new and offers’ in mobile navigation. See screenshot: http://prntscr.com/c29v0h
.widget-title span{
padding: 0 35px;
}
Remove this code in custom css to fix issue with red color in mobile menu – http://prntscr.com/c29yaw
.mobile-nav .links {
background-color: red;
}
P.S. I think the best way to fix this bunch of issues will be to copy (backup) the CSS code (in Theme Options->Custom CSS->Global Custom CSS) and add them again as parts, not all.
Regards,
Robert Hall
Hello,
Currently the category displayed is that one whose name comes first in alphabet.
In this case you can try to find some 3rd-party plugins to change order.
Regards,
Robert Hall
Hello,
Please try to disable third-party plugins one by one, some of them caused issue.
After deactivate all plugins the gold captcha works too – http://prntscr.com/c29ihs and products – http://prntscr.com/c29j7c
Regards,
Robert Hall
Hello,
Do you have any other questions? Can we close this topic?
Regards,
Robert Hall
Hello,
Sorry, but we don’t provide support for third-party plugins. You can try it yourself.
Regards,
Robert Hall
Fixed. Something else?
Regards,
Robert Hall
Hello,
Please use this code
.download-url a{
color: #fc5a5a;
text-decoration: underline;
}
1)
div.product_meta .sku_wrapper, div.product_meta .posted_in {
display: none;
}
2) Please show us screenshot to understand what exactly you mean.
3) Use this code
.product-grid .price {
text-align: center;
width: 100%;
}
.product-grid .product-name-price {
text-align: center;
}
.product-grid .btn-cont {
width: 100%;
}
4) In this case you should upload the hover image in Products settings. See screenshot: http://prntscr.com/c1yx51
Regards,
Robert Hall
Hello,
You’re using old theme and plugins versions. Please update them to the latest version and check the issue.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Don’t forget to make backup of the site before update.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
Also you can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
enter your purchase code of the theme to get the plugins.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
All changes that you made in admin panel such as adding products, changing images and text content will not lose after theme update.
Regards,
Robert Hall
Hello,
If you want use this theme on other domain then yes, you need a new license.
Regards,
Robert Hall
There are a lot of issues that comes from your Custom CSS code which you added in Theme Options->Custom CSS. Please check it first.
Regards,
Robert Hall
I’ve changes some CSS style in Global Custom CSS. Please check.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
I’ve added the following code in Global Custom CSS. Please check.
.home .product-image-wrapper {
height: 260px;
}
.archive .product-image-wrapper {
height: 280px;
}
.product-content-image{
width: 100%;
height: 100%;
}
.product-content-image img{
position: absolute;
bottom: 0px;
left: 0;
}
Regards,
Robert Hall