• Resolved noonecares

    (@noonecares)


    hiho thanks for your plugin. Iam using it currently and could find the demonHunter als colorpicker.
    you may need to add the folowing lines at line 261 in /php/class.settings.php

    printf(
    ‘<input type=”text” name=”wow_arsenal_table_options[classcolors][11]” id=”classcolors[11]” class=”classcolors” value=”%s” data-default-color=”#A330C9″ /><br />’,
    isset( $this->options[‘classcolors’][11] ) ? esc_attr( $this->options[‘classcolors’][11]) : ‘#A330C9’);
    echo ‘<p class=”description”>’.__(“Demon Hunter”, “wowarmorytable-plugin”).'</p><br />’;

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter noonecares

    (@noonecares)

    Ok a bit tricky to refresh the jquery options ??
    if you added the line you need to go to the plugin-settings and pick the colorpicker to change the demonhunter color to something else and pick the old one again. This will force the color to be added to the “$options[‘classcolors’][11]” and then it will be shown in the view.

    Plugin Author bchristopeit

    (@bchristopeit)

    Thank you. I have added your fix. Thanks a lot.

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