Okay
  Public Ticket #1563166
Video Lightbox Jumping
Closed

Comments

  •  4
    twotonecreative started the conversation

    When you click on the video on the homepage the light-box sporadically jumps around. Can you fix this?

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Seems like some sort of plugin conflict. Have you tried plugin compatibility test. Please try deactivating your third party plugins one by one while clearing your cache each time in order to figure out if one of them is causing this.

    Hope this helps,

    Regards

  •  4
    Zenako replied

    I'm having the same issue, - I disabled all plugins but still the same problem. I also just tested a fresh local install with the latest version of Salient & WordPress and it does the same.

    Will follow this ticket if you have any ideas of a fix.

  •  9,011
    Tahir replied

    Hey Again,

    Thanks for confirming the issue. Have noted it in the Buglist so can be fixed in upcoming updates.

    Best 


    ThemeNectar Support Team 

  •  4
    twotonecreative replied

    Is there a way to get this fixed right away? I have it live on my client's website and they have complained about mit.

  •  9,011
    Tahir replied

    Hey Again,

    If this is urgent please add in a comment here: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266/comments so the developer can take a look.

    Be.st


    ThemeNectar Support Team 

  •  4
    Zenako replied

    For anyone else having this problem the developer just posted this solution:

    This is a confirmed browser level bug with the latest Chrome – it occurs because of how the browser is rendering box shadows. To fix it for now before they patch it, add this into the custom css box in your Salient options panel:

    .mfp-iframe-scaler iframe, .mfp-iframe-scaler > div.video, .mfp-iframe-scaler > div.video .mejs-container {  box-shadow: none!important;
    }