Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Updated to 4.5.6, now Content Slider disappeared #1096392

    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

Viewing 1 post (of 1 total)