• In the contact menu I always had a link to Whatsapp, looking like that:

    https:// api.whatsapp.com/send/?phone=628736300345&text=Hello+Buda!+I+have+a+question…&lang=en

    (I added a space for the forum to make the link visible.)

    It was displayed between FB Messenger and Facebook. However, since some update (I don’t know when and what update it was), the link is no longer displayed. After some troubleshooting I figured out, the problem is that the link begins with api. when I change it to www. the link is displayed normally. But the actual link is api.

    How can I make the link visible and clickable again?

    • This topic was modified 1 year, 5 months ago by shinanqu.
    • This topic was modified 1 year, 5 months ago by shinanqu.
    • This topic was modified 1 year, 5 months ago by shinanqu.
    • This topic was modified 1 year, 5 months ago by shinanqu.
    • This topic was modified 1 year, 5 months ago by shinanqu.
    • This topic was modified 1 year, 5 months ago by shinanqu.
    • This topic was modified 1 year, 5 months ago by shinanqu.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @shinanqu

    Please use this code to fix it:-

    body nav#top-menu-nav li i.fa-brands.fa-whatsapp {
        font-family: "Font Awesome 5 Brands" !important;
        font-style: normal !important;
    }
    Thread Starter shinanqu

    (@shinanqu)

    I added it to the custom css of my theme. But it did not change anything. I am not sure what the code exactly does, but the problem is not Font Awesome. It is displayed perfectly fine at the other links, and deleting the icon also doesn’t help.

    The only problem is the link, which begins with api. WordPress seems to expect a www. link and does not accept an api. link.

    • This reply was modified 1 year, 5 months ago by shinanqu.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link beginning with api. (Whatsapp) no longer displayed in menu’ is closed to new replies.