Viewing 5 posts - 1 through 5 (of 5 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 8 years, 8 months ago by hidralmac.
    #601854

    Works perfect! Thank you

    #602315

    Hi,

    Great, glad you got it working :-)

    Best regards,
    Rikard

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