Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, looking at the page source, I notice there is in the footer (theme template mod or widget?) this bit of code:

    
    <style type="text/css" media="screen">
      #bit, #bit * {}
      #bit {
          bottom: -300px;
          font: 13px "Helvetica Neue",sans-serif;
          position: fixed;
          right: 10px;
          z-index: 999999;
          width: 230px;
      }
     
      .loggedout-follow-typekit {
          margin-right: 4.5em;
      }
    

    It is missing the closing </style> tag, leaving the rest of the footer, including all fancybox scripts to be interpreted as CSS. Which effectively disables the light box.

    Thread Starter monno

    (@monno)

    Thank you RavanH!!! That solved it.

    • This reply was modified 7 years, 2 months ago by monno. Reason: mark as resolved
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fancybox not working’ is closed to new replies.