• Resolved mickaelsery

    (@mickaelsery)


    Hi,

    I’ve used this plugin for a long time and it’s very useful and convenient.
    But since 4.5 I think, when I try to change a category picture, the admin page is only reloaded; I can’t even reach the media popup.
    It looks weird because otherwise I can add a picture to a new category.

    Can you look at it please ?

    Thanks in advance.

    Mickaël

    https://wordpress.org/plugins/wpcustom-category-image/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Rajat Chodhary

    (@rajatchodhary)

    +1

    webkupas

    (@webkupas)

    I find how to solve this problem.

    U should edit file wp-content/plugins/wpcustom-category-image/WPCustomCategoryImage.php

    on line 121
    change this line

    if( $hook != 'edit-tags.php') return;

    with this one

    if( $hook != 'edit-tags.php' && $hook != 'term.php') return;

    vinigarcia87

    (@vinigarcia87)

    +1!
    Getting the same problem here.
    Can’t edit category images… :S

    Gonna try @webkupas changes…

    vinigarcia87

    (@vinigarcia87)

    Just tried @webkupas solution and it works perfectly!
    Waiting for the next version of the plugin! 🙂

    gdgraphics

    (@gdgraphics)

    I also had the same problem. Used the plugin on 3 sites – all failed after the latest WP update to 4.5.2

    I used the @webkupas solution and it works perfectly for me too!

    Nice one @webkupas thanks for finding the neddle in the haystack!

    Plugin Author E.

    (@pyro3x)

    @webkupas , @mickaelsery Thanks for reporting this issue.

    I’ll update wpcustom image category today.

    Thanks.

    Plugin Author E.

    (@pyro3x)

    Fixed. Please update WP Custom Category.

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

The topic ‘Seems not working since 4.5’ is closed to new replies.