maxfoundry
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] i lost my buttons after updateDeactivate and then re-activate the plugin.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] force cssTimeframe is in the next day or two.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] force cssIt will be a global setting, per button. We’re also tweaking the button CSS to use a prefix on the CSS classes that are specific to the plugin, which will also help avoid CSS conflicts with theme styles.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] force cssYour post is timely as we about about to release an update that will include an option to use !important for the button css.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Adding buttons to formsThat’s not something you can do at the moment; however, we’re looking at possible ways to support that in the future.
What kind of picture gallery? Do you mean the basic WordPress gallery or a gallery from another gallery plugin? Either way, I’m not sure you can do it.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Buttons not cross-browser compatiblePosting the URL of your buttons would help see the issue better. But also know that the Pro version has specific settings for width and height to help with this issue. Not trying to upsell you on it, just bringing it to your attention.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Unknown Text Format When Generating New ButtonMaybe it’s because the plugin doesn’t yet support right-to-left languages, I’m not sure.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] save button not working!Many times an issue like this can be fixed by simply deactivating and then re-activating the plugin. This is especially true if you recently updated the plugin.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Unknown Text Format When Generating New ButtonFirst, if you say “Thank you for great work”, that’s a compliment 🙂
As for the translation, if you’ve never done it before, a simple google search should lead you to plenty of articles that shows you how to do it.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Unknown Text Format When Generating New ButtonThanks for the compliment, and hopefully someone will be kind enough to do an Arabic translation for us (the plugin does support localization).
Forum: Plugins
In reply to: [MaxA/B] [Plugin: MaxA/B] Home Page AB TestingUnfortunately, no, MaxA/B can’t test the homepage right now. It’s definitely something we hope to address in a future update.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] html code?Do you want to add the same buttons to all your posts? If so, you can do that, but you’ll have to edit your post template file, most likely single.php.
If this is what you want, edit the single.php file to have this code for each button you need (changing the id of each, of course):
<?php echo do_shortcode('[maxbutton id="17"]') ?>Forum: Plugins
In reply to: [MaxButtons - Create buttons] Color SelectionsYou can use the colorpickers in the free version to use any color you want. The blue and green are just there to get you started.
As for the button size, in the free version the button size is determined by the font size and the amount of padding around it. The Pro version has settings to explicitly set the button height and width.
Forum: Reviews
In reply to: [MaxButtons - Create buttons] Limited Button PlacementThat’s not true, and we don’t appreciate you going to another forum posting your complaint when you’ve already posted to the Pro forums and emailed us, which we quickly answered. You have a basic misunderstanding of the answer we gave you, and this isn’t the right place for your complaint. There is no oversight on our part.
First, you *can* line up buttons horizontally in the free and Pro version of MaxButtons by enabling the container option and setting the alignment property to either “float: left”, “float: right”, or “display: inline-block”. If for some reason that doesn’t work, you can put the buttons in a simple HTML table, like this:
<table> <tr> <td>[maxbutton shortcode goes here]</td> <td>[maxbutton shortcode goes here]</td> <td>[maxbutton shortcode goes here]</td> </tr> </table>In your case, you wanted the buttons in the top-right of your site, which is not a normal content area for a shortcode, and would most likely require you to edit the header.php file of your theme. That does not warrant a refund for the Pro version.