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

    (@arevico)

    Hi,

    The popupbox seems to work here. See https://screencast.com/t/vZQbVTTShc35

    However, on some browser their might be issues due to the doctype used. Your theme is using a strict doctype whilst the resulting HTML is not.

    To fix this replace the following line in your header.php file of the theme

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    With an HTML5 Doctype

    <!DOCTYPE html>

    Thread Starter todaydownloadz

    (@todaydownloadz)

    actually i was troubleshooting deactivating and activating each plugin to check what cause for the trouble. so i figure it out when a plugin called “easy digital downloads” is activated the popup is not gonna work. basically fb lightbox plgin get no use at all.

    how can i solve this kind of plugin conflict ? i need both plugin.

    and also this line

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    is already in my header.php so no need to change to anythign right (sry i didnt understand With an HTML5 Doctype <!DOCTYPE html>) ? let me know

    thank you.

    Plugin Author Arevico

    (@arevico)

    The doctype should be

    <!DOCTYPE html>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘popup box not appear at all’ is closed to new replies.