Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Arevico

    (@arevico)

    Thank you for opening a topic. Most issues with the lightbox displayed below the footer are due to the doctype. Make sure that header.php of you’re theme start with an HTML5 doctype, a strict doctype is not recommended, since most plugins do not adhere to this doctype.

    To recap, make sure that header.php starts with:
    <!DOCTYPE html>

    Thread Starter wiggy298

    (@wiggy298)

    <!DOCTYPE html>
    <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “https://www.w3.org/TR/html4/loose.dtd”&gt;

    <html>
    <head>

    This is my header.php

    Issue still appears. let me know if you have any other suggestions.

    Plugin Author Arevico

    (@arevico)

    replace

    <!DOCTYPE html>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
    
    <html>
    <head>

    with

    <!DOCTYPE html><html>
    <head>

    If the issue persists, send me the link to your website to see if there might be a plugin compatibility issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does not load in chrome’ is closed to new replies.