Flags on Action Bar
Hi there!
I have a problem with Action Bar on Betheme. With the last WP update I can no longer see this flags on top bar. I put this code
I have a problem with Action Bar on Betheme. With the last WP update I can no longer see this flags on top bar. I put this code
<a href="https://www.redic.it/" target="_self"><img src="https://www.redic.it/wp-content/uploads/2018/07/Bandiera-Ita1.jpg" width="20" height="13" /></a>   <a href="https://www.redic.it/en/" target="_self"><img src="https://www.redic.it/wp-content/uploads/2018/07/Bandiera-Eng1.jpg" width="20" height="13" /></a>   <a href="https://www.redic.it/de/" target="_self"><img src="https://www.redic.it/wp-content/uploads/2018/07/Bandiera-Ger1.jpg" width="20" height="13" /></a>   <a href="https://www.redic.it/fr" target="_self"><img src="https://www.redic.it/wp-content/uploads/2018/07/Bandiera-Fra1.jpg" width="20" height="13" /></a>
on Menu & Action Bar -> Action Bar -> Slogan.
Previuosly, this was the result:
Now I see this: https://snag.gy/9LS7Zq.jpg
Can you tell me why? I need the flags becase this is a WP multisite installations and I need the user to choose between the 4 languages.
Thank you!
Comments
this is due to Envato new security changes which we have to follow. From now on you cannot use HTML markup in most of Theme options. Fields that previously accepted HTML now only accept plain text.
Only basic HTML tags like strong,b, i,a and u are working. Read more about the changes here:
https://help.author.envato.com/hc/en-us/articles/360000481243-WordPress-Theme-Security-Requirements#h_674316188621522302914837
thanks
Can you suggest me how to fix this problem?