-
AuthorPosts
-
November 17, 2016 at 12:02 pm #713531
Hi,
I need to configure the “no result” page when clicking on a product category
see link in privateNovember 18, 2016 at 5:11 am #713815November 18, 2016 at 8:50 am #713887On 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.”November 21, 2016 at 4:51 pm #714885please an answer for that.
ThanksNovember 22, 2016 at 9:36 am #715172Hi,
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,
IsmaelNovember 24, 2016 at 12:23 pm #716377Hi
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 privateand last question how to set the woo product search widget in menu insteed of the post seach?
November 25, 2016 at 5:39 pm #716954any idea for those 2 questions?
November 27, 2016 at 7:20 am #717383Hi,
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,
IsmaelNovember 28, 2016 at 10:18 am #717641Wonderfull
thanks for allNovember 28, 2016 at 3:02 pm #717785Hi,
Glad that it’s all good :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘no result landing page’ is closed to new replies.