Tagged: x
-
AuthorPosts
-
July 12, 2016 at 5:22 am #1082854
bryan1976ParticipantThis reply has been marked as private.July 12, 2016 at 9:44 am #1083186
JoaoModeratorHi There,
1st thing is to remove the padding top from your first section where your slider is placed.
On Cornerstone Click on the section and set the top padding to 0px;
Please see image attached.
After that add the following code to Appereance Customizer Custom CSS:
.x-navbar { position:absolute; width:100%; background-color:rgba(0,0,0,0.5) !important; box-shadow: none; border: 0; } body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; }Also delete the codes previosly added related to the navbar.
Hope that helps
Joao
July 12, 2016 at 4:01 pm #1083764
bryan1976ParticipantHi Joao,
This is mostly fixed now thanks!
However, the header is no longer fixed! I want the header to remain visible on ALL pages when scrolling down etc.
Any ideas please?
Many thanks,
Bryan
July 12, 2016 at 4:12 pm #1083779
bryan1976ParticipantThis reply has been marked as private.July 13, 2016 at 1:20 am #1084340
ChristopherModeratorHi there,
Please remove this code:
.x-navbar { position:absolute; width:100%; background-color:rgba(0,0,0,0.5) !important; box-shadow: none; border: 0; }Add this one :
@media (min-width:979px){ .home .x-main.full { margin-top: -186px; } .x-navbar { width:100%; background-color:rgba(0,0,0,0.5) !important; box-shadow: none; border: 0; } }Hope it helps.
July 13, 2016 at 8:39 am #1084847
bryan1976ParticipantTried this but it did not work.
I have now disabled breadcrumbs – worry about that later.
BUT…is it possible to fix the header for all pages in the site so it remains fixed? Is there an Icon demo which already has a transparent fixed header that will sit over a rev slider?
Thanks,
Bryan
July 13, 2016 at 10:11 am #1084993
JoaoModeratorHi There,
Please find this code:
.x-navbar { position:absolute; width:100%; background-color:rgba(0,0,0,0.5) !important; box-shadow: none; border: 0; }And changed to :
.x-navbar { position:fixed; width:100%; background-color:rgba(0,0,0,0.5) !important; box-shadow: none; border: 0; }The solution provided by Christopher also seems to work.
Let us know how it goes
Joao
July 19, 2016 at 2:49 am #1093068
bryan1976ParticipantHi,
This is great thanks!!
The homepage has the revolution slider under the header – perfect!
Which just leaves the breadcrumbs.
I need breadcrumbs on ALL pages EXCEPT homepage.
When I add breadcrumbs, they appear under the header.
Please see attached 2 images – ‘before’ and ‘with breadcrumbs’ to see what I mean.
This is Icon stack, with latest versions etc.
Thanks,
Bryan
July 19, 2016 at 3:25 am #1093117
ChristopherModeratorHi there,
Please enable breadcrumbs or provide us with correct login credentials.
Thanks.
July 19, 2016 at 5:02 am #1093207
bryan1976ParticipantThis reply has been marked as private.July 19, 2016 at 6:10 am #1093282
ChristopherModeratorHi there,
Please find this code :
.x-navbar { position: fixed; width: 100%; background-color: rgba(0,0,0,0.5) !important; box-shadow: none; border: 0; }And update it to :
.x-navbar { width: 100%; background-color: rgba(0,0,0,0.5) !important; box-shadow: none; border: 0; }Hope it helps.
July 19, 2016 at 7:07 am #1093349
bryan1976ParticipantHi,
I’ve done this, and as you can see it affects the homepage. The rev slider is not under the header anymore.
Please can you advise.
Many thanks,
Bryan
July 19, 2016 at 7:35 am #1093375
ChristopherModeratorHi there,
Add this as well :
@media (min-width:979px){ .home div#x-section-1 { margin-top: -90px !important; } }Thanks.
July 19, 2016 at 8:18 am #1093442
bryan1976ParticipantAwesome job!! Thanks for all your support…we got there!!
Cheers,
Bryan
July 19, 2016 at 8:40 am #1093475
JoaoModeratorGlad to hear it,
Let us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1065128 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
