• Resolved mxaos

    (@mxaos)


    Hi,
    after installing the 4.5 version I faced two problems:

    • deprecated function get_currentuserinfo()
    • A persisent (not modifiable) black background

    While the first (I hope) will be soon fixed by plugins producers and/or by www.remarpro.com (I do not modify files on my own, Wordfence could not be so happy and I do have to investigate all my plugins), the second is a very ugly one: I cannot customize background color, the actions I take with theme control (theme > customize > colors) are ignored and the background keep on black.

    I’m currrently using the Graphene theme
    Anyone with the same problems?

Viewing 1 replies (of 1 total)
  • Thread Starter mxaos

    (@mxaos)

    OK,
    curiosity has been stronger.

    I found the get_currentuserinfo() function on two plugins:

    $ find . -name "*php" -exec grep -nH "get_currentuserinfo" {} \;
    ./google-analyticator/google-analyticator.php:1288:	get_currentuserinfo();
    ./all-in-one-seo-pack/aioseop_class.php:2170:			if ( empty( $current_user ) ) get_currentuserinfo();

    so I modified the two files.

    Both problems are fixed but remains necessary the fixing at the origin (WP and plugins)

    Bye

Viewing 1 replies (of 1 total)
  • The topic ‘Black background’ is closed to new replies.