Tagged: x
-
AuthorPosts
-
September 26, 2016 at 6:46 am #1190699
MarcoParticipantThank you very much for the great fast support! 🙂
September 26, 2016 at 7:06 am #1190727
Paul RModeratorYou’re welcome! 🙂
October 25, 2016 at 6:36 am #1229690
MarcoParticipantHi,
Thx for the support.
One small problem:
When the homepage loads everything is OK but scrolling the page down and up the fixed navbar shows up and STAYS visible…October 25, 2016 at 8:36 am #1229797
Paul RModeratorHi Marco,
To fix it, you can add this under Custom > Edit Global Javascript in the Customizer.
jQuery(function($) { $(window).scroll(function(){ var y = $(window).scrollTop(); if (y <= 0){ $('.x-navbar').removeClass('x-navbar-fixed-top'); } }); });Hope that helps.
October 25, 2016 at 8:52 am #1229827
MarcoParticipantYes, Yes, Yes! Thank you!
October 25, 2016 at 8:55 am #1229833
MarcoParticipantOne more thing. On the subpage the logo-icon is white in the header. Is it possible to change to black? Thx!
October 25, 2016 at 10:03 am #1229938
RahulModeratorHey There,
Thanks for writing back!
The logo icon seems perfect here. See attached!
Would you mind double checking it by clearing your cache?
Thanks for understanding!
October 25, 2016 at 10:29 am #1229987
MarcoParticipantHi,
Please scroll down an up again.
You see the icon change from black to whiteOctober 25, 2016 at 1:00 pm #1230224
JadeModeratorHi there,
Please update this code:
jQuery(document).ready(function($){ $(window).scroll(function(){ if ($(this).scrollTop() > 50) { $('.x-brand.img img').attr("src","http://dev.brownmountain.design/wp-content/uploads/2013/07/Emporium_2013_Area7_Hardstyle_XXlerator_decor_design.jpg"); } else { $('.x-brand.img img').attr("src","//dev.brownmountain.design/wp-content/uploads/2016/09/BrownMountain_icon_YT.png"); } }); });to
jQuery(document).ready(function($){ $(window).scroll(function(){ if ($(this).scrollTop() > 50) { $('.home .x-brand.img img').attr("src","http://dev.brownmountain.design/wp-content/uploads/2013/07/Emporium_2013_Area7_Hardstyle_XXlerator_decor_design.jpg"); } else { $('.home .x-brand.img img').attr("src","//dev.brownmountain.design/wp-content/uploads/2016/09/BrownMountain_icon_YT.png"); } }); $('.x-brand.img img').attr("src","http://dev.brownmountain.design/wp-content/uploads/2016/10/BrownMountain_icon_Black.png"); });Hope this helps.
October 26, 2016 at 1:53 am #1230980
MarcoParticipantThis reply has been marked as private.October 26, 2016 at 2:04 am #1230990
MarcoParticipantHi,
I changed the subpage header-menu. All the subpages have the same header now as the homepage.
Looks better I think. So problem solved 🙂Is it possible to have a semi-tranparant mobile-menu. Now the mobile-menu is totaly transparent…?
October 26, 2016 at 3:26 am #1231088
ChristopherModeratorThis reply has been marked as private.October 26, 2016 at 3:50 am #1231116
MarcoParticipantHi,
Strange. It should work. Can you check again please? Thx!
October 26, 2016 at 5:06 am #1231197
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-nav-wrap.mobile { background-color: rgba(255,255,255,0.5); padding: 10px; }Hope that helps.
October 26, 2016 at 9:01 am #1231532
MarcoParticipantThank you. That works!
Final question. I hope 🙂 In Renew it is easy to delete the hamburger-icon shadow. How can I delete this?
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1183026 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
