Thread Starter
lorisp
(@lorisp)
Follow the instruction on the link I sent, it’s quite clear 🙂 check that polylang is installed and activated on your site.
Then clone or download the repository into your child theme root folder.
In your child theme functions.php write that line :
require_once get_stylesheet_directory() . '/customizer-polylang.php';
and that’s it.
Thread Starter
lorisp
(@lorisp)
I found this solution : since this is a Customizer option, we can use https://github.com/soderlind/customizer-polylang !
Thread Starter
lorisp
(@lorisp)
When you are on the front page of the website, there is a “customize” button on top, which leads to a sidebar with “site identity”, “colors” and “header media” (and other such as “menu”, “additionnal css”…)
In header media, there is a choice between, Header video and header image.
For the video, you can then choose between a video from your media or a youtube link to paste.