Ben Castellani
Forum Replies Created
-
Need an official fix for this. I am not doing a work-around. This is a pretty basic function of the plugin and it displays poorly in all forms with a required field. Please fix ASAP. Thank you!
The actual payments from new member sign ups never failed in Stripe though. In Stripe the payment worked and the user is signed up for a recurring plan. So there are no failed Webhooks or Events in the Stripe Dashboard. Also, when Editing a Member on my site, there is no “Sync with Gateway” button in the Edit Member > Subscriptions section. It just says “This user does not have any subscriptions.”
- This reply was modified 8 months ago by Ben Castellani.
Hi Jarryd,
Auto-Ads are a new common feature by Google, and are described here: https://support.google.com/adsense/answer/9261307?hl=en&ref_topic=9261304&sjid
I can obviously disable Auto-Ads, but in my experience they perform the best for revenue.
In short, here are the instructions though which I dont see how to incorporate PMP into this workflow:
—-
Copy and paste the AdSense code in between the <head></head> tags of your site
Place this code on every page across your site and Google will automatically show ads in all the best places for you
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-555555XXXXX999999"
crossorigin="anonymous"></script>Thanks, Jarryd. Your tip resolved the issue for me. This seems like a bug though in that updating to 3.1 breaks existing Stripe webhooks and caused bad customer experience (for me, and for my customers). I had to click the button there called “Create Webhook”, which returned functionality for my user checkouts. Prior to doing that, new users would get charged by Stripe, but they would never get assigned a membership level on my site. I had to manually go in and open membership up to them, and not I cannot auto-renew them so it will be lost revenue most likely.
Anyways, thanks!Would appreciate an official fix or comment on this bug. I am still seeing it in 3.8.5.
Thank you, Kim. I applied the automatic update and the issue is resolved. Cheers!
Thanks, Kim. I tried to implement the fix but it did not work. It is not urgent so I will just await the next update. Cheers.
HEllo @kimwhite,
Thanks for the link, but I am not using that specific plugin. For PMP, I have only the bbPress Addon and “Cancel on Next Payment Date”.
I have a lot of non PMP plugins installed on my site. I have one called “Accept Stripe Payments” but that is not a new one for me.
I did notice that Stripe says they updated their API on November 15th for the first time in a long time. May be related.
- This reply was modified 2 years, 4 months ago by Ben Castellani.
Looking further into the issue from Stripe, it seems my website is not passing the country correctly.
Stripe reports this error:
parameter_invalid_empty – billing_details[address][country]
You passed an empty string for ‘billing_details[address][country]’. We assume empty values are an attempt to unset a parameter; however ‘billing_details[address][country]’ cannot be unset. You should remove ‘billing_details[address][country]’ from your request or supply a non-empty value.{ "billing_details": { "address": { "line2": "", "line1": "1234 Main Street", "state": "CO", "city": "Denver", "postal_code": "80234", "country": "" }, "name": "John Smith" },
The country is coming from a drop down menu on the Billing Info page. This has always been there. So seems like a new bug..
From my experience with the plugin, if you are seeing flashes of the dark mode, try disabling the “OS or Browser” aware settings. Just turn dark mode on or off by default and put a toggle button to allow the users to change the mode.
I will also say no — it’s not supposed to just be available for logged in users. If you have performance (caching) plugins installed, that may be related as well.
- This reply was modified 3 years, 2 months ago by Ben Castellani.
Hello thanks for the reply. Sorry I should have been more specific about my issue. I have taken screenshots, available here: https://imgur.com/a/NHc6T8U
1) Top bar plugin: In the interface, it says “Top bar Color”, there should be a circular color picking icon to the right. It’s invisible now, but I can still click that area and pick a color, so this is not an issue for me. However, I thought I would mention it since it might be related to my other issue which is…
2) Classic Editor text coloring. As seen in the screenshot, the color dropdown has all white colors displayed. Again you can hover over the colors to review a “color name” and select it, but you can’t actually see the rainbow of colors anymore.
Also, I was not able to view your screenshots as the links got to a somewhat broken webpage.
Thanks. Took me a while to track down what was wrong with the Customize GUI page, but I did link it back to this plugin. Hope an update is released soon.
As a work-around, enabling SCRIPT_DEBUG did resolve the issue for me if you’re in a pinch. That is, add this line to your wp-config.php file: define(‘SCRIPT_DEBUG’, true);
- This reply was modified 3 years, 3 months ago by Ben Castellani.
Forum: Plugins
In reply to: [Inline Related Posts] New Paragraph After Inline Related PostsI am having the same issue, except not with margins, but with line spacing. The paragraph immediately following any inserted inline box has different spacing then my style sheet specifies. Likely the same issue.