-
AuthorPosts
-
January 11, 2016 at 10:20 pm #563514
Site is here: http://davidessel.com/
Okay, on this site, on the Home Page Header, we chose to “Hide Header on this Page” … which means we lost the top bar, and the navigation, so we used a code block to place the social media icons above the Banner Image, and to place the Main Menu below the Banner Image.
The problem, is the there is this white space below the code block / social media icons, it doesn’t look nice, although I was able to remove from the top using css.
Maybe a stupid question… is there a way to either:
a) Add the top bar to this page, like on all the inside pages, but not the header ? OR
b) remove that white space below social media icons I’ve placed manually using code, sing CSSThanks for your help!
- This topic was modified 8 years, 10 months ago by Eleina_Shinn.
January 11, 2016 at 10:43 pm #563527Hey Eleina_Shinn!
I tried your admin code and could not make it work, can you check it again please?
Regards,
BasilisJanuary 11, 2016 at 10:47 pm #563529try this…
January 13, 2016 at 11:57 am #564557Hi!
I could not find any issues on the link you have provided. Header looks good to me. Can you provide us a precise link where we can see what you are talking about please? we need to be able to inspect the elements in question.
Best regards,
AndyJanuary 15, 2016 at 4:45 pm #566172Okay, Home Page is Here: http://davidessel.com/ Header Hidden on Home Page, right now I used a code block to insert the social icons, top left. So actually, alghouth it looks like it’s there, the top bar is missing. But, I really want it there – just the top bar:
If you look at an inside page with the Header, you will see that the top bar is there and it’s different, has all social icons set up in theme options – and a Welcome statement on Right. here’s an inside page: http://davidessel.com/services/one2one/
What I want to do on Home Page is this: Hide the Header – but keep the Top Bar, i,e. no logo area, navigation….
Is that Possible?
January 15, 2016 at 4:56 pm #566180Hey!
hm with a mockup showing the results you want to achieve I could help better I think. Try this code, maybe it is what you want:
.container.av-logo-container { display: none; }
Cheers!
AndyJanuary 15, 2016 at 5:07 pm #566197Hey!
Please enable header on your page and then add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3184 #header_main { display: none !important; }
Cheers!
YigitJanuary 15, 2016 at 5:11 pm #566203Okay, that ALMOST WORKED! Top Bar is there now (Yeah!) and Logo and Navigation are gone… but it left a big white space… can you fix that?
check it out: http://davidessel.com/
January 15, 2016 at 5:15 pm #566209Hey!
Please add following code to Quick CSS as well
.page-id-3184 #main { padding-top: 31px!important; }
Best regards,
YigitJanuary 15, 2016 at 5:20 pm #566214And this is why I love you, love Enfold, and won’t use any other theme in the future… going to buy again today. Your support is amazing, you are awesome, it worked, thank you thank you!!!!
And i will provide a review for you or Kriesi anywhere you ask :) I have created so many sites using Enfold and it keeps getting better and better.
Thank you again :)
January 15, 2016 at 5:24 pm #566219Hi!
You are welcome, we are always happy to help :)
We are helping just because we feel good doing it and not for the reviews for sure but if you really really want to leave a review, i guess Enfold’s ThemeForest page would be a good place to do it :)
Have a great weekend and let us know if you have any other questions or issues!
Best regards,
YigitJanuary 15, 2016 at 5:29 pm #566226Well that’s awesome and okay, consider it done :)
January 15, 2016 at 5:32 pm #566228 -
AuthorPosts
- The topic ‘Hide Header on Home Page but leave Top Bar?’ is closed to new replies.