Today, when I was working on a translation with the WPML plugin, a strange character appeared before the header of my site and this caused the menu icons to be misaligned.
Searching on Google, it seams to be a Zero Width Space character. I tried to deactivate all the WPML plugins (including the Woocommerce multilingual) but the character is still there.
Can anyone give me a hand with this?
Thanks
Hey PIW,
Sorry for the late reply, I’m not sure about the character, but with a admin login in the Private Content area we could take a closer look.
To correct your menu icons please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#avia-menu .avia-menu-text .av_font_icon {
display: inline !important;
float: none !important;
}
Then clear your browser cache and check.
Best regards,
Mike
Thanks Mike. The code worked perfectly (I wonder what had happened to change this)
I’ve posted the credentials, if you can take a look at that character.
Thanks
Hi,
Thank you for the login, I found that this is actually from a javascript event listener, it seems to be “LeadTracking” or “FormIntegration” or both, perhaps from “RD Station” I don’t see any errors in the browser console.
So since it’s not interfering with your menu icons anymore, I assume you will want to keep using it now?
Best regards,
Mike
Thanks for your help again, Mike.
Yeah, we use RD station tracking and they have an event listener for when the user move the mouse to the url bar, so we can display a pop-up.
I will contact their support to see what we can do.
You can close this topic.
Thanks!
Hi PIW,
Hope you can get it working soon.
We are closing this one.
Best regards,
Victoria