Polylang Base64 flags (data image) do not appear/not generated
-
Hello,
I believe I have identified a bug.
Steps to reproduce:
- Install Elementor Header & Footer Builder (EHFB)
- Install Polylang
- Edit the Main Menu and add Language switcher widget (with only flag configuration)
- Open EHFB and add the Main Menu
- The flag is not generated.
The flag is a Base64 image, similar to the one below:
<img src="image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAt1BMVEW ....... ABJRU5ErkJggg==" alt="English" width="16" height="11" style="width: 16px;height: 11px">
But this Base64 data must be preceded by “data:” like this:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAt1BMVEW ....... ABJRU5ErkJggg==" alt="English" width="16" height="11" style="width: 16px;height: 11px">
I suspect that your plugin is removing this information, causing the flags not to display.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.