Hello,
Fortunately, other moderators are more helpful!
I can understand that there is a huge demand because this theme is widely used (therefore sold …) In short
I managed on my own, after looking too far in the php files, I had to stop at the css
Just add in child template :
.av-catalogue-content {
display: inherit !important;
}
By being able to help the community of this very good Template !
Hello,
I allow myself to follow up on this topic
I would like to add the description (as in catalog) of the woocommerce product list
Based on the code from the description on avia-shortcodes \ catalog.php
And add it to avia-shortcodes \ product_list_desc.php
Would it be possible to do this?
With a maximum of character would be ideal
thanks a lot for your help
Ps I couldn’t find anything else
Hello,
Thanks for your reply, I added the piece of code to searchform.php and I have the search field of my plugin
But impossible to have the search suggestion = (
I tried to enlarge the block but nothing appears = /
Thanks for your help
<form action=”<?php echo $search_params[‘form_action’]; ?>” id=”searchform” method=”get” class=”<?php echo $disable_ajax; ?>”>
<div>
<?php echo do_shortcode(“[wcas-search-form]”); ?>
</div>
</form>