Tagged: header, logo image
-
AuthorPosts
-
March 31, 2016 at 1:50 pm #605882
Hi.
What a wonderful theme! Thanks a lot.I have one question.
I want to set up 2 different logo images at the header.
(actually it’s same thing but the size should be changed when the page scrolled down. – exactly the same with your page, kriesi.at)Thank you.
March 31, 2016 at 1:54 pm #605883Hey cherhy!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and widget area to your header.
You can also refer to this one – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/Regards,
YigitMarch 31, 2016 at 5:36 pm #606084hey!
Hi Yigit, I’ve checked the post you have linked, but i can’t undersatnd how i can put an image into a wiget. My logo area is seted “Logo on the left and menu on the right” i need to insert another logo next to one is already there.
could you help me
Thanaks so much, and i appreciate your work
April 1, 2016 at 6:35 am #606495Hi!
Add this in the functions.php file, adjust the href and image src value:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<a class='second-logo' href='#'><img src='_IMAGE_URI_HERE_' /></a>"; return $sub; }
Use this in the Quick CSS field in order to adjust the position of the logo:
.second-logo { position: absolute !important; top: 0; right: 0; } .logo { width: 100%; }
Cheers!
IsmaelApril 1, 2016 at 8:50 am #606546Hi Ismael, i need to understand what you mean when you speack about to adjust href:
Can you explain me better please? i don’t know what value it is “href”
thanks
April 1, 2016 at 6:07 pm #606805Hey!
You should change # inside href attribute with your link and _IMAGE_URI_HERE_ in src attribute with a link to your image
Regards,
YigitApril 1, 2016 at 6:52 pm #606817hi Yigit. Thanks
so i have to put the of my site in place of #, is it right?
April 2, 2016 at 7:44 am #606902Yigit, Ismael.
Thanks for your advice.
However, the solutions you guys said are not working at all.This is captured image of my website.
header logo
-> I wanna adjust vertical alignment of the logo ‘middle’
Is there any solution about this problem?header logo(when scrolled)
-> when the page scrolled down, the size and alignment of header logo is very good. :)April 2, 2016 at 7:58 am #606903Hey!
1. Once you add the code correctly in functions.php depending on the type of menu you use
2. Then create a header widget in “Custom Widget Area” which you can find in Appearance > Add Widget Area
3. Add a text widget to the header widget area and insert the logo image as shown in the below screenshot.
To show two logos you can add another text widget and add a custom class name to the logo as Ismale mentioned above logo and logo-2 or something similar and style it using CSS…
Cheers!
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.