Has anyone ever went into their WordPress setting and discovered in their Pages menu that there was a Donation Confirmation and below it was a Donation Failed, these are two pages that have shown up for me once before. The first time this happened, I had to tear down the entire website and remake it from the Ground up because in the beginning I clicked on View right underneath them where you see the options: “Edit | Quick Edit | Trash | View.”
When I tried clicking on Trash they would never go away, so…
After I remade the website from the Ground up, I have run into the same problem again and I don’t know why and I cannot ever seem to get rid of this problem. Does anyone know what I am talking about? I cannot even show a picture of it on here because it doesn’t allow me to add photos, but I am hoping that someone has ran into this problem before and has found a workaround for it; unless if it is a bug and the only workaround is just leave it, don’t view and just don’t worry about it. I do not know, it is annoying, and I just want some guidance on how to get rid of it. Also, the link is to manage the website which of course you would need my Login credentials for that, but if you have encountered this problem before then you know what I am truly talking about. Please help, and thank you for your kindness.
Sincerely, someone who is trying to help a non-profit organization run properly.
]]>Hi,
I am using your nice plugin with Divi theme, and I have noticed that when I enable the “Paypal donation block” the Divi admin panel breaks (jquery probably?)
Playing with the source code it seems related to the “enqueue_scripts” method, but I have not been able to understand which part.
I am using wordpress 6.2, Divi 4.20 , and Donation block 2.1.0
Could you please help? Thanks!
]]>When in the Admin section on WordPress 6.1.1, if I clicked on Appearance –> Customize to get to my theme’s customization page (for custom CSS, etc), the page wouldn’t load properly. I looked at the Console tab in the Developer Tools of my browser, and there were all sorts of jQuery related errors. After disabling and re-enabling all of my plugins one by one, the Customize page finally loaded up properly once I disabled the “Donation Block for PayPal” plugin.
So, once I knew it was your plugin breaking this functionality, I looked at the wp_enqueue_script
calls in your plugin, and I noticed that your plugin was enqueuing jQuery 3.6.0 when WordPress already loads jQuery v3.6.1 by default. Once I took those enqueue lines out of these files:
admin/class-donations-block-admin.php
public/class-donations-block-public.php
Everything works again on the Customize page, and there are no more jQuery errors.
Basically, I removed
wp_enqueue_script( 'jQuery', plugin_dir_url( FILE ) . 'js/jquery.min.js','', $this->version, false );
This isn’t needed and breaks things! Please fix your plugin. In the meantime, here is my fixed version:
https://dinofly.com/files/wordpress/donations-block_wordpress_plugin_fixed_jquery_conflict.zip
]]>I have a WordPress installation on my website, https://douglaslucas.com, at the blog directory: https://douglaslucas.com/blog. The recent posts on my blog, including the most recent one, have your donation block near the end of the posts.
The donation block used to work great: clicking the block would lead readers to PayPal’s page for donating to me for my writing. However, in the past few months — apologies, I don’t know exactly when — the donation block changed color to a dark gold with the word DONATE written on it in black. Clicking on it now almost never yields anything at all, and I tried in various different browsers (Firefox, Chrome, Chromium) with and without adblockers installed. If you search “Still the debate winner” at my most recent post, and scroll down, you can see where the donation block is. One time when I clicked on it, it did briefly pop up a window overlaying my blog that seemed to be a window about donating, but I accidentally closed it before reading it carefully, and I’m not sure how to make it come back.
Any help you could offer would be vastly appreciated!
]]>