Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1462228

    Hello, this code has disabled the possibility to make the video “pausable” in the header section. Please see the following thread: https://kriesi.at/support/topic/pauseable-video-in-header-section/ However, it seems that the functionality of the “Beratung anfordern” button is no longer available. How can we continue to make the video non-pausable without losing the function of the button? Many thanks for your help.

    #top .av-video-slide.av-video-playing {
        pointer-events: none;
    }
    #1462392

    Hey reqonsult,

    Can you try to add the following CSS code:

    
    #top .av-video-slide.av-video-playing a.avia-button {
        pointer-events: all;
    }
    

    It might be necessary to add !important.

    Best regards,
    Günter

    #1462397

    Hello Günter, thank you. Unfortunately, this makes the video pausable again. We don’t want to make the video clickable but leave the button clickable.

    #1462402

    Hi,

    In the dev console of FF and Chrome I added the css above in the element – this makes the button clickable but leaves the video playing.

    Did you save theme options after adding the CSS to rebuild the merged files and cleared browser cache?

    Alternative disable merging first and check.

    Best regards,
    Günter

    #1462403

    Hello Günter, now it works. We had replaced the existing code with the one you suggested. That was probably the error. Now both codes are embedded and it works as it should. Thank you very much. You can close the thread.

    #1462406

    Hi,

    Glad we found the solution and we could help you.

    Enjoy the theme and have a great day.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button functionality in Header section after code embedding’ is closed to new replies.