dobesv
Forum Replies Created
-
By the way, did you ever get an explanation of this error message?
Forum: Plugins
In reply to: [Gravity Forms: Multiple Form Instances] Breaks Stripe Add-OnSpecifically, if I attempt a payment using stripe I get a validation error on the card number: “Must provide source or customer.”
If I look at the network traffic, no communications go to stripe and all the credit card details are inappropriately sent to the WordPress server instead.
Also I see an error in the JavaScript console.
Workaround: don’t use this plugin! I just “duplicated” the form I was using twice on the same page and used a different form with a different tabindex for each copy of the form. It’s not ideal but it doesn’t mess up my payment collection stuff.
Huh yeah strange that part of the fix wasn’t kept.
Kind of like this:
$post_data = array(
// just use the original filename (no extension)
‘post_title’ => get_the_title( $post_id ) . ‘ Automatic Video Thumbnail’,
// make sure gets tied to parent
‘post_parent’ => $post_id,
);Forum: Plugins
In reply to: [Google Doc Embedder] Trouble viewing PDFk3davis,
THanks for chiming in. What I am noticing is that files that used to work directly in google viewer have stopped working. So as I said before this isn’t really WordPress specific. Probably we should go complain to Google, although I’m not optimistic about that panning out.
Forum: Plugins
In reply to: [Google Doc Embedder] Trouble viewing PDFI’ve been looking into the same issue with the Google Viewer today, it seems to be more fussy about what it will display than it was before. It does work for some PDFs, but many PDFs are not displaying. This isn’t a WordPress specific issue, and it’s hard to tell whether Google is aware of the issue and will fix it.