Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ramprasad 15 posts 116 karma points
    Sep 02, 2016 @ 12:50
    Ramprasad
    0

    U7 Content Grid White screen when i click Embed & Media

    I am using U7 Content Grid in our Project. Why I am getting White screen when i click Embed & enter image description hereMedia and it doesn't allows me to enter any thing? Please Anyone Share the Solution! Thanks in Advance.

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 02, 2016 @ 14:36
    Alex Skrypnyk
    0

    Hi Ramprasad,

    Can you check browser console?

    Thanks

  • Luca Annuiti 16 posts 76 karma points
    Mar 28, 2017 @ 12:13
    Luca Annuiti
    0

    Same problem on version 7.5.9.

    Any suggestion to resolve the issue ?

    p.s.: Also code window is not accessible

  • Gerard 5 posts 75 karma points
    Jun 28, 2017 @ 12:17
    Gerard
    0

    Issue still exists on 7.5.11. Temporarily solved it by adding

    .umb-editor-container.umb-panel-body.umb-scrollable.row-fluid .umb-overlay-backdrop{z-index:1048;}
    

    to the umbraco.css file, but this will probably get overwritten when updating Umbraco.

  • Paciencia Canda 3 posts 71 karma points
    Jul 24, 2017 @ 11:46
    Paciencia Canda
    0

    Would it be possible to add this to the actual plugin CSS file?

    It doesn't seem to be added to the page though..

  • Paciencia Canda 3 posts 71 karma points
    Jul 24, 2017 @ 11:53
    Paciencia Canda
    0

    The issue seems to occur for any second overlay that appears on the page, from the Content grid overlay.

    Umbraco checks how many overlays on the page and if there is at least one it will add the opaque background layer (for example when adding a link to text within the rich text editor).

    So, for the content grid overlay, if you try to add a link to the text within the text editor that same opaque background will show.

    The problem is that, since the Content grid sets the Rich text view in an overlay with position fixed and z-index 1050, when you try to add a link to the text, the right hand side panel will also be position fixed but, its parent is also position fixed so it will stay within that context. The big overlay is also position fixed, with z-index 2000. So, although the right hand side panel has a bigger z-index than the opaque overlay, because its parent is fixed, the actual parent is behind the opaque overlay.

    So, using @Gerard's solution (above) seems to be the best option at the moment.

Please Sign in or register to post replies

Write your reply to:

Draft