Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1050617

    Hello,
    is it possible to show a WhatsApp icon that i got from Flaticon on the lower right corner like on http://www.whatshelp.io ?
    Thats when i am scrolling it comes with me? Is it possible to do it only with CSS code?

    Thanks

    #1050624

    Hey Banshee350,

    I’m not seeing the icon/feature you’re referring to on the link you provided.

    Best regards,
    Jordan Shannon

    #1050808

    On https://whatshelp.io/widget when you only choose WhatsApp icon and enter a random number it appears on the right lower corner.

    #1050993

    Hi,

    I see. For something like this it would really require the services of a freelancer as it is not an out of the box function of the Enfold Theme and implementation goes beyond the scope of the support forums.

    Best regards,
    Jordan Shannon

    #1051517

    I got the icon on the bottom right corner but when i scroll up and down it disappears behind Header and Footer. I tried z-index but doesent works for me.

    #1051552

    Hi,

    Provide a link to your site so I can have a look.

    Best regards,
    Jordan Shannon

    #1053569

    I am not that far yet with my Homepage cause lack of time. Thats why i still running it local. So there is no link you could acess right now.

    #1053933

    Hi,

    Could you give us a screenshot of what you’re trying to implement? Do you want the icon to stick, or set it as a fixed element? You can start with this css code:

    .whatsapp-icon {
       position: fixed;
       bottom: 50px;
       right: 50px;
       z-index: 1000;
    }

    Make sure that the icon container has the “whatsapp-icon” class attribute.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.