-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizer search module #124
Comments
As a reminder: There is this plugin https://wordpress.org/plugins/customizer-search |
I've started to work on this issue, and I have a UI dilemma. Here's a mockup compare |
From my perspective this would be very subtle integrated into customizer, like a search icon only, either in the you are customizing or the active theme section. when clikcing on the search icon we will show the search input. The module would be activated by default as well in obfx. this issue could be proved complex from an UX perspective, I mean how we show the search results, unless we can get a quick good enough solution there is not point to work on it for more than a day. |
I understand. Well, until now I've come to these conclusions:
I find the above solution the simplest way as UI and implementation, but one day is a very ambitious estimation which I would gladly take it as a challenge. 😄 ( <- only if we decide to go this way) |
Then for me is a good little thing to work on and see how we can best deliver it to our users.
… On Jan 8, 2018, at 3:32 PM, Andrei Lupu ***@***.***> wrote:
I understand. Well, until now I've come to these conclusions:
I would go with the bottom position since it is a general Customizer control and not a theme specific.
I would go with a Select2 autocomplete drop-down except that when the user clicks a result, it would instantly focus the setting directly and apply an outline to it.
It should be a small standalone library which should automatically hook customizer settings. This means that it could eventually be placed in obfx or any plugin.
I find the above solution the simplest way as UI and implementation, but one day is a very ambitious estimation which I would gladly take it as a challenge. 😄 ( <- only if we decide to go this way)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@andreilupu yes, the bottom search solution looks amazing for me but i don't know how this will look with the autocomplete list. |
@selul I find that approach very difficult because the settings are split into panels/sections and it is very hard to display two settings from different panels at the same time. Also, some settings may not be loaded as HTML while searching. |
@andreilupu then let's keep the autocomplete list. |
@selul this can be a good little thing to revive, pixelgrade customify plugin has a solution, astra as well, probably we can go with something simple. Not sure if another solution won't be to simply recommend this within docs + recommended plugins list: https://wordpress.org/plugins/customizer-search/ ( if is not too intrusive). |
Maybe we can build a JS library which we can include in themes to add a search option between customizer options. As we add more options there, the more complicated is to find a setting which you need edit.
The text was updated successfully, but these errors were encountered: