mmirus
Forum Replies Created
-
Seems to be working now. Thanks.
Yep, that’s what I’m seeing too (admin fixed, but not the public site).
1.10.28.1 still produces an error for me.
Fatal error: Uncaught Error: Class 'IG_Tracker_V_1_0_1' not found in <path-to-site>/wp-content/plugins/icegram/icegram.php on line 1251
- This reply was modified 5 years, 6 months ago by mmirus.
For me, deleting the new version and installing 1.10.27 did fix the problem and did not delete my data. ???♂?
@lukewarm2019 go to https://www.ads-software.com/plugins/icegram/advanced/ and use the dropdown + button at the bottom of the page to download 1.10.27, then delete the updated version and upload 1.10.27.
Same issue here.
Here’s hoping! Glad you’re on top of that update. Thanks!
Forum: Plugins
In reply to: [Mailgun for WordPress] 1.5.8.3 broke the ‘mg_mutate_message_body’ filterThis fixed the same issue for me, as well. Thanks for the quick patch!
Hello,
I’m having the same problem trying to select a logo in the AMP pages styling settings. When I find the file in the media library pop-up and click “Choose Logo,” nothing happens in the UI.
However, clicking “Choose Logo” does cause this JavaScript error to pop up in the console:
An invalid form control with name=’attachments[39515][post_title]’ is not focusable. media-upload.php?pagefrog_settings=true&type=image&tab=library
And I can see that there are many other errors in the console from when the styling page loaded, as well.
Happy to provide any other information that would be helpful, and to assist in troubleshooting and resolving this!
Thanks,
— Matt
We were able to get around the issue by deactivating the Members plugin, enabling the Salesforce API in the add-on settings, then reactivating Members.
@rdembrun – were you able to figure out how to fix this? Thanks!
Seems good now. Thanks!
Thanks for updating the plugin, and for the credit! Everything looks good now.
The Google rep in the answer said that might change in the future–up to you whether you prefer the extra efficiency now vs possibly having to patch the plugin down the line if they change that behavior. Either way is a fine option IMO.
Thanks for being so responsive on this!
I think I figured this out, but would love your thoughts.
Instead of doing a search.list request using the channel ID, I think you have to do this in two steps using different API calls:
- Get ID of the uploads playlist for the channel using the channels.list request (see this example for the channel I’ve been working with).
- Get the list of videos from the playlist (uploads to the channel) via the playlistItems.list call (example here)
Using that method I get the correct first three uploads, in order.
I got the above from the video and docs linked to in the answer here: https://stackoverflow.com/questions/21471390/how-do-i-obtain-a-list-of-all-videos-in-a-channel-using-the-youtube-data-api-v3.
What do you think?