Buttonizer
Forum Replies Created
-
Hi vvalladolid,
The reason is that more buttons won’t fit most of the mobile screens these days. We suggest to make different buttons for different screen sizes, an example: only show the phone number button on mobile.
Mostly you have different actions for mobile and desktop, so playing smart with it can help you ordering your buttons, having some desktop only and some mobile only. Then you’re able to make 14 buttons in total.
This is also the case for our pro version, there is a limit for 7 buttons at a time per menu for the same reason.
We may change this for the future, do you have any suggestions how we can make this easier to let our users know?
Let us know, and thank you for your support request!
- This reply was modified 6 years, 11 months ago by Buttonizer.
Thank you for the information @wittymind !
I’ve tried to reproduce this behavior on serval versions of Firefox, but I couldn’t reproduce it or see any flickering…
Your guest may have seen a slightly delay before the buttons appeared. But that isn’t the flickering part, but may thought it was flickering as soon the buttons showed.
If your guest still sees the buttons flickering, you can let us know again. We’ll try to reproduce it again. Maybe it’s on a specific page, then it can be a CSS conflict from a theme or plugin.
For now we do not have a solution… We’ll monitor the feedback and see if more people are having this issue π
Hi @wittymind ! Thank you for using Buttonizer!
That sounds weird… What device is the guest using? Desktop? Mobile? And if so, what browser?
Then we can do some tests to check if we can reproduce the problem. At the moment we are not aware of this problem, so we’ll need to look into it π
Hi @edmtec, thank you for the update! Do you enjoy the plugin? Cheers,
Jeroen
Hi teeboy4real,
Thanks for this feature request!
We’ve just taken a look at the Popups and we will be able to make a new action for it!It will be included in the next update for Buttonizer. π
Hi @erihenrique ! Thanks for the question π
You can follow our Elementor Popup guide at our Knowledge Base on our Buttonizer Community platform: https://community.buttonizer.pro/knowledgebase/76-how-to-use-elementor-popup-action
We’re also working on an update to make it even easier to use!
Let us know if this helps π
Hi Tonnick!
Thank you for your question! As this is a premium feature and we’re not allowed to discuss this on the WordPress forums (WordPress forum guidelines), I’d like you to redirect you to our own community where we can help you!
You can find our forums here: https://community.buttonizer.pro/
Cheers!
Hi Doowah,
Thanks for your question!
Unfortunately, we don’t have a search function.
Although, we do like this idea!
I’ll add it into our list of features we would like to implement in the future. πIt will take a while before we can actually begin on working on this since our current priority is to fix bugs and improve on the user experience of the new Buttonizer layout.
Cheers!
Hi teeboy4real,
Thanks for the compliment! π
You can perhaps add a script on your footer.
The script will be an event listener that will look and see if the focus is on the input.If the focus is on the input, it will change the opacity of Buttonizer to zero.
If the focus goes away from the input (blur), it will change the opacity back to a hundred.Here’s a script that I made and tested:
The input I used had the class “search-field”.<script> document.querySelector('.search-field').addEventListener('focus', () => { document.querySelector('.buttonizer').style.opacity = '0'; }); document.querySelector('.search-field').addEventListener('blur', () => { document.querySelector('.buttonizer').style.opacity = '100'; }); </script>Let me know if you have any questions!
- This reply was modified 7 years, 1 month ago by Buttonizer.
- This reply was modified 7 years, 1 month ago by Buttonizer.
- This reply was modified 7 years, 1 month ago by Buttonizer.
Hi korg007,
Thanks for this review!
We worked really hard on the newest version of Buttonizer.
Reviews like these really makes us happy! πIf you have any feedback or suggestions, let us know!
Cheers!
Hi Pierre!
Good question! At this moment we still do not have this feature available yet. The past few months (actually, almost for a year) we’ve focussed on a brand new version of Buttonizer to refresh the experience. This version (Buttonizer 2.0) will be released next week to all our users π
This version will not have that feature available yet. But since we’re with a bigger team now, I expect that will be able to build many more features the next few months!
I’ve added this request to our feature-request list!
How would you like to see multi-language integrated into Buttonizer?
Hi @hifunda ,
Sorry for the late reply. Did you manage to fix this already?
If not, do you use the Google Analytics script or do you use Google Tag Manager?
Hi @geokongr! Thank you for your review!
I am curious if you have any suggestions or ideas to improve the free version of Buttonizer? Let us know! π
Hi Raulfg! Thank you for your kind words!
If you have any feedback or suggestions, let us know!
Muchas gracias! π
Hi,
Thanks for asking for support!
Is it possible that the button is not appearing because “Show on desktop” is not on?
If your intent was to only show the button on mobile but it’s not appearing on mobile. Let us know!