How to solve – PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php on line 646
The latest versions of php requires you to use parenthesis in nested Conditional Assignment Operators Replace With