thorstenschlueter
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polylang & Elementor – Gallery module problemThanks for pointing that out – and by the way, thanks for Polylang. It’s a great plugin.
It looked like a bug because suddenly all the galleries were missing, not just the image titles.
Found this documentation:
https://polylang.pro/doc/working-with-mediaCheers
ThorstenForum: Plugins
In reply to: [Polylang] Polylang & Elementor – Gallery module problemReported the same issue one week ago.
Elementor galleries missing on pages with additonal languages
I switched back to the previous version of Polylang, too. Thanks for the quick fix, @wesleydevries95.
Forum: Plugins
In reply to: [Polylang] Elementor galleries missing on pages with additonal languagesI downgraded Polylang to 2.7.4 and the Elementor galleries on the second language pages work again.
So I guess it is a bug in version 2.8 that makes the gallery blocks disappear.
I downgraded Polylang to the last version and everything works again. So I guess that it is a bug in the Polylang plugin.
I reported the problem in their forum.
…found it.
The MP3 Music Player’s style sheet defined:
.fa, .fas { font-family: 'Font Awesome 5 Free'; }
This overwrote the definition of .fa used by the plugin “Menu Icons” and the font family “Font Awesome 5 Free” is not configured.
So I decided to add the .fa definition of the plugin “Menu Icons” to my Theme’s additional CSS – and set the rule “!important” to prevent it to be overwritten by the MP3 Music Player’s style sheet again.
.fa { font-family: 'FontAwesome' !important; }
Thank you for finding and explaining this!