• Resolved comax@gmx.net

    (@comaxgmxnet)


    Just installed and setup Donation Extra (already loving it!) only thing I can complain about is the styling that’s going on when implementing the DonationExtra Shortcut (Donation Form) into my projects page.

    Have a look here:

    When I check the author’s page the plugin seems to behave normal, meaning the form won’t go over the whole page.

    Basic question: How can I solve that?

    http://wordpress.org/extend/plugins/donate-extra/

Viewing 15 replies - 1 through 15 (of 23 total)
  • Plugin Author justinesmithies

    (@justinesmithies)

    Ah yes i see the issue & i will have this resolved in the next release very shortly.

    Plugin Author justinesmithies

    (@justinesmithies)

    Will have the update V1.97 for you try as soon as the svn server is back online as it is down for maintenance.

    Let me know if it help.

    Justine

    Thread Starter comax@gmx.net

    (@comaxgmxnet)

    Thanks for the fast support! Outstanding & Awesome!

    It’s look like not fit on my pages, please take a look at http://chuanamquang.com/donation From where i must fix this to be fit?

    Thank You.

    Plugin Author justinesmithies

    (@justinesmithies)

    @globalaperta Are you using version 1.97 of Donate Extra ?

    It looks like you have modified the plugin ?

    What does not fit , it looks like it fits apart from you no longer have the option to donate in private.

    Justine

    Plugin Author justinesmithies

    (@justinesmithies)

    @globalaperta looking at the code on your site it doesn’t seem like you are using the Donate Extra plugin with the shortcode [donateextra]

    Sorry, i test a jot form, now i am will activate Donate Extra plugin again. Please see my page again.

    Thank’s

    Plugin Author justinesmithies

    (@justinesmithies)

    @globalaperta It all seems to fit from where i’m looking.
    What do you think doesn’t fit ??

    For more clear please see my screen shoot here

    Plugin Author justinesmithies

    (@justinesmithies)

    @globalaperta i think thats something to do with your theme / css on your site.
    Leave it with me and i’ll get back to you with some answers although it might be tomorrow.

    Justine

    @justinesmithies Thank You For your help, Awesome!

    Thread Starter comax@gmx.net

    (@comaxgmxnet)

    Just installed the new version but it doesn’t seem to fix the problem, please have a look at the site.

    And another question. I am using 2 plugins to process paypal payments, yours for donations and another one for my shop. Now will it break your plubin if I point Paypal’s IPN to the other plugin or will your’s continue to work anywayys?

    Plugin Author justinesmithies

    (@justinesmithies)

    Will get a look at it tonight. I see a common issue between yourself comax@gmx.net & globalaperta .
    Hopefully will have a fix for you both later.

    Justine

    Plugin Author justinesmithies

    (@justinesmithies)

    Can you two try this please ? @comax@gmx.net @globalaperta

    Edit your donate-extra.php file and look for this section of code.

    $output .= '
    <input type="hidden" name="notify_url" value="'.$notify.'">
    <input type="hidden" name="item_name" value="'.$dextra['donate_desc'].'">
    <input type="hidden" name="business" value="'.$dextra['paypal_email'].'">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="no_shipping" value="1">
    <input type="hidden" name="rm" value="2">
    <input type="hidden" name="return" value="'.$tyurl.'">
    <input type="hidden" name="currency_code" value="'.$dextra['paypal_currency'].'">
    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
    <p class="submit"><input type="image" src="'.$button.'" border="0" name="submit" alt="">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></p>
    </form>';

    Change it to :

    $output .= '
    <div style="height: 10px;">
    <input type="hidden" name="notify_url" value="'.$notify.'">
    <input type="hidden" name="item_name" value="'.$dextra['donate_desc'].'">
    <input type="hidden" name="business" value="'.$dextra['paypal_email'].'">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="no_shipping" value="1">
    <input type="hidden" name="rm" value="2">
    <input type="hidden" name="return" value="'.$tyurl.'">
    <input type="hidden" name="currency_code" value="'.$dextra['paypal_currency'].'">
    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
    <p class="submit"><input type="image" src="'.$button.'" border="0" name="submit" alt="">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></p>
    </form></div>';

    All i have done is add the div at the top and bottom with a height style.

    Let me know if it fixes your two pages as i can fix it by trying Chromiums code inspector on your pages.
    Strange though as it doesnt affect my them but then it could have something to do with the fact i’m using a full page and your not ?

    Justine

    Thread Starter comax@gmx.net

    (@comaxgmxnet)

    I’m on it, give me a second^^

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Strange Styling on Hypax theme’ is closed to new replies.