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

Home Forums Themes Support Gecko Ajax live search (need fix)

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #31249
      Vadopo
      Support Expired

      Please in the next update, fix the error in the code.
      For the live search to work properly with other languages ​​(UTF-8), you need to make the following changes to the code:

      ./core/libraries/vendors/woocommerce/init.php (line 703)
      change:
      ‘except’ => substr( strip_tags( get_the_excerpt() ), 0, 60 ) . ‘…’
      ‘except’ => preg_replace(‘/[\x00-\x1F\x7F]/u’, ”, mb_substr( strip_tags( get_the_excerpt() ), 0, 60 ,’UTF-8′)) . ‘…’

      Thanks!

    • #31256
      Harry
      Support Expired

      Hi Vadopo,

      Thank you for share. We will include for the next update.

      Thank and have a nice weekend!

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

Viewing 1 reply thread

You must be logged in to reply to this topic.