Andre Gagnon
Forum Replies Created
-
Forum: Reviews
In reply to: [Presto Player] Awesome and SimpleThanks for the feedback – performance is something we want to be one of the main features of the plugin, so we always need to think about this kind of stuff!
Forum: Reviews
In reply to: [Presto Player] Awesome and SimpleThanks for the feature suggestions! We will be adding multiple quality options as well as Youtube after video options as well. 🙂
For lightboxes, is there something you already use? We’re torn between adding our own lightbox, but my hunch is if you’re doing this, you might already be loading a script to do this on your site. I wouldn’t want to add unnecessary bloat to your site!
Forum: Reviews
In reply to: [Presto Player] Great but updates are not thought outThanks for your feedback. Can I ask a followup question? What is the downside to having a couple updates per day (instead of holding back fixes and updates to 1x per day)?
Just some more info about our process, we do bundle feature updates when we can, but we like to push out compatibility updates right away so users can use our player with their favorite themes and plugins.
- This reply was modified 5 years, 3 months ago by Andre Gagnon.
Forum: Reviews
In reply to: [Presto Player] An amazing plugin if you embed videosThanks so much for the review!
Forum: Plugins
In reply to: [Presto Player] How to add/force quality video setting for youtube videoHi There!
Sorry for the delay. I wish this were possible but YouTube does not allow this. To quote them directly, “To give you the best viewing experience, YouTube adjusts the quality of your video stream based on your viewing conditions.”. It’s also not possible via their API either, so we cannot set it on our end.
https://developers.google.com/youtube/iframe_api_reference#october-24,-2019
But please let me know if you have any questions!
Forum: Plugins
In reply to: [Presto Player] Conflict with BuddyBossThanks for reporting. We’ve pushed out a compatibility fix for this. Can you update? It should resolve the issue.
Forum: Reviews
In reply to: [Gutenberg Blocks - ACF Blocks Suite] 4.1MB of rubbish insideThis review is uninformed in my opinion. The “rubbish” – most of that is translation files so users can interact with the plugin menus in their own language. I think that’s an extremely valuable feature.
Plugin authors also have to make a living. There’s nothing wrong with the Freemius SDK, you can even check out the source code here:
Forum: Reviews
In reply to: [Gutenberg Blocks - ACF Blocks Suite] What’s with all the extra code?This is NOT worth a 1 star review in my opinion – the bulk of the size is from translations. And file size has nothing to do with functionality. The plugin does exactly what it says, and is fast and performant. The author is also extremely helpful, and they are adding new, free features all the time.
Forum: Reviews
In reply to: [Activity Log for WordPress] Installed, deleted in 5 seconds.This is a completely unfair review. You’re getting this plugin for free and these developers have taken a lot of time, money and talent to make this plugin. Usage tracking is opt-in of course, so I’m not sure what you’re complaining about. Just opt-out.
Forum: Plugins
In reply to: [SureFeedback Client Site] Connection issueSorry for the delay, we don’t monitor support here. Are you still having issues? Can you reach out to [email protected]?
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Not working with Disqus?Hi Guys,
I was able to disable ajaxify when comment links are clicked. Ajaxify doesn’t work, but at least it still loads the page and links to the comments section. Right before this line:
// Continue as normal for cmd clicks etc if ( event.which == 2 || event.metaKey ) return true;I added this:
// If it's a comment link continue as normal if (url.toLowerCase().indexOf('#comment') >= 0) { return true; }Hope that helps.
Andre
Forum: Fixing WordPress
In reply to: Post revisions not saving for custom post typesNot sure if you solved this, but did you try adding
'supports' => 'revisions'To your custom post type declaration?
http://codex.ww.wp.xz.cn/Function_Reference/register_post_type
That should add revision support for your custom post type.
Way to be on top of it. Thanks a ton for keeping this up to date!
I didn’t have any issues with 3.5 RCs, but it seems the final release I’ve discovered a few javascript issues. Specifically,
"Object [object Object] has no method 'on'this line:
frame.toolbar.on( 'activate:select', function() {They must have changed something in the final release so this selector is no longer working. I’ll see if I can figure out the issue.
Thanks for an awesome plugin!