I only wan't to show the buttons and hide head button. I used this CSS code to hide it:
.buttonizer a.buttonizer-head {
display: none;
}
But when I click anywhere from the bottom till the first button it hides all the buttons. Afterwards it not possible to show them again. What is the right wat to do this?

Thanks,
Mario

    Hi, How to disable the " Close on click outside" functionality?

    Hi SEOCO , first of all, welcome to the Buttonizer Community! 🥳

    We're currently working on a big update for Buttonizer and I'd like to confirm that we've implemented a feature to hide the main (head) button. We've also implemented a setting to disable the Close on click outside functionality! 😃

    We expect to release a beta version later this week. We'll update your topic as soon we've released the beta version! 😎

    Hi, Is the beta already available? This becomes urgent. Else we need to look for another solution.

      Hi SEOCO , thank you for your patience. We're expecting to release the beta version later today as we're is still finishing up some things (we don't want to hurry too much, otherwise things might break and that wouldn't be nice). If you need to go live with the website, I suggest to disable Buttonizer temporarily until the beta has come out later today.

      I will update your topic as soon the update went live.

      Thx for the feedback. Website is live and customer not that happy :-(
      Please keep me posted. Will there also be a fix for the alignment? I can't get my icons + images aligned to the right. It always stays aligned in the middle.

      Hi @SEOCO ,

      We have just released the public beta (v2.2.0-beta.5). See our article to see the changelog and the update instructions.

      Please try updating on a staging environment first, because there might still be bugs present (hence it's a beta).
      Any bugs you can report on the forum and we will fix them as fast as possible in the newest beta.

      Hi, where to download the beta version? The link page does not work?

      Thx,
      Mario

        Hi SEOCO , apologies, some forum permissions were not set correctly. You should be able to read the topic now 🙂

        Ok, thx, one issue I can't find out. I have in 1 button group 3 icons 64x64px and 2 images 200x64px. I am not able to align all to the right. Whatever I do the alignment is still middle. Can you support?

          Hi SEOCO , thank you for your reply! We've checked the issue and it appeared to be an issue on our side. We've fixed some other issues together with the image one.

          Version 2.2-beta-6 has been released!

          In this version we have not yet implemented image only mode, so I suggest to add the following code as you have a very big 'icon':

          .popup-call-back {
              text-align: right;
              height: unset;
              box-shadow: unset;
          }
          
          .popup-call-back img {
              max-width: unset;
              transform: translate(0, 0);
              position: relative;
              top: unset;
              left: unset;
              border-radius: 0;
              float: right;
          }

          Quick note: I've just discovered a small bug when you hover the image, it goes back to the default size. You can fix this by setting the hover image size also on 200px. We'll fix this issue tomorrow.

          Let me know if this helps!