Anselm
Forum Replies Created
-
@dkotter I’m running the latest version.
Thanks, works.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] PHP 7 incompatibilityThanks for your answer, that’s good to know.
Give works well on my site, too.Forum: Reviews
In reply to: [Simple Social Icons] Great pluginI’ve updated my review.
Forum: Reviews
In reply to: [wp-Typography] I like it BUTThe bug seems to be gone. Some time ago I manually changed quotes to German smart quotes („“) because the plugin changed them to English smart quotes, although I didn’t change the settings.
Now I tried to reproduce the bug but everything seems to be fine. You get one more star 🙂Forum: Reviews
In reply to: [Donation Button] The widget is really badYour plugin adds a padding to
.wrap.
See line 13 of donation-button-admin.css:
.wrap {padding: 8px;}
This rule affects the entire admin dashboard. It’s not fatal but anyways I don’t like plugins adding CSS code where it doesn’t belong.The second problem I mentioned is the HTML code of the widget. These are the main issues with the code:
- Instead of a
sectiontag your plugin uses adivtag as the widget’s wrapper - Inside the form you use for the PayPal button, the text is wrapped inside an entire table!
- The button itself is wrapped in a second separate table!
These tables are the most unnecessary code I’ve seen in awhile.
What I miss in the widget settings (besides the fact that there are no separate widget settings) is a widget title. That’s pretty much standard. Also, I’d like to edit the widget text in the widget settings page, not in the plugin’s settings. That’s also standard for every other plugin which provides a widget.
- Instead of a