Hi! Can you please help me get rid of this weird bug?
every time i hover on the testimonial (below the logos) the testimonial disappears.
i have no animation or anything like that set.
i know i need to make the data-animation=false. but what is the line i write?
Hi,
Hm, that’s strange, did you try disabling all plugins to see if there is a conflict coming from any of them? If that is not the case then please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
i’m sure there is a plugin conflict. i overdid it but i use most of them so i can’t disable them. the info is below. please don’t disable anything that is actually being used on the site :)
any updates?
i’m trying to find it in the sftp on notepad++ but i can’t figure out where it is located.
Hi Gal726,
You need to find this file enfold/config-templatebuilder/avia-shortcodes/testimonials.php
and this code in it
$data = AviaHelper::create_data_string(array('autoplay'=>$autoplay, 'interval'=>$interval, 'animation' => 'fade', 'hoverpause' => true));
and change it to
$data = AviaHelper::create_data_string(array('autoplay'=>$autoplay, 'interval'=>$interval, 'animation' => 'fade in', 'hoverpause' => true));
Best regards,
Victoria
it didn’t change anything. i don’t want any animation. what do you suggest?
worked! thank you :)
Hi,
We glad that your problem was solved :)
Best regards,
John Torvik