Autoplay & Minimize Problem

Hello, I am facing a problem with the player.

  1. Autoplay is not working even though I have it selected.

  2. When I minimize the player, it completely disappears from the screen.

My blog’s url : https://vstavrakas.gr/

Thank you all !!

2 Likes

#1. You need this, for eg: click back to top arrow, click an image to open lightbox…

#2. I don’t know why it’s like that, but you can fix by adding this to Custom CSS tab of widget.

div[class*="MinimizedPlayer"] {
    z-index: 999999 !important;
}
2 Likes

Thank you very much for your immediate interest, for the explanation and for the solution you gave me.

working 100%

2 Likes

Hi @Vaggelis_Stavrakas and welcome to Elfsight family :wave:

Yeah, @tuanphan is absolutely right regarding the autoplay peculiarities, and the CSS solution is also great.

Let me know if you have any questions left. I’ll be happy to advise :slightly_smiling_face:

1 Like