-
AuthorPosts
-
October 3, 2013 at 2:11 pm #191132
Please help.
The nav bar on the fixel template is sticky but it doesnt remain at the top of the screen. It scrolls and bounces. When the user hovers over a box on home-1 the nav sticks where ever it is.
Please tell me how to fix this. http://fixel2013.jeevesny.com/jatc_fixel_j3x-1/
Note: It seems to be less of an issue when the social-links are removed. I have removed them for now but you can see in the screenshot what’s happeing.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 3, 2013 at 3:47 pm #507926The login info you provided to access your site administration is not working.
It would be helpful if you could temporarily set your site to “Development Mode” within your Template Manager–General settings?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 7, 2013 at 10:49 am #508237You can fix it with my below solution
Open templates/ja_fixel/css/themes/blue/template-responsive.css file
from
.t3-mainnav.affix {
position: fixed;
top: -61px;
}
Change to
.t3-mainnav.affix {
position: fixed;
top: -121px;
}
October 9, 2014 at 3:47 pm #552423Hi,
I just made this change and the nav flashes like a strobe light. It scrolls down with the page but stays up higher then it flashes on and off quickly. It then may disappears for a moment and will start flashing again.The site is now live at http://jeevesny.com so I couldn’t leave it in that state.
I returned the CSS from top: -121px to top: -61pxAny help wold be appreciated.
Thanks,
KerriTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 9, 2014 at 5:03 pm #552427Not seeing the “strobe” effect when I bring your site up . . . . however, the header section does drop down a little bit before it “stick” while scrolling. I’m assuming you are wanting the header/nav section to stay at the top always, correct?
October 9, 2014 at 5:17 pm #552431Correct, I undid that CSS change. I didn’t want to leave it there. It was not a subtle strobe effect.
I’d like for the nav to stay in a fixed position at the top and not scroll with the page at all.
Thanks for your quick response.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 9, 2014 at 5:31 pm #552436Can you do me a favor and temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings?
October 9, 2014 at 7:05 pm #552445Okay – turned it off – thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 9, 2014 at 8:22 pm #552450Try pasting the following within your custom.css file . . . .
.t3-mainnav.light-mainnav {
margin-top: 60px;
transform: none;
}.t3-mainnav {
position: fixed;
transform: translate: none;
transition-property: none;
}AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by TomC 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sticky nav – Stuck – PLEASE HELP
Viewing 9 posts - 1 through 9 (of 9 total)