• Resolved nonprofitwork

    (@nonprofitwork)


    I am using Seamless donations on one site and it works perfectly.

    I have installed it on a new site and am having an issue with the styling of the radio buttons. On the site that works the buttons are styled like bootsrap buttons. On the site that does not the donation values are present but no button is visible.

    When I use inspect element function on chrome to see the difference between the two sites I there is only one difference, which is the absence of

    “<label for=”donate-200″ class=”dgx_donate_giving_level_200″>$200</label>”

    When I use chrome’s inspect element to “Edit as HTML” and insert the missing label tag the formatting of the one button I edited works as desired.

    Below is the html from each.
    Site that Works
    <span id=”dgx_donate_giving_level_200″ class=”horiz”>

    <span id=”dgx_donate_giving_level_200-error-message” style=”display:none” class=”seamless-donations-error-message-field”></span>

    <input type=”radio” name=”_dgx_donate_amount” value=”200″ id=”donate-200″ data-conceal=”.other-donation-level”><label for=”donate-200″ class=”dgx_donate_giving_level_200″>$200</label></span>

    Site that does not work.

    <span id=”dgx_donate_giving_level_200″>

    <span id=”dgx_donate_giving_level_200-error-message” style=”display:” class=”seamless-donations-error-message-field”></span>

    <input type=”radio” name=”_dgx_donate_amount” checked=”” value=”200″ data-conceal=”.other-donation-level”>$200</span>

    I have tried enabling “Add label tag…” under form options, but it made no difference. It is now enabled. I am using WP 4.5 and Seamless Donations 4.0.17 on both sites.

    Do you know what could be causing this problem and how I might fix it?

    I would appreciate the help, but completely understand if this falls outside the supports you provide.

    Mark

    PS- Thanks for doing what you do, this plugin is so helpful 🙂

    https://ww.wp.xz.cn/plugins/seamless-donations/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author David Gewirtz

    (@dgewirtz)

    When you turn on Add Label Tag, are you saying the label isn’t showing up when you inspect the element? If it doesn’t show up, then that’s a bug. If it does show up, but doesn’t change how your site displays, that’s a matter of the cruelty that exists within CSS and themes in general.

    –David

    P.S. You titled this thread “Missing $200”. Are you missing the $200 button or did you somehow lose an actual amount of $200? I’m guessing the former, but I want to make sure it’s addressed.

    Thread Starter nonprofitwork

    (@nonprofitwork)

    Correct, the label is not showing up when I inspect the element.

    PS re: “Missing 200” – the topic title I originally included as “Missing<label for=”donate-200″…” The wordpress support forum changed this to a misleading “Missing $200”. Because of the unfortunately misleading title i reposted.

    Thread Starter nonprofitwork

    (@nonprofitwork)

    Sorry I should have asked, because the label is not showing up, it is a bug, what would be the best way to address the problem?

    Thanks for the help 🙂

    Mark

    Plugin Author David Gewirtz

    (@dgewirtz)

    Turn on the label option and then either post here or email me a link to the donation page (here would be better so we can track the thread). I’d like to look at the user-facing HTML.

    –David

    Thread Starter nonprofitwork

    (@nonprofitwork)

    The label option is on. You can find the donation page at

    http://www.non-profit.work/Tech1/donate/

    Plugin Author David Gewirtz

    (@dgewirtz)

    The label tag is generating in your code, but it’s only for text elements. I checked other code, and I think I only generate label tags on text elements. So I’m going to record that as a probable bug.

    –David

    P.S. Marking as resolved because bug.

    Thread Starter nonprofitwork

    (@nonprofitwork)

    Just to clarify, there’s nothing I can do to fix it right?

    Thank your help. I know it didn’t work for me this time but nonetheless thanks for the plugin 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Missing $200’ is closed to new replies.