• The HTML code of the widget is messed up. Tables, forms, etc. Also, the plugin applies some styling which affects the whole WP installation. For the widget I’d like to see more config options.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mbj-webdevelopment

    (@mbj-webdevelopment)

    Hello @aurban,

    PayPal Donation Buttons plugin Active Installs: 6,000+ this is first time seeing this type of support.

    Please double check from your end ( disable all other plugin ) and let me know if problem still there?

    I am happy to help you.

    Plugin Author mbj-webdevelopment

    (@mbj-webdevelopment)

    If you want to give it another shot I’m sure we can get it working for you, and I’d love to figure out a way to get you to adjust your rating here. ??

    Thread Starter Anselm

    (@aurban)

    Your 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 section tag your plugin uses a div tag 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.

    Plugin Author mbj-webdevelopment

    (@mbj-webdevelopment)

    @aurban, Thank you very much for your reply.

    We will start working on above issue and update plugin ASAP.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The widget is really bad’ is closed to new replies.