• Resolved Ximbalo

    (@ximbalo)


    Hello,

    I am gratified that we were finally able to complete Authorize.net transactions using your plugin. However — we are not seeing the list of donors get populated in the admin area.

    Please let me know if there is anything we can do to remedy this.

    Thank You,

    XIMBALO

    https://www.ads-software.com/plugins/wp-donate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ximbalo

    (@ximbalo)

    One more issue to resolve is that of customizing the SUCCESS/ERROR response area. Even on success you are forcing the content there to be returned like this:

    <td style="color:red;" colspan="4"> -- Success Message Here -- </td>

    But RED text is so commonly used to indicate an error and so I suggest to you that this should NOT be hard-coded this way.

    SO if you were instead of that, do the following:

    <td class="response" colspan="4"> -- Message Here -- </td>

    You would make it much easier for us to use normal CSS to customize the output. Instead I had to add this to my CSS:

    #donate_form tr:first-child td {
    	padding: 10px;
    	font-size: 18px;
    	color: #face38 !important;
    	background-color: #292929;
    }

    Which is not only quite awkward, but also makes the assumption that your plugin for all future revisions will ALWAYS use the very 1st row of your form structure table, and I have to use the !important indicator to override your hard-code styling.

    A more standard way to style this would be to use a CSS class that identifies the container being used for status responses…

    Thank You,

    Plugin Author ketanajani

    (@ketanajani)

    Thank you for your suggestions and I will use these while providing updates for this plugin.

    The plugin should show the list of donors if the setup is made correctly. Did the listing works now or still same problem? if yes then please provide some more details so I can help solving the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Donor List Not Populating’ is closed to new replies.