Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #713531

    Hi,
    I need to configure the “no result” page when clicking on a product category
    see link in private

    #713815

    Hey jb84,

    Ok, what changes would you like to make?

    Best regards,
    Rikard

    #713887

    On the no result page (see link in private) need to change:
    – need to hide from this text “Envie de parcourir plutôt nos actualités ?” until the end of page (hide popular/recent/comment)
    – and maybe i can change with locotranslate this text?
    “Aucun produit ne correspond à votre sélection.”
    and this “Aucune page ne correspond à votre recherche, Désolé, l’article que vous recherchez est introuvable. Veuillez utiliser la fonction Rechercher ci-dessous.”

    #714885

    please an answer for that.
    Thanks

    #715172

    Hi,

    Thank you for the info.

    1.) Please edit the includes > loop-search.php file and remove this block of codes.

    
    <div class='hr_invisible'></div>
    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
    <?php
            the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'arbitrary-instance-'.$id,
                    'before_widget' => '
    <div class="widget avia_combo_widget">',
                    'after_widget' => '</div>
    ',
                    'before_title' => '
    <h3 class="widgettitle">',
                    'after_title' => '</h3>
    '
                ));

    2.) Yes, you can use the Loco Translate plugin to change the strings.

    Best regards,
    Ismael

    #716377

    Hi
    your code didn’t affect the woo “no product result page” but affect the post seach added on enfold menu for example.
    I need to affect the on click product category page (when no product inside) like link in private

    and last question how to set the woo product search widget in menu insteed of the post seach?

    #716954

    any idea for those 2 questions?

    #717383

    Hi,

    I’m sorry about that. I thought it’s the search template. Please modify the includes > error404.php file instead. Look for this code.

    <section class="404_recommendation"><?php _e('For best search results, mind the following suggestions:', 'avia_framework'); ?>
    <ul class='borderlist-not'>
     	<li><?php _e('Always double check your spelling.', 'avia_framework'); ?></li>
     	<li><?php _e('Try similar keywords, for example: tablet instead of laptop.', 'avia_framework'); ?></li>
     	<li><?php _e('Try using more than one keyword.', 'avia_framework'); ?></li>
    </ul>
    <div class='hr_invisible'></div>
    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
    <?php
        the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
                'before_widget' => '
    <div class="widget avia_combo_widget">',
                'after_widget' => '</div>
    ',
                'before_title' => '
    <h3 class="widgettitle">',
                'after_title' => '</h3>
    '
            ));
    
        do_action('ava_after_content', '', 'error404');
        ?>
    </section>
    
    

    and last question how to set the woo product search widget in menu insteed of the post seach?

    Please try the solution in this thread. https://kriesi.at/support/topic/replace-standard-search-with-woocommerce-product-search/

    Best regards,
    Ismael

    #717641

    Wonderfull
    thanks for all

    #717785

    Hi,

    Glad that it’s all good :)

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘no result landing page’ is closed to new replies.