• Resolved maximiliano

    (@maxidg)


    hi there,
    something strange after update i can’t see the WA button πŸ™

    ideas?

    • This topic was modified 4 years, 6 months ago by maximiliano.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Creame

    (@creapuntome)

    Hi @maxidg

    There is a problem of z-index, the button is behind other elements on page.
    You can solve it adding this code to your Custom CSS:

    .whatsappme { z-index:1000; }

    Thread Starter maximiliano

    (@maxidg)

    hi there,
    put it but nothing … πŸ™

    i have this in customs css:

    .whatsappme { z-index:1000; }
    .whatsappme__header { box-sizing:border-box; }

    i tried to delete second raw too … but nothing … πŸ™

    ideas? i think is better to turn-on version 2.3.3 πŸ˜›

    Plugin Author Creame

    (@creapuntome)

    There is a problem with the load order of css. Try with this:

    .whatsappme { z-index:1000 !important; }

    πŸ˜‰

    Thread Starter maximiliano

    (@maxidg)

    wow great work!!!!

    thanks bro!

    πŸ˜›

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stop working after update 2.3.3 to 3.0’ is closed to new replies.