maxfoundry
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Available to other editors??Great, glad to hear it.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Available to other editors??I answered in the Pro forum, so here it is for the free version as well (which is slightly different from the Pro version):
In the maxbuttons plugin folder is a file named maxbuttons.php. Line 118 is where the capability is defined and looks like this:
$capability = 'manage_options';To open let anyone create buttons, change that line to this:
$capability = 'read';For further capabilities reference, see the Roles and Capabilities page on the codex.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Available to other editors??We also answered this on the Pro forums, but will do so here as well. To let non-admin users create buttons, you’d have to make a code change. If you’re not comfortable with that, then we’ll have to build some sort of roles/permissions functionality in a future release.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Text displaying wrong colour/opacityTry enabling the “Use !important” option in the advanced section.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Color SelectionsClosing this issue.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] force cssThe latest version of both the free and Pro versions now support this.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Adding buttons to formsClosing this issue.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to remove margin around buttonThis forum is for the free version only. We’ll answer your post on the Pro forums instead.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Adding buttons to formsNo, not at this time.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Update Alters Button SettingsGreat, glad to hear it.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Update Alters Button SettingsLooks like it’s a CSS conflict with your theme styles. Try enabling the “Use !important” advanced option on the buttons.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Update Alters Button SettingsWhat was the button text color before the update?
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Can't change buttonGreat, glad to hear it.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Can't change buttonDeactivate and then re-activate the plugin. That should resolve the issue.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] i lost my buttons after updateNo problem, glad that resolved the issue.