Viewing 1 replies (of 1 total)
  • Plugin Author Sarven

    (@sarven)

    Firstly, you should repair this code, because it’s crashing whole html.

    <head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    
    	; charset=UTF-8" />

    Just change it with following code:

    <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    And probably you have to set correct z-index to #supersized and page container.

Viewing 1 replies (of 1 total)
  • The topic ‘links not working’ is closed to new replies.