Hi everyone,
Thanks so much for reporting this. I’ll let the developers know about this but meanwhile, this is actually due to the PHP version. If you’re running PHP version 5.3 or greater, it shouldn’t present an error.
For those running less than that though, I believe the following can help. In the file:
\custom-sidebars\inc\class-custom-sidebars.php
You’ll see this on line 97:
function( $widget ) {
You can try replacing that like so:
$function = create_function( $widget ) {
I’ll check with the developers on this though, but if you’d like to give that a try, I’ll gladly assist if you have any further trouble with it.
Thanks,
David