Okay
  Public Ticket #150071
Search Bar
Closed

Comments

  • Sebastian started the conversation
    Hi, I am having a weird glitch with my search bar - it seems to be typing backwards. I tried deactivating all my plugins and re-uploading search.php, but the glitch is still there Any idea what might be causing it? Thanks in advance for your help
  •  1,043
    ThemeNectar replied

    Hey Sebastian!

    Try opening your init.js file located in the js folder, searching for this line:

    $(this).setCursorPosition(0);

    and deleting it.

    Cheers :)

  • Sebastian replied

    It worked perfectly. Thank you!