Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SteveYantz

    (@steveyantz)

    nevermind. I just opened the element inspector and chose the “add new” to be unhidden. ??

    Thread Starter SteveYantz

    (@steveyantz)

    Anyone else want a solution for this? add this to your functions file.

    function custom_css() {
       echo '<style type="text/css">
               #the-list tr {display: table-row!important}
    	   .add-new-h2 {display: inline!important}
             </style>';
    }
    
    add_action('admin_head', 'custom_css');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘there is no "Create new" after one is created.’ is closed to new replies.