Viewing 3 replies - 1 through 3 (of 3 total)
  • It is an issue with the Easing Slider that you are using for your theme. If you look at the source code on line 46 and 47 you’ll see

    .lof-opacity{width:700px;height:px;}
    .lof-opacity li{width:700px;height:px;}

    which is what is causing the error. I’m not sure how the slider is configured but you’d have to find some way to set those values to get rid of the error.

    Thread Starter NadiaJ

    (@nadiaj)

    Thank you Jarret! You gave me a valuable advice!

    You can fix this error by manually adding the following code to the file easingslider.php, at line 30.

    $height = get_option('height');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Validation errors’ is closed to new replies.