Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #600180

    HI Enfold people.

    I wanted to know if it was possible to put an animated gif into the logo area of the header on enfold?
    If i do this the logo is not animated

    thank you :-)

    #601715

    Hey hidralmac!

    Thank you for using Enfold.

    Upload the gif image then set it as logo in the functions.php file:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        return $logo;
    }

    Regards,
    Ismael

    #601779

    Hey Ismael, thank you very very much for your support. I will try this out.

    Is this modification safe for update?

    Kind Regards
    Hidralmac

    • This reply was modified 9 years ago by hidralmac.
    #601854

    Works perfect! Thank you

    #602315

    Hi,

    Great, glad you got it working :-)

    Best regards,
    Rikard

    #1479880

    [UPDATE] Situation resolved. The solution works if you actually upload the edited functions.php file back to the server! LOL

    • This reply was modified 1 week, 5 days ago by coredesignsupport. Reason: Resolved my own stupid mistake. LOL
    #1479887

    important on animated gifs is that you enter the original file – not a recalculated smaller file.

    #1479888

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Animated logo appears not animated’ is closed to new replies.