Hello,
Navigate to Dashboard->Products->Categories->edit category and resave each categories one by one.
Regards,
Robert Hall.
Hello,
Navigate to Dashboard->Products->Categories->edit category and resave each categories one by one.
Regards,
Robert Hall.
Hello,
Navigate to Dashboard->Products->Categories->edit category and resave each categories one by one.
Regards,
Robert Hall.
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Also please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
Could you please clarify with more details what exactly bug you mean?
Maybe provide screenshot for our better understanding.
Regards,
Robert Hall.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
I’ve fixed this. Please check slider now.
Regards,
Robert Hall.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Your credentials aren’t correct. Please reset password and provide us again.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hello @Shanley7933,
Navigate to Pages->edit page->Page Layout and select disable for Show Page Heading option.
See screenshot: http://prntscr.com/86k7aw
Regards,
Robert Hall.
Hello @daviruchu213,
If slider disappeared after update to slider 5.x version + WordPress 4.3 you must do one simple thing. Under “Slider settings” you have “Select a slider type” section and you must click on Slideshow-Auto option. You can see this option on http://pasteboard.co/2PyViTNi.png
Regards,
Robert Hall.
Hello,
You can select products & product categories as menu items in Appearance->Menus->Screen options.
Please see screenshot: http://prntscr.com/86is5m
Regards,
Robert Hall.
Hello,
First you need disable demo footer blocks in Theme Options->General then create footer manually.
Read more here:
https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer
Navigate to Dashboard->Visual Composer->General Settings and select all Content Types.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
You can add this code to theme-functions.php file in Child Theme
add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
function woo_rename_tabs( $tabs ) {
$tabs['description']['title'] = __( 'Inhalt' ); // Rename the description tab
return $tabs;
}
and this code into style.css to hide title:
.tab-content h2{
display:none;
}
Regards,
Robert Hall.
I’ve added this code in Child theme. Please check.
.footer-top-2 {
background: #ffffff !important;
}
Regards,
Robert Hall.
Hello,
Please provide us with correct password to wp-admin.
Regards,
Robert Hall.
Hello,
Your credentials aren’t correct. Please reset password and provide us again.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Please clarify in what folder your website is placed (FTP).
Regards,
Robert Hall.
Hello,
I’ve sent you Child theme to email address. Please check.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
Please provide us with FTP credentials in Private Content.
Regards,
Robert Hall.
Try use this code.
.page-heading .title{
color:#fff;
}
Regards,
Robert Hall.
Hello,
In our demo uses image with 1600px width.
You can see that image here:
https://www.8theme.com/demo/royal/wp-content/uploads/2014/02/breadcrumbs.jpg
Regards,
Robert Hall.
Hello,
You can use this code in Global Custom CSS (Theme Options->Custom CSS).
.page-heading .woocommerce-breadcrumb{
color:#fff;
}
Regards,
Robert Hall.
Hello,
Please add this code in Global Custom CSS (Theme Options->Custom CSS).
.main-footer{
background: #fff;
}
Regards,
Robert Hall.
Hello,
You can try add the following code in Global Custom CSS (Theme Options->Custom CSS).
.st-content {
background: #303030;
}
Regards,
Robert Hall.
Hello,
Please update theme to the latest version.
Don’t forget to make backup site before update.
Here is video tutorial how to update theme:
https://www.youtube.com/watch?v=KdWESIIPU1k
The video tutorial is for Legenda theme, but the process is identical.
Regards,
Robert Hall.