Tagged: background video
Hello,
I have this color section that have a background with a video and some text. It is made a as “page content” so we can use it on all the subpages and avoid duplicate content.
When i create the same section but not as “page content” everything works fine.
I have created a test site so you can see the issue. You can navigate around the site and see the other subpages and see where it works fine.
Hey mvi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
Sure thing. The login are in the private content
Hi,
Thanks for that. I see the problem on your site, but I’m not able to reproduce it on a test installation. Could you try turning off all caching and minification to see if that makes any difference please? You could also try to deactivate all plugins.
Best regards,
Rikard
Hi,
I have now tried disable all plugins, disabled cache on the page and tried to remove all CSS but the issue still happens.. :-/
Hi,
Thank you for the update.
We are not really sure why the video overflows outside the color section container, but adding this css code should help.
.av-l31mc4br-42bfcdb10488d68af8476b8cb1bdbd43 {
overflow: hidden;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
All right thank you @Ismael i will do that and it worked. But it would have been nice without some CSS but now it is working.