Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Search does not show characters like “é, è, à “

Viewing 2 reply threads
  • Author
    Posts
    • #41432
      aurellle
      Support Expired

      Hi,

      I notice that when we look for a product on the search option the characters like “é, è, à ” are not shown.

      For exemple:

      The word ” bébé ” shows like ” bb ” or the word idéal like “idal” in the short description of the product in Search. Please see screenshot attached.

      Thanks for your help.

      Best regards

       

       

       

       

       

       

      Attachments:
      You must be logged in to view attached files.
    • #41441
      Harry
      Support Expired

      Hi Aurelle,

      1 – Install this plugin https://wordpress.org/plugins/ajax-search-for-woocommerce/

      2 – Copy file layout-3.php in gecko > views > header to gecko-child > views > header

      3 – And change code from line 93 – 99 on layout-3.php

      from

      <form class="header__search w__100 dn pf" role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>" <?php jas_gecko_schema_metadata( array( 'context' => 'search_form' ) ); ?>>
      	<div class="pa">
      		<input class="w__100 jas-ajax-search" type="text" name="s" placeholder="<?php echo esc_html__( 'Search for...', 'gecko' ); ?>" />
      		<input type="hidden" name="post_type" value="product">
      	</div>
      	<a id="sf-close" class="pa" href="#"><i class="pe-7s-close"></i></a>
      </form>

      to

      <div class="header__search w__100 dn pf">
      	<div class="pa">
      		<?php echo do_shortcode ('[wcas-search-form]') ?>
      	</div>
      	<a id="sf-close" class="pa" href="#"><i class="pe-7s-close"></i></a>
      </div><!-- #header__search -->

      Kind regards

      • This reply was modified 2 years, 11 months ago by Harry.
      • This reply was modified 2 years, 11 months ago by Harry.
      • This reply was modified 2 years, 11 months ago by Harry.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

      • #41448
        aurellle
        Support Expired

        Hi,

        Thank you so much for your quick reply, your solution worked really well.

         

        Thanks again !!

         

         

    • #41449
      Harry
      Support Expired

      you’re welcome. Have a nice day!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 2 reply threads

You must be logged in to reply to this topic.