ideahost
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Video Plus] YouTube options do not workFrom what I understand, YouTube set some rights for the owners of their uploads, so those can’t be overwritten. If you have specifics, maybe a workaround can be generated. which options were you hoping to override?
Forum: Plugins
In reply to: [Featured Video Plus] Vimeo not workingIt looks like you fixed the issue. ?? Share with others here so we can keep the development going via the users here – thanks!
Thank you, I anxiously await ?? PS: How complex will the cron issue be for a VPS server site with your add-ons? Is it easy enough to diagnose when cron is not operational in server? Thanks, again ??
Thanks, Jeremy – good information. I’ll use that and work with it. Also, if I wanted to disable Photon on just the fancybox gallery items, is there a way to do this? The two filter scripts don’t work. Thanks for your assistance ??
Already sent to support. Also, tried the workaround, several exclusionary functions, nothing removes the application (and incorrect application) of photon to the gallery images. The below functions do not work (I added to theme’s function.php. I cleared cache. I re-uploaded changed images. I used developer tools. NADA. Do you have more information as to where to add one of these to make it work?):
function jeherve_photon_exception( $skip, $src ) { $images = array( 'YOUR_IMAGE_URL', 'YOUR_OTHER_IMAGE_URL', 'A_THIRD_IMAGE_URL' ); if ( in_array( $src, $images ) ) { return true; } return $skip; } add_filter( 'jetpack_photon_skip_image', 'jeherve_photon_exception', 10, 3 );
Above did not work, and the below does not work either:
function my_photon_exception( $val, $src, $tag ) { if ( $src == 'YOUR_IMAGE_URL' ) { return true; } return $val; } add_filter( 'jetpack_photon_skip_image', 'my_photon_exception', 10, 3 );
Photon keeps serving duplicate and oversized images, won’t let go. All other details are in the support ticket. Wanted to add the above but can’t find the ticket.