Hello,
I'm using Polylang on a website that unfortunately I can't link to, but I just noticed that the footer template (footer.php) is not being loaded in the secondary languages, it only loads in my default language.
I realized the issue because some custom javascript (using wp_enqueue_script) as well as the stylesheet and javascript of another plugin (Tiled Galleries) which were set up to appear on the footer, were not loading on the secondary languages.
I tested this by modifying the footer.php template adding some <h1> elements and indeed those only appeared for the default language.
Anyone know what might be the issue?
Thanks in advance for any help!