Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #613208

    Hi.

    I have a following question. Is there a chance i have a different logo in one page of the menu.
    If yes how it can be done? I hope u understand my question I am not English!

    Regards
    Tom

    #613359

    Hi Tom!

    Please add following code to Functions.php file in Appearance > Editor

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

    9 here is page ID. Please change it accordingly

    Best regards,
    Yigit

    #614948

    Hi, I did as you advised but something like this showed up.
    I am a total beginner

    Parse error: syntax error, unexpected ‘:’ in /home/anglozo2/domains/szkola-overseas.com/public_html/wp-content/themes/enfold/functions-enfold.php on line 1685
    Later I deleted the code you gave me but there is still this message and my website disappeared
    Please HELP

    #614958

    Hey Tom!

    Could you please provide a link and login details to your site and FTP access or access to a cpanel, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Cheers!
    Jordan

    #616485

    Hi again, please find attached in the private content the details you required.

    Regards
    tom

    #616487

    Hey!

    FTP logins are not working for me. Can you please check them once again?

    Regards,
    Yigit

    #616498

    Try now

    #616510

    Hey!

    You added custom code into functions-enfold.php file. I moved it to functions.php file and changed page ID, you used link instead which caused the issue :)
    Please review your website now

    Best regards,
    Yigit

    #616528

    LOVE U GUYS,

    Could you also instruct me like a 3 year-old boy, how am I suppose to replace Kresi logo with mine?

    THANK YOU SO SO MUCH!

    Tom

    #616536

    Hey!

    Please go to Appearance > Editor and open functions.php file and find following at the bottom
    $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
    and change
    http://kriesi.at/wp-content/themes/kriesi/images/logo.png
    with URL to your logo :)

    You are welcome Tom, we are always happy to help :)

    Best regards,
    Yigit

    #620390

    Two more questions the logo is slightly less then the logos in my other pages. Is there a chance to make it bigger?
    Or best if there was a chance to make it change size like in the other pages – but it is not a necessity – it looks good as it is…

    And more importantly I put the picture to my ftp server but now, whenever somebody opens this page authentication is required and it asks about login and password to the server.

    Please Help

    Tom

    #620393

    I have yet one more question. I have created a portfolio in the following link – http://szkola-overseas.com/rekomendacje/
    The images are all of the same size. However they are of different size on different screens – so they once look of equal size and sometimes some of them are bigger causing a horizontal gap space and it looks untidy…

    What may be the reason?

    Tom

    #621513

    Hey!

    Can you please post a screenshot and show the issue you are seeing? Logo sizes are the same. You may need to edit your second logo and remove whitespace around image itself

    Regards,
    Yigit

    #622550

    Ok sorry to bother I managed. You were right. The pictures were identical sizes.

    Regards
    Tom

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Different Logo in one of the pages’ is closed to new replies.