Support » Plugin: Menu Icons by ThemeIsle » media uploader

  • Resolved Nomi

    (@naumanahmed19)


    Hi,

    Your plugin is great and works without any issue. I am using in some websites.

    Now I am trying to add icon in another page of dashboard its not menu page.
    I know its restricted to menu only. I have changed following code to work on all wordpress pages.`
    add_action( ‘load-nav-menus.php’, array( __CLASS__, ‘_load_nav_menus’ ), 1 );`

    Now wordpress media uploader works fine. And I can see all icons but problem is bottom media select button is disabled.

    My question is not relevant to this plugin issue but can you please tell me how this media uploader works or give me some link if you have.

    Your code is very complex for me. I need a little help that I can use this awesome plugin to other page.

    https://wordpress.org/plugins/menu-icons/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nomi, I can’t exactly say that I understand what you’re trying to achieve here, but from the sound of it, it looks like you want to re-use the workflow to add icons to somethings other than menu items.

    For that, you will have to make some heavy modifications to the code which I don’t really recommend for now, because this plugin is built specifically for menu items.

    I do have a plan to make the plugin more modular so it can be re-used for other purposes. Let’s see if I can have enough free time for it 🙂

    Thread Starter Nomi

    (@naumanahmed19)

    hey thanks for reply. Yes I managed to modify it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘media uploader’ is closed to new replies.