Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Website GUI not working

Okay I got the website host but now GUI stuff when I click it will not open I try using firefox and google but its not working.
https://fadenews.com/

update:
Like when I click the tool bar it dose not open a GUI any way I could fix this?

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    Try tools like WebInspector, Firbug and such. When you click on SignIn the popup opens, but you have a CSS rule like that:

    .Overlay > .Popup {
      opacity: 0
    }
    

    So that you cannot see the popup. It is there, but transparent...

  • I don't understand it works on the ip http://198.100.148.204 but not the domain https://fadenews.com I add

    .Overlay > .Popup {
      opacity: 1
    }
    

    But it still dose not work.

  • I'm stilling looking for any help.

  • R_JR_J Ex-Fanboy Munich Admin

    Okay, there is a difference between both sides, you say. Have you tried comparing the html source code of both pages?

    That's what anyone trying to solve the problem would have to do. No need to wait.

    You should start looking for a solution while you are waiting for help ;)

  • I am and I don't understand why the ip works and the domain dose not lol.

  • Browser cache?

    grep is your friend.

  • R_JR_J Ex-Fanboy Munich Admin

    Have you compared html source like I told you?

    If yes, you would have seen that there are differences (CDN and js related). So you would have to investigate into that direction (you do not have a CSS problem).

    If you have not, well... :(

Sign In or Register to comment.