Tagged: x
-
AuthorPosts
-
April 6, 2016 at 8:43 pm #870371
verysandwichParticipantHey gang,
Bunch of questions concerning the navbar and fade in effect. I am building a site for a client using the Renew stack here:
http://cardinalfoxes.netFirst, what I’m trying to achieve with the navbar is it being completely transparent on load, and then changing to a semi-transparent bar as soon as the user begins to scroll down.
Second issue seems to have resolved itself, so I assume it was a problem with my server or something similar.
Any help with either of these issues would be much appreciated.
Thanks,
Very SandwichApril 6, 2016 at 8:43 pm #870372
verysandwichParticipantThis reply has been marked as private.April 6, 2016 at 8:47 pm #870379
verysandwichParticipantAlso, I would like the navbar to be transparent only on the Home page. The rest of the pages should just have that semi-transparent navbar with no border / shadow.
Thanks!
April 7, 2016 at 3:14 am #870737
LelyModeratorHi There,
Please add the following code in Customize -> Custom -> JavaScript :
jQuery(document).ready(function($){ $('.home .x-navbar-fixed-top').css("background-color", "transparent"); $(window).scroll(function(){ if ($(this).scrollTop() > 50) { $('.home .x-navbar-fixed-top').css("background-color", "rgba(0,0,255,0.5)"); } else { $('.home .x-navbar-fixed-top').css("background-color", "transparent"); } }); });Above will work for home. For other pages, please set Navbar background on Appearance > Customize > Renew > Navbar Background.
Hope it helps.
April 16, 2016 at 10:18 pm #886321
verysandwichParticipantOne of question that just has me stumped. Tonight while editing the site at cardinalfoxes.net every column, row, section seems to be aligning to the left no matter what settings I select. I tried deactivating all plugins, turning off Essential Grid, etc but to no avail. I did just update Cornerstone, but I doubt that’s the cause. Any input would be much appreciated.
Thanks,
VSApril 16, 2016 at 11:29 pm #886372
verysandwichParticipantJust updated X and it seems to have solved the problem.
April 17, 2016 at 10:15 am #886826
ThaiModeratorGlad everything is working now 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-870371 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
