Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter trizzant

    (@trizzant)

    Paid a dev on Freelancer to do it. Here you go.

    Changes should be in donate-plus.php <–

    <span id=”errd”></span>

    ^ That next to the amount input field tag
    ————

    <script type=’text/javascript’>
    jQuery(‘#donateplusform’).submit(function() {

    if (jQuery(‘#amount’).val() >= “.$dplus[‘default_value’].”)
    {
    return true;
    }
    jQuery(‘#errd’).css(‘color’, ‘red’);
    jQuery(‘#errd’).text(‘Error: $”.$dplus[‘default_value’].” Minimum ‘).show();

    return false;
    });
    </script>

    ^ That just below the donation form…

    Thread Starter trizzant

    (@trizzant)

    Thank you, that worked!! I know it seems simple but I just couldn’t figure out what to replace and with what. Maybe you could add the to the instructions to help out other n00bs like me?

    Thread Starter trizzant

    (@trizzant)

    Yes, I have the last two options checked. I guess my question is how do I type out [faq faq_topic=”topic-slug”] what do I replace and with what? Thanks.

    Thread Starter trizzant

    (@trizzant)

    Thank you for the response. The topics have faq’s associated with them and I am typing in the slug all lowercase as it is listed in the plugin. Not sure If I am typing anything in properly though. The site is nook2android.com thanks for your product and your help.

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