Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › Top bar with Naked Header (light)
New Landing › How can we help? › Cardinal › Top bar with Naked Header (light)
- This topic has 20 replies, 4 voices, and was last updated 7 years by Swift Ideas – Ed.
-
Posted in: Cardinal
-
May 30, 2017 at 3:56 pm #326477
Hi there,
Is there a way to get the top bar above a page with a Page Header Style – Naked (light). http://eigenverpakking.nl/particulier/
I want it to show all the time on every page, but also want to keep the Naked headers. Only on FAQ section it show, so I assumed it had something to do with the Naked Header.
Cheers – Wouter
May 30, 2017 at 7:44 pm #326505Hi,
Try this code.Not 100% sure that this will work.
body[class*="header-naked"] #top-bar { display: block !important; } .header-wrap[class*="page-header-naked"] { padding-top: 30px!important; }
-Rui
May 31, 2017 at 9:59 am #326548Hi Rui,
This works, only the menu isn’t transparant anymore.
May 31, 2017 at 11:22 am #326558Try this code.
.page-header-naked-light .sticky-header { background-color: transparent; border: none!important; } .page-header-naked-light .sticky-header li.current-menu-item > a { background-color: transparent!important; }
-Rui
May 31, 2017 at 12:24 pm #326573Nope, the top-bar dissapears again.
May 31, 2017 at 12:34 pm #326574The last css I provided won’t touch the code we previously did for the top bar. Probably something is wrong in your custom css content.
Can you provide me admin credentials to have a look?
-Rui
May 31, 2017 at 12:43 pm #326575This reply has been marked as private.June 5, 2017 at 12:09 pm #326885The Top Bar is disabled when the Naked Header is enabled.
You cannot make it transparent, as that will inherit the body background color.
Thanks.
June 6, 2017 at 2:52 pm #327201Hi David,
So you say it’s impossible to get a Top Bar with a naked header? That would be a shame!
Cheers – Wouter
June 6, 2017 at 2:54 pm #327202It’s not possible by default. It would require further theme customisation to achieve this.
Unfortunately, that customisation is beyond our scope of support as it is more work than a small customisation.
We only provide support for theme issues and at times basic customisations. While we’d love to be able to support every customisation request, we simply don’t have the time.
We recommend that you seek a freelance developer if you need to make that customisation: http://www.swiftideas.com/customization/
June 6, 2017 at 8:31 pm #327288Allright David, clear answer.
I will see what I can do myself, or otherwise will tell my client this is not possible. Unfortunately this client doesn’t have any budget to do some customisation.
I always appriciate you extended support, so no worries there! I’ll see what I can do!
Cheers – Wouter
June 6, 2017 at 9:17 pm #327292Thanks David for clarifying this, I didn’t remind that it wasn’t that easy to achieve it.
-Rui
June 8, 2017 at 12:40 pm #327639Hi Rui/ David,
I still liked it as it was, and somehow something changed when I added a mobile header. See attachement.
Now I disabled the mobile header, but the menu stays the same. It is transparant now, when it didn’t was transparant before. And also the menu is in the top bar now.
Maybe something to do with the slider continu button Rui (other topic).
Thanks – Cheers Wouter
Attachments:
You must be logged in to view attached files.June 12, 2017 at 12:13 pm #328103Please test by removing your custom CSS.
Thanks.
June 12, 2017 at 3:00 pm #328153Hi David,
I fixex this myself, the problem was in:
.header-wrap[class*=”page-header-naked”] {
padding-top: 30px!important;
}I made this:
.header-wrap[class*=”page-header-naked”] {
padding-top: 80px!important;
}So a Naked Header with top bar is possible… At least, the only thing that remains is when scrolling down, the menu items should change color when scrolling down and the sticky header starts. Is there an easy way to get this done with some Custom CSS?
Cheers – Wouter
-
Posted in: Cardinal
You must be logged in to reply to this topic.