Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author dFactory

    (@dfactory)

    Pls try with data-rel instead of rel.

    But this should work with rel too. Are you sure it’s not being stripped of by the widget on the site frontend?

    Thread Starter Martin Jeremic

    (@martinjeremicgmailcom)

    Here is code i have in editor

    <a href="https://localhost:25682/wp-content/uploads/2015/07/TextHash.png" data-rel="lightbox">	<img src="https://localhost:25682/wp-content/uploads/2015/07/TextHash.png" title="Checksum calculator for text" alt="Checksum calculator for text" class="so-widget-image" style="max-width:100%; height:auto; display:block" height="324" width="747">
    </a>

    and here is what i get in firefox page inspector after editor update and page reload

    <a href="https://localhost:25682/wp-content/uploads/2015/07/TextHash.png">	<img src="https://localhost:25682/wp-content/uploads/2015/07/TextHash.png" title="Checksum calculator for text" alt="Checksum calculator for text" class="so-widget-image" style="max-width:100%; height:auto; display:block" height="324" width="747">
    </a>
    Plugin Author dFactory

    (@dfactory)

    Than you see it being removed by the widget.

    Looks like you have to contact SiteOrigin to help you out with that, sorry.

    Thread Starter Martin Jeremic

    (@martinjeremicgmailcom)

    ok, thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't add lightbox to siteorigin image widget’ is closed to new replies.