Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Product catalogue template #1284072

    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 !

    in reply to: Product catalogue template #1283078

    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

    in reply to: Header search box | avia-search-tooltip #1220883

    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>

Viewing 3 posts - 1 through 3 (of 3 total)