Page 3 of 8

Re: New website is live!

PostPosted: Thu Oct 15, 2015 10:45 pm
by Robotron
The website is immensely broken on Firefox for me. Unusable.

Re: New website is live!

PostPosted: Thu Oct 15, 2015 10:49 pm
by Noxm
Robotron wrote:The website is immensely broken on Firefox for me. Unusable.


The new website works fine for me in Firefox/GoogleChrome/IE ...

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:00 pm
by Coreborn
If the page looks weird or broken. You might have to clean your browsing data. ;)

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:03 pm
by Robotron
Noxm wrote:
Robotron wrote:The website is immensely broken on Firefox for me. Unusable.


The new website works fine for me in Firefox/GoogleChrome/IE ...

Really? Everything is super broken, and I have all the websites except doubleclick.net enabled on my noScript.

[Edit] Suddenly it works. Yay!

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:09 pm
by Sethzer
Robotron wrote:
Noxm wrote:
Robotron wrote:The website is immensely broken on Firefox for me. Unusable.


The new website works fine for me in Firefox/GoogleChrome/IE ...

Really? Everything is super broken, and I have all the websites except doubleclick.net enabled on my noScript.

[Edit] Suddenly it works. Yay!


I had same issue with using AdBlock addon for Chrome. Just set it to not run on Nostalrius homepage and it should work fine.

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:13 pm
by Robotron
I did nothing at all other than refreshed it again...

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:27 pm
by Shimmerleaf
The website does not seem to be displaying properly for me. Things are jumbled together, the front page is blank, the news at the bottom of the page clips into each other, and there are these strange blurry orange icons on the side. Is there a way to fix this?

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:30 pm
by Noxm
What is your resolution, maybe a problem with the responsive design.. ?

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:36 pm
by Shimmerleaf
I have discovered the problem. Somehow, refreshing the page fixed it. Now I can see what the new website looks like. It's very nice!

Re: New website is live!

PostPosted: Thu Oct 15, 2015 11:59 pm
by Bazinga
awesome design guys!

You might want to remove the following lines in your bootstrap.min.css tho, to get rid of the blue border and black background after clicking on a link in the navigation :P

Image

Code: Select all
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
   background-color: #080808;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover
{
    background-color: #EEE;
    border-color: #337AB7;
}