eclev91
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun for WordPress] Settings Page Removed?Ah, looks like the MAILGUN_USEAPI is actually different from this multi-site issue. I’ll open my own ticket.
Forum: Plugins
In reply to: [Mailgun for WordPress] Settings Page Removed?I don’t think the settings page was removed. Rather, it is disabled if you set the
MAILGUN_USEAPIconstant to true.I’d also like to mention this isn’t ideal. I may want to configure my settings via constants, but I’d also like access to the test email button.
Can we see this changed in a future version? Readonly inputs where constants have been defined for settings seems to make more sense.
Great, I’ve updated there. Thanks!
Forum: Plugins
In reply to: [Crop-Thumbnails] Compatibility with WP Offload Media from DeliciousBrains@volkmar-kantor I totally understand. Thanks for the GitHub link – that’s actually perfect. I’ll give it a once-over and see if this is an easy fix.
Forum: Plugins
In reply to: [Crop-Thumbnails] Compatibility with WP Offload Media from DeliciousBrains@volkmar-kantor totally understand. FWIW, this particular plugin listens for the
wp_update_attachment_metadatafilter. They said most plugins that are compatible have a call like this:wp_update_attachment_metadata( $attachment->ID, wp_generate_attachment_metadata( $attachment->ID, $file ) );Seems like something that should probably be done after a crop anyway, perhaps?
Forum: Plugins
In reply to: [Magic Embeds] Error: (#10) being displayed where FB album once wasRefreshing a token is a pain no matter how infrequent, but that’s obviously Facebook’s problem, not @poxtron’s!
Not sure why they obfuscate it so much, but I was able to roughly follow the instructions in this article to get a page access token that doesn’t expire. This is a great solution if you’re accessing a public page and the app developer also has admin access to the page, because you never have to leave test mode.
Forum: Plugins
In reply to: [Debug Bar] Wrong MySQL VersionSame. I imagine it’s either a default, or related to the point at which MariaDB forked from MySQL.
Hey there,
It’s a pretty edge case, so that may be what we want to do. Filling out report now.
Forum: Plugins
In reply to: [ACF Repeater & Flexible Content Collapser] JS error w/ ACF Pro 5.7.13Update: I believe this was specific to a situation in which there was a repeater configured with no subfields. So pretty edge.
Forum: Plugins
In reply to: [Magic Embeds] Error: (#10) being displayed where FB album once was@poxtron it’s come to my attention that my generated page access token will expire in something like 30 or 60 days. Which isn’t ideal. Are you suggesting the premium version takes care of requesting a new access token on the reg, and will fetch a _page_ access token rather than an app access token? Because the issue with the app access token is that it won’t work with an un-published app, even on pages you own (as documented above).
Forum: Plugins
In reply to: [Magic Embeds] Error: (#10) being displayed where FB album once wasForum: Plugins
In reply to: [Magic Embeds] Error: (#10) being displayed where FB album once wasAlright, looks like this has something to do with different types of access tokens. This support request suggests that in development, you have to use a page access token instead of an app access token.
To get a page access token, I went to the Graph API explorer, selected the app, selected, the page, added the ‘manage_pages’ permission, and then clicked “Get Access Token”. It popped up to have me approve the app and give it access to the page in question.
Then I hard-coded that access token into the plugin code where it had been generating its own access token based on the app id and secret, and everything worked as expected.
The plugin doesn’t currently have anywhere you can filter this in without altering the plugin itself, as far as I can see. Would be great to have that added, and maybe even an admin option to override the access token.
- This reply was modified 7 years, 3 months ago by eclev91.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Cloudflare plugin required?Good stuff, thanks for the info.
Forum: Plugins
In reply to: [Magic Embeds] Error: (#10) being displayed where FB album once wasAlso having this issue, probably a problem on Facebook’s end. Their docs imply that it the app is in test mode and the page I’m accessing is one that the app owner has admin privileges on, that everything should work. Unfortunately, that’s not the case.
Forum: Plugins
In reply to: [Gravity Forms Payment Continue] Abandoned Cart NotificationHey @wordna –
Currently, this plugin doesn’t do that. But you (or a developer) should be able to create such a thing without hacking away at this plugin! Something like a cron that looks for entries on payment-enabled forms that don’t have an associated payment.