Hello,
Also please provide us with link to the wp-admin page.
Regards,
Robert Hall.
Hello,
Also please provide us with link to the wp-admin page.
Regards,
Robert Hall.
Hello,
I’ve fixed this with adding following code in custom.css file. PLease check.
.mobile-nav .menu > li > a{
color:#fff;
}
Regards,
Robert Hall.
Hello,
For single product try following steps:
Add this code in custom.css file.
.single-product .woocommerce-breadcrumb,
.single-product .page-heading .title{
display: none;
}
and add this code
<h1 class="title"><span><?php echo get_the_title($postspage_id); ?></span></h1>
after <div class="page-content"> on line 30 in single-product.php file
For category page please read this topic:
https://wordpress.org/support/topic/display-category-title
http://wordpress.stackexchange.com/questions/89819/woocommerce-how-to-display-product-category-above-product
http://stackoverflow.com/questions/21009516/get-categories-from-wordpress-woocommerce
Regards,
Robert Hall.
Hello,
Sorry, but we don’t have such feature in our theme.
You can try to use some third-party plugin to implement such functionality.
Regards,
Robert Hall.
As I see some images are crashed. In this case we can try to reupload theme again. Please make backup your of site and contact us again.
Regards,
Robert Hall.
Hello,
Yes, you’re successfully updated theme to the latest version but not plugins.
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.
Also please update WooCommerce plugin and make backup for old plugin.
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 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,
You need enable reviews in all products manually. Navigate to each products->edit->product data->advanced->enable reviews.
Regards,
Robert Hall.
Hello,
Try to disable third-party plugins, maybe one of them caused issue.
Regards,
Robert Hall.
Hello,
Please provide us with FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
Please use this code in custom.css file.
.sidebar-position-left .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist{
width:100%;
}
.sidebar-position-left .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist a{
font-size:10px;
display:block;
}
.sidebar-left .row-count-4 .yith-wcwl-add-to-wishlist a:before{
position: absolute;
left: 15px;
}
Regards,
Robert Hall.
Hello,
Please navigate to some page->edit->backend editor and add Widgetised Sidebar element via Visual Composer plugin.
Regards,
Robert Hall.
Hello,
Please provide us with and wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
I’ve checked this page in FireFox and it’s looking fine. See screenshot: http://prntscr.com/741to4
Please update browser to the latest version and clean all cache.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
You can see all new changes here:
http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
Please scroll down and find this part as on screenshot: http://prntscr.com/741g4c
Regards,
Robert Hall.
Now I understand what you mean. Sorry but this is not possible.
We’ve taken your request into our account.
Maybe in the next update this will be changed.
Regards,
Robert Hall.
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
Sorry for the misunderstanding, but question about toggle element is a bit unclear for us. Could you please clarify us with more details?
Maybe provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
Hello,
As I see the same problem is with default WordPress theme. Therefore, you need contact to author plugin (Visual Composer) with this issue.
Regards,
Robert Hall.
Hello,
Please update theme to the latest version.
http://themeforest.net/item/the-leader-ecommerce-responsive-mpurpose-theme/5493981
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.
Hello,
Next time please don’t create post in Legenda topic.
Did you comment out this code? < ?php do_action( 'woocommerce_cart_collaterals' ); ?>
Regards,
Robert Hall.
Hello,
You can commented the code in the file wp-content/themes/woopress/woocommerce/cart/cart.php on line 162. Please clear browser cache and check.
Regards,
Robert Hall.
Hello,
1) Please add this code in custom.css file:
.product-categories > li > ul.children li > a{
color: #000000;
}
2) If you want the same footer at Terms and Conditions page you need select Default footer for that page.
3) Please read more here:
http://woocommerce-currencies-switcher.pluginus.net/documentation/
Regards,
Robert Hall.
Hello,
In this case you need to reduce width of logo image. Please add this code in custom.css file.
@media only screen and (max-width: 1200px){
.header-logo, .header-logo img {
max-width: 250px;
}}
Regards,
Robert Hall.