• Resolved eme1

    (@eme1)


    Hello guys, thanks for your amazing plugin, I recently changer my theme and now the WhatsApp button it’s showing above other stuff on my website, like the Woocommerce cart, and it’s bothering me a bit because on mobile and desktop appears above the cart buttons like “View cart” and “Proceed to checkout”.

    I would like to know if there’s a piece of code I can add on advanced settings to keep the WhatsApp button on the back, still visible of course, but not above the flying cart view and Woocommerce store advice.

    Thank you so much again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Monillo

    (@monillo)

    Would it be possible to see the URL?

    Thread Starter eme1

    (@eme1)

    Yes of course, you can clic this to go to my website, the plugin is set on 6 seconds to appear, try adding some products on cart and you’ll see what I mean, thanks for youe hekp

    Plugin Author Creame

    (@creapuntome)

    Add z-index:390; to your custom mobiles tyles:

    @media(max-width:480px),(orientation:landscape)and(max-width:767px){
      .joinchat {
        --bottom: 60px;
        --s: 55px;
        z-index: 390;
      }
    }
    • This reply was modified 7 months ago by Creame.
    Thread Starter eme1

    (@eme1)

    Perfect! That’s working nice, thank you so much for your help.

    I just want to ask one last thing, is it possible to make this piece of code work on desktop also?? (I have Joinchat visible on desktop too), and is it possible to hide the WhatsApp button under the woocommerce store advice also??

    Thank you so much for all your help and for this plugin, it’s an amazing tool.

    Plugin Author Creame

    (@creapuntome)

    .joinchat {
        z-index: 390;
    }
    
    @media(max-width:480px),(orientation:landscape)and(max-width:767px){
      .joinchat {
        --bottom: 60px;
        --s: 55px;
      }
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not showing WhatsApp button above other stuff’ is closed to new replies.