Video disappears when played

Home Forums Jevelin Theme Video disappears when played

Home Forums Jevelin Theme Video disappears when played

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • greg
    Participant

    Hey,

     

    When I play the video it disappears but the sound remains please see why

     

    Attachments:
    You must be logged in to view attached files.

    Hi @greg,

     

    Sorry to hear of the problem you are having.

     

    You can resolve the issue on your site by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-video-player-container {
        position: static;
    }
    
    #page-container .sh-video-player-container iframe {
        height: 300px;
    }
    
    #page-container .sh-video-player-content {
        bottom: auto;
    }

     

    Best regards,
    Shufflehound team

    greg
    Participant

    Hey,

     

    Please view screenshot, it overlaps

    Attachments:
    You must be logged in to view attached files.

    greg
    Participant

    Hey,

     

    Also my links are not working again

    Attachments:
    You must be logged in to view attached files.

    greg
    Participant

    Hey,

     

    Waiting for response

    Please remove the provided CSS code from your site and try adding width in pixels for the videos as shown in the attached screenshot.

     

    Your following topic created for link issue has been replied.

     

    https://support.shufflehound.com/forums/topic/link-not-working/

    Attachments:
    You must be logged in to view attached files.

    greg
    Participant

    Hey,

     

    But it does not act as responsive, please view phone mode and provide solution thanks.

    Use below custom CSS code to make it responsive.

     

    .sh-video-player {
        max-width: 100%;
    }
Viewing 8 posts - 1 through 8 (of 8 total)