-
AuthorPosts
-
April 13, 2016 at 9:13 pm #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
TomApril 14, 2016 at 1:23 am #613359Hi 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,
YigitApril 15, 2016 at 4:10 pm #614948Hi, I did as you advised but something like this showed up.
I am a total beginnerParse 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 HELPApril 15, 2016 at 4:21 pm #614958Hey 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!
JordanApril 18, 2016 at 2:04 pm #616485Hi again, please find attached in the private content the details you required.
Regards
tomApril 18, 2016 at 2:06 pm #616487Hey!
FTP logins are not working for me. Can you please check them once again?
Regards,
YigitApril 18, 2016 at 2:15 pm #616498Try now
April 18, 2016 at 2:24 pm #616510Hey!
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 nowBest regards,
YigitApril 18, 2016 at 2:45 pm #616528LOVE 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
April 18, 2016 at 2:54 pm #616536Hey!
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,
YigitApril 23, 2016 at 8:01 am #620390Two 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
April 23, 2016 at 8:13 am #620393I 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
April 25, 2016 at 5:17 pm #621513Hey!
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,
YigitApril 26, 2016 at 10:17 pm #622550Ok sorry to bother I managed. You were right. The pictures were identical sizes.
Regards
Tom -
AuthorPosts
- The topic ‘Different Logo in one of the pages’ is closed to new replies.