• Hi, I just installed the Lytebox plugin in order to display images with a nice “next” box which appears and “previous for each user.

    This is working as intended in Mozilla Firefox (have not checked Chrome yet) however it is not working in Internet Explorer.

    The photos change to the next one, O.K but there is no “next” or “Previous”

    The code I am using is below.

    <script type="text/javascript" language="javascript" src="lytebox.js"></script>
    <link rel="stylesheet" href="lytebox.css" type="text/css" media="screen" />
    
    <a href="https://www.example.com/wp-content/themes/photo1.jpg" rel="lytebox[family]" data-title="My Title">Image #1</a>
    
    <a href="https://www.example.com/wp-content/themes/photo2.jpg" rel="lytebox[family]" data-title="My Title">Image #2</a>
  • The topic ‘Lytebox Plugin not working in Internet Explorer’ is closed to new replies.