• Please you know the Problem? Under a WordPress post wit Gallery. Under the WordPress-Site-Footer a big empty Space:

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <head profile="http://gmpg.org/xfn/11"></head>
    <body>
    <div id="wrapper"></div>
    <div id="stimuli_overlay" style="display: none;"></div>
    <div id="stimuli_lightbox" style="display: none;"></div>
    <div class="vdh-mask vdh-642588670" style="width:128px;height:128px;top:395px;left:139px"></div>
    <div class="vdh-mask vdh-642588670" style="width:128px;height:128px;top:395px;left:270px"></div>
    <div class="vdh-mask vdh-642588670" style="width:128px;height:128px;top:395px;left:401px"></div>
    <div class="vdh-mask vdh-642588670" style="width:128px;height:128px;top:395px;left:532px"></div>
    </body>
    ::after
    </html>

    The same with or without “Lightbox”.
    No Problem with Safari 8.0.6, OS X 10.10.3

    No problems under a WordPress post without Gallery:

    <head profile="http://gmpg.org/xfn/11"></head>
    <body>
    <div id="wrapper"></div>
    <div id="stimuli_overlay" style="display: none;"></div>
    <div id="stimuli_lightbox" style="display: none;">
    <div id="stimuli_outerImageContainer" style="width: 250px; height: 250px;"></div>
    <div id="stimuli_imageDataContainer"></div>
    </div>
    </body>
    ::after
    </html>

    https://wordpress.org/plugins/nextcellent-gallery-nextgen-legacy/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hola

    El problema lo produce VideoDownloadHelper, solucion:
    Hay que desmarcar (uncheck)
    – “Auto-detect” in VDH settings > “More” > “Gallery capture”
    – “Applet auto-detection” in VDH settings > “More” > “Screen capture”

    Saludos 😉

    Thread Starter anna-blume

    (@anna-blume)

    Hola OLMID,

    muchas Gracias, eso es la solución,

    Saludos
    anna

    anna-blume,
    VideoDownloadHelper – this is the cause of the problem. And to get rid of it on all browsers that will open your website, you can add this code in style.css :

    .vdh-mask {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘display problem in Firefox 38’ is closed to new replies.