since we have changed from php 7.3 first to 7.4 and then 8.0, we get fatal error on the website.
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 /homepages/25/d412285811/htdocs/htdocs/wp-content/themes/enfold/functions-enfold.php on line 324
we tried to change this in php, but it doesnt work.
$post_type = $image ? “” : ( get_post_format($post->ID) != “” ? get_post_format($post->ID) : “standard” );
Is there a new Version of enfold?
Hi Evelyn,
The URL you posted doesn’t seem to be working, could you check and send a working URL please? If you are not running version 4.9, then please try updating to that: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update
Best regards,
Rikard