• i dont like being stuck in the front end.. its is just bad UI for me.
    i need a backend options panel!

    • This topic was modified 3 years, 3 months ago by sagive.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpexplorer

    (@wpexplorer)

    Hi,

    This is Aj the theme author.

    This plugin makes use of the core WordPress customizer which is a built-in functionality in WordPress. Creating a back-end panel actually requires loading extra functions and code so it’s not as optimized. By making use of functionality alredy available in WordPress we make use of the “DRY approach” when it comes to coding to keep things as slim and fast as possible. With the added benefit of allowing you to preview the changes live. Plus, as long as you are using a quality host the Customizer should load just as quickly as a backend admin panel.

    I would love to know why you find a backend options panel easier to use, perhaps I have some suggestions. This may be something you’d like to bring up to www.ads-software.com though because the Customizer UI is something built-into WordPress and not the theme itself. I’m sure they’d love the feedback – https://core.trac.www.ads-software.com/

    For example, if you are a developer and rather not have access to the Customizer settings you can set all the options using code in your child theme functions.php file. This way you don’t even need a UI ?? I can help show you how to do this if you’d like.

    – AJ

    Plugin Author wpexplorer

    (@wpexplorer)

    I created a little add-on plugin you can use – https://github.com/wpexplorer/admin-panel-for-easy-notification-bar – that allows you to alter the non-styling options (message, button link, button text) in the WP admin and also provides access for editors. I thought you may like it.

    Screenshot: https://a.cl.ly/2NulN16P

    Thread Starter sagive

    (@sagive)

    Thanks for the detailed answer. Maybe i was quick to judge. you raised many valid points.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Just a bad UI’ is closed to new replies.