Getting exactly the same error.
Warning: Declaration of WOWSlider_List_Table::single_row($id, $data, $index) should be compatible with WP_List_Table::single_row($item) in /homepages/27/d591755501/htdocs/clickandbuilds/mydomain/wp-content/plugins/wowslider/list-table.php on line 239
Plugin itself seems to be working fine.
I can confirm this is now working. Thanks for the quick resolution guys (as always) 🙂
Hi,
I’m having the same issue as well.
I’mm trying to show two different rotas on two different pages. One page is just showing the currently logged in user their upcoming shifts (using [shiftcontroller staff=”_current_user_id_”])
The other is to show rota of 3 supervisors ([shiftcontroller staff=”98,56,6″])
The “_current_user_id_” works (as does a single supervisor ID) but as soon as I try add a comma, it no longer shows a single supervisor – it just shows all users shifts.
Any ideas?