Title: demo7up's Replies | WordPress.org

---

# demo7up

  [  ](https://wordpress.org/support/users/demo7up/)

 *   [Profile](https://wordpress.org/support/users/demo7up/)
 *   [Topics Started](https://wordpress.org/support/users/demo7up/topics/)
 *   [Replies Created](https://wordpress.org/support/users/demo7up/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/demo7up/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/demo7up/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/demo7up/engagements/)
 *   [Favorites](https://wordpress.org/support/users/demo7up/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/demo7up/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/demo7up/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/demo7up/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Strange text after site migration](https://wordpress.org/support/topic/strange-text-after-site-migration/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/strange-text-after-site-migration/#post-18434692)
 * I figured it out, i enabled zlib.compression and it seems they dont play well
   together.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] How to change form url (Permalink)](https://wordpress.org/support/topic/how-to-change-form-url-permalink/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/how-to-change-form-url-permalink/#post-18307306)
 * Not exactly, you are a bit confused that define you mentioned changes the beneficiary
   portion of my url above not the actual form url! The form creates its link from
   the name you enter as the form name on the builder so the portion im trying to
   change is abc (form name) to xyz (form name) because the name of the form itself
   changed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] How can I change the “GiveWP” text on Bank Account Payment](https://wordpress.org/support/topic/how-can-i-change-the-givewp-text-on-bank-account-payment/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/how-can-i-change-the-givewp-text-on-bank-account-payment/#post-18144128)
 * Created this almost 2 weeks ago and still no response from the dev’s, neither
   here, via email, or on the github discussions page. I’m starting to feel that
   paying for this product is such a waste. How can you maintain a production site
   when you cant even get answers from support after 2 weeks and counting.
    -  This reply was modified 1 year, 6 months ago by [demo7up](https://wordpress.org/support/users/demo7up/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] How can I change the “GiveWP” text on Bank Account Payment](https://wordpress.org/support/topic/how-can-i-change-the-givewp-text-on-bank-account-payment/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/how-can-i-change-the-givewp-text-on-bank-account-payment/#post-18139029)
 * Bump
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Custom field on a specific donation form](https://wordpress.org/support/topic/custom-field-on-a-specific-donation-form-2/)
 *  [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/custom-field-on-a-specific-donation-form-2/#post-18118696)
 * I think I’ve seen somewhere they use post ID’s I’m not 100% sure but you can 
   try :
 * “If you want to target a specific form you can pass the form or post id as a 
   conditional. The example below targets a form with the ID. Note that this will
   only work for single GiveWP form pages, not when the form is output via the shortcode.”
 * Bottom of [https://givewp.com/documentation/developers/changing-form-label-text/](https://givewp.com/documentation/developers/changing-form-label-text/)
   shows how to target a specific form.
 *     ```wp-block-code
       function give_fields_donation_form_after_personal_info($post) {    global $post;        if ( $post->ID == '21710' ) {}}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Lifetime Donations & Average Donation are showing wrong values](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/#post-17971776)
 * Update: if I enable Auto-format server currency amounts -> give_forms&page=give-
   settings&tab=general&section=currency-settings it only shows $1
 * > [View post on imgur.com](https://imgur.com/JqkRp03)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Lifetime Donations & Average Donation are showing wrong values](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/#post-17971756)
 * After making a 3rd payment the label came back but it says last donated 4 hours
   ago when it was 4 minutes ago? Recurring payment is stuck on processing but the
   3rd payment actually added the 1 dollar properly.
 * > [View post on imgur.com](https://imgur.com/AMJKwED)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Lifetime Donations & Average Donation are showing wrong values](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/#post-17971742)
 * After a second donation is made the Last donated x hours ago disappears. After
   wiping it twice it still happens as well.
 * > [View post on imgur.com](https://imgur.com/oQ3NVyL)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Lifetime Donations & Average Donation are showing wrong values](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/#post-17971736)
 * Following your advice I wiped everything out, ran every tool. Made a new donation
   for $1 and its showing $134 on the dashboard. Doesn’t it seem like its missing
   the decimal point for the value $1.34. I want to assume the 34 is the fee amount.
   This is definitely not a cache issue!
 * > [View post on imgur.com](https://imgur.com/a/8I5n5eS)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Disable re-login when accessing the donor dashboard.](https://wordpress.org/support/topic/disable-re-login-when-accessing-the-donor-dashboard/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/disable-re-login-when-accessing-the-donor-dashboard/#post-17971718)
 * You are not understanding my question, let me write this out step by step:
    1. A user log’s into my website.
    2. When a user is “LOGGED IN” they are now presented with a link in the nav bar
       to the donor dashboard.
    3. When a user lands on the dashboard, because they have not made a donation yet
       they are presented with a new login popup instead of seeing the dashboard.
 * Now my question is why? Why does a user need to reauthenticate instead of seeing
   their dashboard with zero stats? Can this be turned off?
    -  This reply was modified 1 year, 9 months ago by [demo7up](https://wordpress.org/support/users/demo7up/).
    -  This reply was modified 1 year, 9 months ago by [demo7up](https://wordpress.org/support/users/demo7up/).
    -  This reply was modified 1 year, 9 months ago by [demo7up](https://wordpress.org/support/users/demo7up/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Lifetime Donations & Average Donation are showing wrong values](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/#post-17971683)
 * Also please stop marking all of my issues as resolved because it is not the case.
   Not a single one of your responses have solved any of my issue’s on any ticket.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Venmo button does not show up although it is enabled in donation settings](https://wordpress.org/support/topic/venmo-button-does-not-show-up-although-it-is-enabled-in-donation-settings/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/venmo-button-does-not-show-up-although-it-is-enabled-in-donation-settings/#post-17971674)
    1. I am based in New York and so are my Clients.
    2. My WooCommerce solution is connected to the same account and displays and works
       with Venmo just fine. On the same domain.
    3. This is not an acceptable answer and it seems with the multiple issues I’m experiencing
       with your product there is no way in hell anyone can run a production site with
       this level of support. Every single one of my issues you push to blame someone
       else. My hosting provider, my servers, now paypal. SMH
 *  -  This reply was modified 1 year, 9 months ago by [demo7up](https://wordpress.org/support/users/demo7up/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Lifetime Donations & Average Donation are showing wrong values](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/#post-17971662)
 * Let me begin here, there is zero caching solutions taking place. I am the developer.
   How is cache causing incorrect values for 2 test donations that equal $251 and
   the dashboard shows $25,134? This makes absolutely no sense to me.
 * This solution below does absolutely nothing.
 * “Also, let’s recount your stats. When it’s time to refresh the totals for your
   forms, just head over to the ‘Donations’ section, then click on ‘Tools,’ followed
   by ‘Data,’ and finally, select ‘Recount Stats.’ Once you’re there, you’ll find
   a variety of options to recalculate the data on your site. If I were in your 
   position, I’d go ahead and run all of them.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Lifetime Donations & Average Donation are showing wrong values](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/lifetime-donations-average-donation-are-showing-wrong-values/#post-17968243)
 * After refreshing the page the last donated is now the same as the donor registration
   time amount but as you can see in the recent donations it was about 2 hours ago
   from this post.
 * > [View post on imgur.com](https://imgur.com/4MaULc3)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] CashApp Payments Failing While Stripe Credit Cards Work](https://wordpress.org/support/topic/cashapp-payments-failing-while-stripe-credit-cards-work-2/)
 *  Thread Starter [demo7up](https://wordpress.org/support/users/demo7up/)
 * (@demo7up)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/cashapp-payments-failing-while-stripe-credit-cards-work-2/#post-17953026)
 * Hello,
 * Stripe is enabled and active on the Stripe dashboard, Test and Live keys are 
   setup properly and I am also using the latest version which is authenticated 
   properly also as I mentioned My stripe credit card transactions are working just
   fine just not cashapp which also tells me my keys are configured properly.
 * I have reached out to stripe and they said it wasn’t on their side because looking
   at the logs it show the error occurs confirming the incoming payment intent on
   my side.
    -  This reply was modified 1 year, 9 months ago by [demo7up](https://wordpress.org/support/users/demo7up/).

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/demo7up/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/demo7up/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/demo7up/replies/page/2/?output_format=md)