• Resolved jansudek

    (@jansudek)


    Hello,

    plugin is crash normal view for post type page in administration…

    maybe is by theme is add some class .entry to The list ?? can you fix it and better specify style in your admin-style.css ?? or include on specify admin page ?? thx

    screenshot

Viewing 5 replies - 1 through 5 (of 5 total)
  • Having same problem after upgrading to v1.4 of the plugin. I have two sites and both look just like your screenshot – both pages & posts in administration. When I deactivate the plugin it’s back to normal.

    Plugin Author Jules Colle

    (@jules-colle)

    Thanks for reporting this. I will fix this and try to release the update today.

    Thread Starter jansudek

    (@jansudek)

    temporaly fix – add into functions.php …:

    function some_cf7cfix_admin_footer(){
    	echo '<style>tbody#the-list tr.entry {display: table-row!important;}</style>';
    }
    
    add_action("admin_footer", "some_cf7cfix_admin_footer");
    Plugin Author Jules Colle

    (@jules-colle)

    Should be fixed as of version 1.4.1

    v1.4.1 seemed to have fixed the issue for me. thx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Crash view admin the list of posts (.entry)’ is closed to new replies.