You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
As I see you’re using old theme (1.4) and plugins version.
Please update the theme to the latest version.
Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
(it’s for Legenda theme but the process is the same).
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,
I’ve added this code in Global Custom CSS. Please check.
@media only screen and (max-width: 992px){
.top-bar .top-links .links {
display: block;
}}
Regards,
Robert Hall
Hello,
You should edit \wp-content\themes\legenda\framework\theme-functions.php file.
Please find ! Meta data block (byline) section and you’ll see code there.
Regards,
Robert Hall
Hello,
Please update the Visual Composer plugin to latest version and check the issue.
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,
Please add this code in custom.css file.
.products-grid .product .product-name {
font-size: 13px;
}
Regards,
Robert Hall
Hello,
Please add the following code in custom.css file.
.header-type-5 .top-bar {
background: pink;
}
.search .et-mega-search form input[type="text"]{
border: 1px solid pink;
}
.fixed-header .menu > li > a, .main-nav .menu > li > a{
color:pink;
}
.custom-info-wrap .custom-info-block {
border-top: 1px dotted pink;
}
.custom-info-wrap {
border-bottom: 1px dotted pink;
}
.custom-info-block {
border-top: 1px solid pink;
}
.footer .container {
border-top: 1px solid pink;
}
.custom-info-block.a-center a {
border-left: 1px solid pink;
border-right: 1px solid pink;
}
.custom-info-wrap .custom-info-block.a-center a {
border-left: 1px dotted pink;
border-right: 1px dotted pink;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
We’re glad to hear it.
If you have any questions feel free to contact us.
Regards,
Robert Hall
Hello,
Please try to add this code in Global Custom CSS.
.price,
.shop-table .table-bordered td.product-price span, .shop-table .table-bordered td.product-subtotal span{
display:none;
}
Also navigate to Theme Options->Product Page Layout and disable ‘Show Price’ option.
Regards,
Robert Hall
Hello,
Please provide us with link to page and wp-admin access in Private Content as well.
Regards,
Robert Hall
Hello @supervale,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello @knguyen2015,
Please make full backup of the site and we’ll try to reupload theme for you.
Regards,
Robert Hall
Hello @jmunger,
You’re welcome!
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
As I see it’s working now. See screenshot: http://prntscr.com/aylgqy
You’re using old theme version and other plugins are outdated too.
Before update theme delete “woocommerce” folder in the directory wp-content/themes/woopress/ 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
(it’s for Legenda theme but the process is the same).
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,
I’ve added this code in Custom CSS for mobile. Please check.
.product-information .menu-social-icons {
position: relative;
left: 50%;
margin-left: -100px;
}
.product-information .cart button[type="submit"] {
float: initial;
margin-top: 15px;
margin-left: 0px;
}
.single-product .quantity {
float: initial;
position: relative;
width: 40px;
margin: auto;
height: 40px;
}
Regards,
Robert Hall
Hello,
You can update the Legenda theme to latest version.
Also we recommend you to make full backup of the site to avoid some problems.
You can see the change log at this link:
http://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906
Just sroll down and you’ll see it. http://prntscr.com/aylco5
Regards,
Robert Hall
Hello,
I’ve disabled the sidebar in Cart page settings. Please check it now.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
Please add this code in custom.css
.page-heading .title span {
padding: 5px 20px;
}
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.hover-woo-icon .aio-icon.advanced:hover {
color: green !important;
border-color: green !important;
}
Regards,
Robert Hall
Hello,
Please add the following code to your functions.php file.
add_filter( 'woocommerce_product_add_to_cart_text', 'woo_archive_custom_cart_button_text' ); // 2.1 +
function woo_archive_custom_cart_button_text() {
return __( 'My Button Text', 'woocommerce' );
}
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
I’ve added the following code in Theme Options->Custom CSS->Global Custom CSS.
.top-bar {
background-color: rgba(0, 0, 0, 0.3);
}
Regards,
Robert Hall
Please check the top bar now.
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
You can also disable the top bar in Theme Options->Header or try to add this code in Global Custom CSS.
.top-bar {
background-color: rgba(0, 0, 0, 0.3);
}
Regards,
Robert Hall