Recent content by teerialegends

  1. teerialegends

    XF 1.4 Navbar glitches upon scrolling down

    Okay so it has to do with the background positioning.. is there any way to fix that? It seems to bug with both relative,absolute and fixed.. EDIT: Took the background off for now, you can still find it @ http://codepen.io/andrewreifman/pen/vgGjb
  2. teerialegends

    XF 1.4 Navbar glitches upon scrolling down

    function draw() { con.clearRect(0,0,WIDTH,HEIGHT); for(var i = 0; i < pxs.length; i++) { pxs[i].fade(); pxs[i].move(); pxs[i].draw(); } } con.clearRect(0,0,WIDTH,HEIGHT); seems to be causing the issue.
  3. teerialegends

    XF 1.4 Navbar glitches upon scrolling down

    Hello, I do not know if this is the actual right section to post this in. If it is not, please move it. So as you can see on http://forums.teeria.net/ I've added a firefly background which requires JS/jQuery and I noticed that when you scroll down the Navbar glitches out/disappears. I know for...
  4. teerialegends

    XF 1.1 There is a quick/easy to set group permission to forum?

    It does not, I've tried it myself and setting permissions on a category does not let me able to post in either one of the sections. Not even as administrator.
Top Bottom