Alberto Brusa
Forum Replies Created
-
AuthorPosts
-
Alberto Brusa
ParticipantThis reply has been marked as private.Alberto Brusa
ParticipantThis reply has been marked as private.Alberto Brusa
ParticipantThis reply has been marked as private.Alberto Brusa
ParticipantThis reply has been marked as private.Alberto Brusa
ParticipantThis reply has been marked as private.Alberto Brusa
ParticipantAdding to this question:
When the home page holds a video. Is it possible to have the hero-text & hero-text buttons on top of the video?Best regards,
AlbertoAlberto Brusa
ParticipantThanks for everything Bill!
I finally managed to make it look acceptable with the following code + a plugin to style the WP admin-bar.If you are curious:
albertobrusa.comBest,
AB
/* Navigation background color transparency and border*/ #header.scroll-background, body.standard #header, body.blog #header, body.archive #header, body.error404 #header, body.search #header { background-color: rgba(255,255,255,0.1); -webkit-box-shadow: 0 2px 6px -6px black; -moz-box-shadow: 0 2px 6px -6px black; box-shadow: 0 2px 6px -6px black; } /* Slick Navigation Button */ .slicknav_btn { background: none; } .slicknav_menu .slicknav_icon-bar { width: 28px; height: 4px; } @media only screen and (max-width: 600px) { .admin-bar #header { position: absolute; top: 46px; } #header.scroll-background, body.standard #header, body.blog #header, body.archive #header, body.error404 #header, body.search #header { box-shadow: none; } } @media only screen and (min-width: 601px) and (max-width: 780px) { .admin-bar #header { position: fixed; top: 46px; } } @media only screen and (min-width: 781px) { .admin-bar #header { top: 32px; } }
Alberto Brusa
ParticipantI completely understand your point.
I just thought you might have already implemented a “solution” for this WP behaviour in any of your themes.No harm to ask?
Best,
AB
Alberto Brusa
ParticipantThanks Bill. We’ll need a little bit more to be there!!
WP does some additional changes as the size goes down (see attached images).
At some point the logo gets the admin-bar on top, and then it goes out of the navigation menu.
I believe the code fixed the issue with the scrolling.Best,
AB
Alberto Brusa
ParticipantThis reply has been marked as private.Alberto Brusa
ParticipantThanks for your response!
Best,
AlbertoAlberto Brusa
ParticipantBill,
I believe this will make the background color appear at first, but I am not sure that the hero text section would appear…
Is it possible to make both things come up first and then to load the image/gallery/video?On the screen shots, it is quite curious… see attached images please.
Thanks in advance,Alberto
Alberto Brusa
ParticipantThanks!
Alberto Brusa
ParticipantThanks!
-
AuthorPosts