• Hi,

    I’ve added the class fancybox-iframe to my menu item via WordPress Admin > Appearance > Menus > and the correct the menu Item, but the page is still opening as a normal url in the same window, instead of open as iframe. I also have enabled the iframe in Easy Fancybox configuration. Its a .php page that im trying to load as iframe. What can be happening? Thanks a lot.

    https://wordpress.org/plugins/easy-fancybox/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, could you share a link to your site?

    Thread Starter msrougi

    (@msrougi)

    http://rache.me/betara is the site link
    The menu item that should opem as iframe is the last menu item “Cadastre Sua Loja”.

    Strange…

    When scrolling, I get an infinite number of errors:

    Uncaught exception: TypeError: Cannot convert 'bounds' to object

    in Opera 12 Dragonfly or

    Uncaught TypeError: Cannot read property 'left' of undefined

    in the Chromium dev tool.

    It’s coming from the themes custom.js around line 184:

    ...
        var bounds = this.offset();
        bounds.right = bounds.left + this.outerWidth();
        bounds.bottom = bounds.top + this.outerHeight();
    ...

    Not sure if this is the actual cause but it is a blocking error.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Easy Fancybox not working from main menu item’ is closed to new replies.