Title: Doesn&#039;t work select image when edit term
Last modified: September 1, 2016

---

# Doesn't work select image when edit term

 *  [fillantoxa](https://wordpress.org/support/users/fillantoxa/)
 * (@fillantoxa)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/doesnt-work-select-image-when-edit-term/)
 * Doesn’t work select image when edit term (on term.php page like …/wp-admin/term.
   php?taxonomy=some-tax).
 * There no active ks settings on this page.
 * Found solution for this problem like add next line (after line 9 – kcSettings::
   add_page( ‘edit-tags.php’ );) to file plugins/kc-settings/kc-settings-inc/term.
   php :
 * kcSettings::add_page( ‘term.php’ );
 * hope help someone in future 🙂
 * [https://wordpress.org/plugins/kc-settings/](https://wordpress.org/plugins/kc-settings/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [swang41](https://wordpress.org/support/users/swang41/)
 * (@swang41)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-select-image-when-edit-term/#post-8355567)
 * [@fillantoxa](https://wordpress.org/support/users/fillantoxa/) I have the same
   problem with you. The image-selecting page is not opened inside the selecting
   field but jumps to a new page instead so that there is no data sent back. Did
   you fix it?
 * I’m afraid that this plugin has stopped maintenance.
 *  Thread Starter [fillantoxa](https://wordpress.org/support/users/fillantoxa/)
 * (@fillantoxa)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-select-image-when-edit-term/#post-8357483)
 * Hi, in my case solution was:
 * add next line (after line 9 – kcSettings::add_page( ‘edit-tags.php’ );) to file
   plugins/kc-settings/kc-settings-inc/term.php :
 * kcSettings::add_page( ‘term.php’ );
 * So it look like
 *     ```
       class kcSettings_term {
       	protected static $settings;
   
       	public static function init() {
       		self::$settings = kcSettings::get_data( 'settings', 'term' );
       		kcSettings::add_page( 'edit-tags.php' );
       		kcSettings::add_page( 'term.php' );
       ```
   
    -  This reply was modified 9 years, 7 months ago by [fillantoxa](https://wordpress.org/support/users/fillantoxa/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Doesn't work select image when edit term’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kc-settings.svg)
 * [KC Settings](https://wordpress.org/plugins/kc-settings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kc-settings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kc-settings/)
 * [Active Topics](https://wordpress.org/support/plugin/kc-settings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kc-settings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kc-settings/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fillantoxa](https://wordpress.org/support/users/fillantoxa/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-select-image-when-edit-term/#post-8357483)
 * Status: not resolved