Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1127275

    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.

    View post on imgur.com

    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

    #1128153

    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

    #1128264

    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

    #1128381

    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?
    2019-08-16-151850

    Best regards,
    Mike

    #1129260

    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!

    #1129344

    Hi PIW,

    Hope you can get it working soon.

    We are closing this one.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Strange character + wrong icons’ is closed to new replies.