• Resolved nghtmre

    (@nghtmre)


    Hello,

    As of WordPress 5.4 update, the image can no longer be inserted in Back-End.
    Is the problem known, or am I the only one experiencing this problem?

    It works on the other hand in Front-end

    I thank you in advance
    cordially

    • This topic was modified 4 years, 11 months ago by nghtmre.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nghtmre

    (@nghtmre)

    there must be a compatibility problem with the new version of wordpress finally I think because I installed a new wordpress 5. 4 with only WP JOB MANAGER
    and the location of the company logo appears but as soon as you want to write in the job description an error appears

    Thread Starter nghtmre

    (@nghtmre)

    Well, I found the solution to my problem.

    Having created my theme myself, I put the following line in my function.php file
    add_theme_support (‘post-thumbnails’, array (‘post’));

    Before 5.4, I had no worries.
    Since update 5.4, it made me disappear the possibility of putting a company logo.

    I removed it and it works again.

    In addition I kept the possibility of putting a featured image on a Page or an article.

    Hopefully it can help some people.

    Adding

    add_theme_support('post-thumbnails',array('job_listing'));

    worked for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Company logo’ is closed to new replies.