• I’m seeing this error:

    Fatal error: Uncaught TypeError: Unsupported operand types: string / string in /var/www/web/app/plugins/shortcodes-ultimate/includes/shortcodes/carousel.php:211

    This can be fixed by replacing the line mentioned above with the following:

    $image = su_image_resize( $slide['image'], ( round( intval( $atts['width'] ) / intval( $atts['items'] ) ) - 18 ), $atts['height'] );

    I’ve patched my version of the file, but it would be helpful if this was fixed in the next release.

    Thanks!
    m.

The topic ‘Unsupported Operand Type’ is closed to new replies.