I use wordpress. I add animation to widget (successfully added) But in my frontpage i get this notice
Notice: Undefined index: animation in /home/xx/layouts/widget.php on line 99
Notice: Undefined variable: animation in /home/xx/layouts/widget.php on line 101
Line 99 :
if ($params['animation']) $animation = 'data-uk-scrollspy="{cls:\''.$params['animation'].'\'}"';
Line 101 :
echo '<div class="'.implode(' ', $classes).'" '.$animation.'>'.$badge.$title.$content.'</div>';
Thanks