Forums

FancyBox for WordPress
Bug - Image source (3 posts)

  1. designerwood
    Member
    Posted 4 months ago #

    I noticed that for the fancybox-ie styles it tries to source the shadow images from the root/fancybox directory (which doesn't exist) rather than the fancybox dir inside the plugin.

    http://wordpress.org/extend/plugins/fancybox-for-wordpress/

  2. designerwood
    Member
    Posted 4 months ago #

    Example:
    .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }

    Should be:
    .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./fancy_shadow_n.png', sizingMethod='scale'); }

  3. archon810
    Member
    Posted 4 months ago #

    Came here to say the same - tons of 404s because of this from IE users.

Reply

You must log in to post.

About this Plugin

About this Topic