Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #490517

    I have been trying to fix the header display on my site and now I cannot access it. It is just coming up with this:

    Parse error: syntax error, unexpected end of file in /home3/chris83/public_html/wp-content/themes/enfold/functions-enfold.php on line 1392

    I entered this piece of code into the Functions.php

    add_filter(‘avf_logo’,’av_change_logo’);
    function av_change_logo($logo)
    {
    if(wp_is_mobile() )
    {
    $logo = “http://kriesi.at/wp-content/themes/kriesi/images/logo.png”;
    }
    return $logo;
    }

    As suggested from this blog post http://kriesi.at/documentation/enfold/change-logo-on-mobile/

    Please help!

    #490823

    Hey pipandpod!

    Please go to wp-content/themes/enfold folder and open functions-enfold.php file and remove the code via FTP and add it to functions.php instead. If you need help, please post FTP and WP admin logins here privately.

    Regards,
    Yigit

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