This topic has 9 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hello,
I had added this code to my childtheme’s content-product-slider.php in order to show the product short description under the product name in owl slider:
<div class="product-excerpt">
<?php echo do_shortcode(get_the_excerpt()); ?>
</div>
Unfortunately that code stopped working since the last update. Any ideas how to fix this would be really appreciated.
Many thanks in advance
Hello,
You need to compare 2 files and add the missing code to your child theme file.
Regards
Sure, thats what I did. But the code is not working anymore, it outputs nothing. It works in content-product.php, but not in content-product-slider.php. Thats why I was hoping that you can tell me which code to add to output the short description..
I just noticed that there seem to be general problems with owl slider. On small devices, the navigation-arrows are not shown. Ive added a video in private content. When I then switch from small device to desktop size, the arrows are back but the pictures that where hidden are not shown. That happens in product gallery, as well in related product slider, so I guess there is a bug in owl slider. Maybe fixing this bug will help me fixing the short description issue too. Could you please help me with that?
Many thanks in advance
Hello,
Please add this code in Custom css:
.slide-item .product .product-excerpt {
display: inline-block;
}
and check description.
Regards
Thank you, the code brought back the description.
But the problem with missing arrow buttons is still there.
Please find the credentials in private content. Thank you.
Hello,
You’re welcome!
I’ve sent the arrows problem to our developers, hope this will be fixed in next theme update. We are planning to release the update today.
Also, please do not do woocommerce plugin update if in changelog https://prnt.sc/iind65 you do not see the compatibility https://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
Regards
Ok great to know. Thank you.
Hello,
You’re welcome.
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up