Tagged: x
-
AuthorPosts
-
May 2, 2016 at 2:27 am #908682
SteveTurtleParticipantHi there. I have a background video playing in the first section of my page. I am using Integrity theme with a transparent header that goes solid on scroll. On most browsers this displays correctly. However after first loading on Internet Explorer the header is white and there is a black section below it. After scrolling this disappears and the header is displayed correctly. How can I fix this? Thanks
May 2, 2016 at 2:31 am #908685
SteveTurtleParticipantThis reply has been marked as private.May 2, 2016 at 4:40 am #908775
Paul RModeratorHi,
May I know which version of IE did you test your site.
Please note that on April 8, 2014 Microsoft officially stopped supporting Windows XP. At this point, we’ve dropped support for IE8 in X theme. This helps us stay up to date with the latest standards in web technology.
The oldest IE we support is version 9, this version and newer are available in Microsoft’s currently supported Operating Systems (Vista, 7, 8)
Continued use of XP after April 8, 2014 is an active security risk. We recommend you look into upgrading any XP machines you administrate, and advise your clients to upgrade. Microsoft explains this in detail here: http://www.microsoft.com/en-us/windows/enterprise/end-of-support.aspx
We’re sorry we can’t support IE8, but we’re certainly committed to making X the best it can be in today’s supported browsers and devices!
Thanks for understanding. Take care!
May 3, 2016 at 4:36 pm #911486
SteveTurtleParticipantI understand that you no longer support IE. However this issue is also happening on Firefox and Microsoft Edge. Chrome and Safari are displaying correctly.
May 4, 2016 at 1:37 am #911976
Paul RModeratorHi,
To fix it, you can add this under Custom > Edit Global CSS in the Customizer.
.home .x-navbar { position: absolute; top: 0; width: 100%; } .home.admin-bar .x-navbar { top:32px; }Hope that helps.
May 4, 2016 at 4:05 pm #913223
SteveTurtleParticipantThank you, that worked perfectly
May 4, 2016 at 4:22 pm #913257
SteveTurtleParticipantSorry, I have just noticed that the navbar is no longer “Fixed Top” because of this CSS it is now “Static Top”. I need the navbar to always be displayed as you scroll down the page. Thanks
May 4, 2016 at 10:04 pm #913652
Nabeel AModeratorHi again,
Please replace previous code with this one:
.home .x-navbar { position: fixed !important; top: 0; width: 100%; } .home.admin-bar .x-navbar { top:32px; }Let us know how this goes!
May 6, 2016 at 4:12 am #978347
SteveTurtleParticipantAfter adding that CSS the navbar on mobile is now floating slightly down the page after scrolling. It is displaying fine on all other browsers.
May 6, 2016 at 8:52 am #978590
JoaoModeratorHi there,
I turned off your Coming Soon Page(I re-activated your coming soon mode afterwards), so I was able to check on my mobile and I couldn’t notice any issue.
I only wouldn’t recommend you using a transparent mobile navbar, since you have texts on the hero image behind it is quite hard to read.
But nothing regarding the issue you mentioned. I also test it by re-size my browsers to a mobile size and no issues.
Thanks,
Please let us know if you are still experiencing the issue and need further help.
Joao
May 10, 2016 at 1:23 am #983597
SteveTurtleParticipantYes you are right, the transparent navbar menu on mobile is not readable with the slider I am using.
Is it possible for the background of the mobile menu to change on click? So, the navbar is transparent after loading but when the navbar button is clicked the background of the navbar changes to black so the menu is readable.
May 10, 2016 at 2:39 am #983645
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-nav-wrap.mobile { background-color: #000; padding: 10px; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-908682 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
