Hello @MetistoWEB,
You shouldn’t worry about this notice.
It won’t affect your site work.
The issue will be fixed in the next update.
Sorry.
Thank you for understanding.
Regards,
Eva Kemp.
Hello @MetistoWEB,
You shouldn’t worry about this notice.
It won’t affect your site work.
The issue will be fixed in the next update.
Sorry.
Thank you for understanding.
Regards,
Eva Kemp.
Hello,
To fix the issue with images add this code into custom.css file:
@media (max-width: 480px) { .products-list .product .product-image-wrapper img {
width: 50% !important;
}
}
How to create custom.css you can watch in this tutorial.
Also as I see you have old theme version.
Please update it to 2.4.1 and check blog sidebar after that.
Thank you.
Regards,
Eva Kemp.
Hello @eduardenter,
Please provide us with wp-admin panel credentials as well.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve updated the theme and the slider is working now.
Please check.
Regards,
Eva Kemp.
Hello,
We’ve fixed the issue with pagination.
Please check it and clear browser cache before.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
We’re glad you’ve found the solution.
If there are any questions let us know.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP credentials as well.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel and FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
Thank you for your attentiveness.
We’ve taken this into our account and will fix it in the next update.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in Private Content to check it and the link to your post with video.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Do you want to remove only one line under the menu and how can you change the line under the menu?
Please clarify.
Thank you.
Regards,
Eva Kemp.
Hello,
Thank you for sharing the information.
Have a nice day.
Regards,
Eva Kemp.
Hello @jh428,
Please provide us with wp-admin panel and FTP credentials in Private Content to check it.
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file:
.search .et-mega-search form input[type="text"], .shopping-cart-widget .cart-summ > a {
font-weight: bold !important;
}
How to create custom.css you can watch in this tutorial
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file:
.header7 .logo img {
max-width: 400px !important;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hello,
I’ve added this code to custom.css to fix the padding issue with prefooter:
.footer {
margin-top: -50px !important;
}
Do you want to remove borders from titles or footer?
Regards,
Eva Kemp.
Hello,
Sorry, but there is no possibility to make banners clickable, you need click the chain icon to be redirected to a project page:
http://imgur.com/btcmJyn
You can disable larger image opening in Theme Options > Portfolio > Enable Lightbox For Projects > Off.
Regards,
Eva Kemp.
Hello,
In order to display a thumbnail on a brand page you need add this code in wp-content/themes/legenda/woocommerce/archive-product.php after the line <?php etheme_category_header();?> (line 61):
<?php
global $wp_query;
$cat = $wp_query->get_queried_object();
$image = '';
if(empty($cat->term_id) && !is_search()){
$image = etheme_get_option('product_bage_banner');
}else{
$thumbnail_id = get_woocommerce_term_meta( $cat->term_id, 'thumbnail_id', true );
$image = wp_get_attachment_url( $thumbnail_id );
}
if($image && $image !=''){
?>
<div class="grid_slider">
<img class="cat-banner" src="<?php echo $image ?>" />
</div>
<?php
} ?>
Thank you.
Regards,
Eva Kemp.
Hello,
Yes, I’ve removed the code
.single-product-page .product-info .price {
display: none;
}
and the price is shown now.
Please check.
Regards,
Eva Kemp.
Hello,
The problem is caused by one of your plugins.
Please deactivate them one by one to find out what plugin is causing the issue.
Also I’ve updated Visual Composer plugin for you.
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file:
.main-nav .menu > li > a {
color: #F00 !important;
}
Replace color value with yours.
.main-nav {
border-bottom: none !important;
}
How to create custom.css you can watch in this tutorial.
To change font weight as on the other site you need add this code:
.main-nav .menu > li > a {
font-size: 12px !important;
font-weight: bold !important;
}
Regards,
Eva Kemp.
Hello @vasikgreif,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Sorry but there is no such possibility in the theme.
You may try to use some plugins.
Regards,
Eva Kemp.
Hello,
I’ve installed Woocommerce plugin and now the site is working fine.
Please check.
You can update the theme downloading the package http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976 and follow our instruction: https://www.8theme.com/demo/docs/royal/#!/installation_upgrade (paragraph “1.5 Theme Upgrade”).
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve updated Revolution Slider but you must update the theme to the latest version as well.
Please provide us with FTP credentials and we’ll update it.
Thank you.
Regards,
Eva Kemp.
Hello,
Where did you send it?
Please insert the credentials in Private Content in this topic. When posting a private message write some text in the main post editor as it won’t be sent.
Thank you.
Regards,
Eva Kemp.
Hello,
In this case you need use “read more” button tag for your posts:
https://www.8theme.com/knowledge-base/using-read-more-button-on-wordpress-blog/
Thank you.
Regards,
Eva Kemp.