Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #790565

    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.

    #790566

    i know i need to make the data-animation=false. but what is the line i write?

    #790831

    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

    #790967

    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 :)

    #791577

    any updates?

    #791707

    i’m trying to find it in the sftp on notepad++ but i can’t figure out where it is located.

    #791764

    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

    #791958

    it didn’t change anything. i don’t want any animation. what do you suggest?

    #791961

    worked! thank you :)

    #792056

    Hi,

    We glad that your problem was solved :)

    Best regards,
    John Torvik

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.