Hello everybody,
same here. Our developers figured out a small bug in avia
/config-templatebuilder/avia-shortcodes/contentslider/contentslider.php line #531:
$output .= !empty($title) ? '</{$heading1}>': '';
The variable $heading1 is not recognized, the string has to be in double quotes:
$output .= !empty($title) ? "</{$heading1}>" : "";
Now it works again.
Could you please forward this to your delevopers to include this in the next update?
Thanks