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;
}
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
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.
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
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.