• Resolved msephton

    (@msephton)


    To have the search field automatically get focus (so you can click the tab header and then start typing straight away)

    in file

    admin-category-search/js/categoriesTab.js

    change this

    	jQuery( jQuery(this).attr('href') ).show();
    });

    into this

    	jQuery( jQuery(this).attr('href') ).show();
    	jQuery('#category-search-field').focus();
    });
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author atillaordog

    (@atillaordog)

    Thanks for the update ?? Since version 5 WordPress has its own search system for categories, so I no longer support this plugin.

    Thread Starter msephton

    (@msephton)

    Can you give me a link to more information? I’ve been using WP5 for a long time and sought out your plugin because I couldn’t do this natively in WordPress. Maybe I’m missing something?

    • This reply was modified 5 years ago by msephton.

    Hi @atillaordog ,
    Gutenberg Editor (WP5) supports its own search system for categories, but if we have a lot of categories (my example 5000+), Gutenberg cannot display the category select box.
    Your plugin is still very useful. I love it and I use it with Classic editor.

    Plugin Author atillaordog

    (@atillaordog)

    Hi @advwebmaster777,
    Thanks, I am glad that my plugin still works with the new version of WordPress, I do not really have the time to support this plugin, but if you have questions or suggestions, I will try to answer them.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Works in WordPress 5.2.3’ is closed to new replies.