Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @titosg

    We have not used any spellcheck feature in the wp_editor that is used in the description and short description part of the product edit page.

    It seems like it is coming from your browser. Kindly navigate to your browser’s preference. Turn the feature off Check your spelling as you type and I hope it will not be shown any further.

    I hope it will help. Thanks!

    Thread Starter titosg

    (@titosg)

    It’s not because of my browser, I can deactivate it editing a little bit the code with the inspect element of chrome.
    I just need to add this to the code: spellcheck=”false”

    This is the default code: https://imgur.com/ROr24m3

    And this is before adding spellcheck=”false” to the code: https://imgur.com/NxVyYoj

    Do you know where is the directory of that part of code so I can add spellcheck=”false” on it?

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @titosg

    In wp-content\plugins\dokan-lite\templates\products\new-product-single.php this file we have used wp_editor to create the short description and description field. There you can add the below-mentioned value in the array that has been defined already.

    'tinymce' => array( 'browser_spellcheck' => false )

    Thanks!

    Thread Starter titosg

    (@titosg)

    Thanks, I don’t know a lot about coding, can you please tell me exactly in what line and where do I need to add that code?
    Thank you

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @titosg

    You can add the code as shown in this screenshot. After adding that, logout from your existing logged in account and also clear your browser cookies and cache.

    I hope this helps. Thanks!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @titosg

    As we haven’t heard from your end for a long time, I am marking this topic as resolved. Feel free to open a new one if you have any further queries.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to disable spell checker from text editor’ is closed to new replies.