maxfoundry
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Events TrackingActually, yes, those things are on the to-do list 🙂
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Text displaying wrong colour/opacityLooks like the CSS for your theme
<a>element is overriding the button style for the<a>element (see dynamik-min.css, line 2).If you want buttons to be the exact same width, your best bet is to use the Pro version as it has specific width and height settings.
Glad you got it figured out.
Try enabling the container option and then setting the alignment property to either “display: inline-block” or “float: left”. If that doesn’t work, using a simply HTML table should do the trick, like this:
<table> <tr> <td>[button shortcode]</td> <td>[button shortcode]</td> <td>[button shortcode]</td> </tr> </table>Forum: Plugins
In reply to: [MaxButtons - Create buttons] Not working with php 5.4We haven’t tested MaxButtons with PHP 5.4. Sounds like an issue with one of the functions being used by the plugin, but we won’t know for sure until we test it against PHP 5.4.
Marking as resolved.
No problem, glad you got it resolved.
The <p> tag isn’t part of the button, but it’s possible it either came from your theme or the WordPress editor added it by default. Try switching to your HTML view and removing it manually.
Can you post the system info from the Support page?
Does anything else in the plugin work, like the colorpickers?
What version are you using? Is this a brand new install or have you recently updated?
Yes, sounds like you recently updated? Deactivating and then re-activating the plugin should solve the issue.
Try enabling the container option. Many times that will resolve an issue like this.
No problem, glad that fixed it.