-
Author
-
September 9, 2017 at 21:13 #173100monsurc1Participant
Hi,
Is it possible to place logo in the middle of the header without effecting normal functionality? In my case, logo mini image when collapsed is not required.
Thanks
September 9, 2017 at 21:16 #173101Kieran_SQModeratorHi,
Thanks for contacting us, we have a header option for middle placement. You can go to Theme Options > Header Options > Header Layout and select either option 3 or 6. You can then scroll down the page to “Resize logo on scroll” and set this to off, this will disable the logo resizing as you scroll down the page.
Hope this helps,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 9, 2017 at 21:32 #173102Kieran_SQModeratorHi,
My apologies! The above instructions will not work for you, I read the theme location as KLEO and not BuddyApp.
You can hide the logo sections if it isn’t required with some CSS (see below). You can add this to the BuddyApp Child theme’s style.css or Appearance > Theme Options > Scroll to: Quick CSS
.sidemenu-header {display: none;}
Could you give me more information on where you want your logo to appear?
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 9, 2017 at 23:13 #173110monsurc1ParticipantThanks for quick reply.
I wanted the logo in the middle where the search bar is now. I think when I put the logo there, the search bar will shrink in auto.
September 9, 2017 at 23:20 #173111Kieran_SQModeratorTo do this you’ll need to be using the BuddyApp Child theme and copy the below file from the parent theme
/buddyapp/page-parts/header-top.php
To the child theme
/buddyapp-child/page-parts/header-top.php
If the folder structure doesn’t exist yet you’ll have to create that as you go.
The search form begins on line 111 where you see the HTML comment
<!-- The search form -->
Your code should be placed after line 111 for it to appear in the right position.
Don’t forget, always edit the child theme file and not the parent theme file.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 11, 2017 at 12:43 #173235monsurc1ParticipantCould you please tel me where is the code for logo (now it is in the usual buddyapp place). I like to move it to the left of the search box.
ThanksSeptember 11, 2017 at 13:34 #173236monsurc1ParticipantI wanted the header part similar to this image.
Thanks
Attachments:
You must be logged in to view attached files.September 11, 2017 at 19:35 #173292Kieran_SQModeratorHi,
You’ll find the PHP and HTML for the logo in
/buddyapp/buddyapp/page-parts/header-top.php
You’ll need to move this to
/buddyapp-child/buddyapp/page-parts/header-top.php
To make your changes.
As for making the header-top full width this will take extensive coding as BuddyApp is built to work for many devices. Changing the structure will change how BuddyApp works and you may experience issues on some devices.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 11, 2017 at 19:56 #173302monsurc1ParticipantIn that case, let me know, how to collapse the sidebar without shrinking the Logo. I would like to have the logo in full for all time.
Thank you again.
September 12, 2017 at 21:25 #173470Kieran_SQModeratorHi,
I will assign this ticket to a higher support level who may be able to assist you with your question. They’ll be in touch as soon as they can.
Thanks for your patience.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 13, 2017 at 19:03 #173572RaduModeratorHi,
There is no reliable and quick mod to achieve that, I’ve tried to make a solution for them but there are more dependencies CSS rules for mobile desktop tablet etc… so no quick and reliable solution…
In future, we will take this into consideration
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2017 at 23:19 #173593monsurc1ParticipantThanks for your effort. I may need KLEO instead of buddyapp.
September 14, 2017 at 18:18 #173676RaduModeratorI see, ok then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.