• Hi ive just installed your plugin, and am trying to use it to display inline content. however i receive an error “This content failed to load” when i click the lightbox link.

    The markup im using is what is shown on your demo site:

    <a rel=”lightbox” data-gall=”gall-frame” data-lightbox-type=”inline” href=”#inline-content”>Inline</a>
    <div id=”inline-content” style=”display:none;”>
    test
    </div>

    Also the example link on your demo page also returns an arror.

    Thanks in advance for any help you can provide on this matter.

    https://ww.wp.xz.cn/plugins/responsive-lightbox-lite/

Viewing 1 replies (of 1 total)
  • Plugin Author subhansanjaya

    (@subhansanjaya)

    Please, try the following code.

    <a rel="lightbox" data-gall="gall-frame" data-lightbox-type="inline" href="#inline-content">Inline</a>
    
    <div id="inline-content" style="display:none;">
    test
    </div>
Viewing 1 replies (of 1 total)

The topic ‘Inline Content Error’ is closed to new replies.