Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi dutchguru, do you have the Inline Content option enabled on Settings > Media? If so, and if you are not using FancyBox for inline content then try disabling that option.

    It looks like you found an unwanted side-effect. I’ll have to look into it…

    EDIT: I was able to reproduce the issue.

    Turns out that switching off the Inline Content option indeed make the script take account of the iframe class again.

    Do you use the Inline Content option at all? If not, simply disable it.

    If you do use it, then consider how many cases there are on your site. It might be easier to change those to class=”fancybox” instead of converting all class=”fancybox iframe” to class=”fancybox-iframe”… After that, the Inline Content option can be switched off.

    Thread Starter dutchguru

    (@dutchguru)

    Hi Ralph,

    the Inline Content option enabled on Settings > Media? If so, and if you are not using FancyBox for inline content then try disabling that option.

    Yes , enabled, and yes using frequently, and much worse : in one website 354 pages/posts I really don’t know where I used Inline Content.

    Nevertheless, indeed I use in settings the option inline AND every time I use this “hidden” tekst, I use:

    <a class="fancybox" href="#leesmeeroverxxx">lees meer over het xxx</a>
    <div class="fancybox-hidden" style="display: none;">
    <div id="leesmeeroverxxx" style="width: 600px;">
    <blockquote>TEKST</blockquote>
    </div></div>

    So , the common rule can be missed without problem, made the change.

    Result, importing the hmml pages within easy fancy box is working again. ??

    Thanks for helping !! ??

    OK, so the inline content links are also using class="fancybox"? In that case you can safely switch off the Inline Content option because that is meant for class="fancybox-inline" only.

    But if you do run into trouble (for whatever reason) then please try the development version from https://www.ads-software.com/plugins/easy-fancybox/developers/ (under Other Versions) which has a new option “Force FancyBox to treat all media linked with class=”fancybox” as images?” that you can set to “No”.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘class="fancybox iframe" to display html pages’ is closed to new replies.