Buttonizer
Forum Replies Created
-
Hi @takaacstamaas ,
Thank you for reaching out to us!
Unfortunately we do not yet support this menu-style yet, however, this is something we want to add in the future! We see a lot of people are interested in this feature, so I think we should give it a bigger priority π
I also see you’ve found the community topic about this feature, when we have an update, we’ll ping you in the Buttonizer Community. I’ll mark this issue on WordPress as resolved for now.
If you have any further questions, let us know!
Cheers π
Hi @arsenalemusica ,
Buttonizer Dashboard
In the Buttonizer dashboard, you should be able to set up who can access the Buttonizer dashboard.Steps:
1. Go to the Buttonizer Settings
2. Open ‘Preferences’
3. Scroll to ‘Permissions’
4. Only select the ‘Administrators’ roleFor more information, please read this knowledge base article.
The Buttonizer frontend
Unfortunately this is not possible with the free version of Buttonizer. If you’d like to receive more information, please check out our Buttonizer Community.But you can also use the following CSS to hide Buttonizer fully on your custom user frontend:
.buttonizer { display: none; }Cheers
Hi @vcoronel ,
Thank you for your questions!
First of all, unfortunately due to WordPress support guidelines we are not allowed to answer questions about the pro version on the WordPress support forums. It is possible to open a private ticket here or on our public Buttonizer Community.
Your review
Secondly, I’d like to let you know that I’ve seen your thoughts about the free version of Buttonizer. I’m sorry to hear that. This knowledge base article will give you some more information about the single button and group functionality.Last year we have added a lot of new functionalities and more complexity and settings to Buttonizer, I agree with you that Buttonizer is getting a bit over-complicated. We’re are working on some big updates which will introduce templating for example. This way setting up a button (including styling) will be a matter of seconds instead of minutes.
Currently, we’re also trying to simplify the settings and are moving some ‘hidden’ settings to the dashboard so these are also available to change.
If you have anything else that could make it easier to understand the way how Buttonizer works, please let us know! We’re constantly trying to improve our plugin and are also adding a lot of free functionalities.
To answer the questions regarding to the free version:
We’re currently working on the functionality to disable shadows, but is not yet available (but will become available).
You can also add the following CSS that should remove the button shadow:`
.buttonizer, .buttonizer .buttonizer-button {
box-shadow: unset !important;
}
`Resizing buttons is not possible with Buttonizer currently, it’s on our feature request list. SVG is only supported if your WordPress environments support it, by default it’s disabled by WordPress, but if you have a plugin that enables SVG’s, then Buttonizer will work with it.
If you’d like to open a private ticket to talk further about premium features, please click here. We have also have a public Buttonizer Community where you can also ask these questions.
Please let me know if this answers your questions (as far as this was possible regarding to the WordPress guidelines).
Cheers
Hi @sorich ,
Could you elaborate on what the issue is? I’ve checked your website, but the messenger seems to open correctly on button click.
Let me know! π
Hi @arsenalemusica ,
Most email clients automatically make the link clickable as soon they open the email.
(Un)Fortunately it’s not possible to send HTML content to the email client due to security reasons.
Let me know if there’s anything else we can help you with π
Hi @ivanass ,
Thanks for letting us know that you are experiencing this issue!
Another user on our community experienced the same issue a while ago. The reason is indeed the redirection from that .htaccess script. It unfortunately manipulates the Buttonizer saving request.
You can read the full explanation here: https://community.buttonizer.pro/d/432-400-bad-request/15
In your case it should also be fixed if you add
RewriteCond %{REQUEST_URI} !^/(wp-json)to the excludes.Your updated code:
RewriteCond %{REQUEST_URI} !\? RewriteCond %{REQUEST_URI} !\& RewriteCond %{REQUEST_URI} !\= RewriteCond %{REQUEST_URI} !\. RewriteCond %{REQUEST_URI} !\/$ RewriteCond %{REQUEST_URI} !^/(wp-json) RewriteRule ^(.*[^\/])$ /$1/ [R=301,L]Let us know if there’s anything else π
Cheers
Hi @luisrdz0689 ,
Apologies we haven’t updated you yet, but we should have fixed the issue you were experiencing in version 2.3.0! Currently the latest release of Buttonizer is version 2.3.2.
If you have any more feedback or you run into any more issues, please let us know!
Hi @cienfu90 ,
I see we didn’t reply to this topic yet. We already have Google Analytics implemented into Buttonizer.
Please review the following knowledge base article: https://community.buttonizer.pro/knowledgebase/17-tracking-conversion-with-google-analytics
Let me know if you have any further questions π
Forum: Plugins
In reply to: [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] hover color@arsenalemusica Version 2.3.2 has been released! Please let us know if the issue has been resolved π
Forum: Plugins
In reply to: [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] hover colorHi @arsenalemusica , we are aware of the issue and we’re currently working on a bugfix as we speak. It is a bug that unfortonately slipped through in the last release 4 days ago (2.3.1).
We’ll tag you as soon an update has been released.
Hi @arnocn , thank you for your review!
Currently we are working on the export/import functionality, so that will become available soon! π
If you have any more feature requests, let us know!
Hi @ricky12123 ,
Thank you for taking the time for reviewing us! It’s really appreciated!
The production build of Buttonizer is indeed minified. I’ve re-checked our JavaScript bundle size, and the file size of
frontend.min.jsof Buttonizer is 230kB.The
frontend.min.jsfile is the file that’s being loaded in on your website.You can verify this file size by going to our Buttonizer website and checking the file size in the network tab in the browser developer tools:
https://buttonizer.pro/wp-content/plugins/buttonizer-multifunctional-button-premium/assets/frontend.min.jsCould you let me know what file you have checked that was 1MB of size?
I hope to hear from you soon.
Hi @frankyjuang ,
We just realise this is a question regarding to the pro version of Buttonizer and my colleague didn’t realise that.
Unfortunately we’re not allowed to give support for Buttonizer PRO on the WordPress forums due to their strict guidelines.
I’d like you to redirect you to our Buttonizer Community where we can give support to you without any restrictions: https://community.buttonizer.pro/
Our apologies for the inconvenience.
Hi @kramarz ,
As the stickied post on the WordPress forums says, we’re just much more active on our Buttonizer Community ( https://community.buttonizer.pro/ ), but we try to maintain the WordPress forums as well.
We’re currently in contact with developers of ElegantThemes (Divi) and they’ve suggested some solutions we could try to hide Buttonizer just for the builder edit page.
We’ll make sure to experiment and implement these in a future version of Buttonizer.
So stay tuned, we will update this topic as soon as we’ve got an update π
If you have any further feedback, let us know!
Hi @luisrdz0689 ,
Could it be that you have a group with only 1 button showing on a device?
If so, this might be related to a bug that we have identified. We have fixed this issue and it will be included in our next update.
A temporary fix for this issue might be to disable close on click outside in your group settings.
Please let me know if this was the case for you!