Opened 9 years ago
Closed 9 years ago
#36502 closed defect (bug) (invalid)
The Jetpack Carousel viewer doesn't work after the Wordpress 4.5 update
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.5 |
Component: | Gallery | Keywords: | |
Focuses: | javascript | Cc: |
Description
Following the 4.5 Wordpress update Jetpack Carousel (v3.9.6) is not launched when gallery-images are clicked on (this seems to affect other lightbox-type viewer plugins as well, like WP Featherlight).
Instead, the images go to their corresponding attachment pages.
This page is a good example: http://edvardtoth.com/art/personal-gallery/
It also demonstrates other Carousel functionality (caption on rollover) being broken too (the captions are permanently shown, instead of appearing on rollover).
The problematic behavior remains unchanged even when:
- all other plugins are disabled
- other themes are used
- all caches are purged, minify is disabled, etc.
Change History (5)
#1
@
9 years ago
- Focuses javascript added
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#4
in reply to:
↑ 3
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to joemcgill:
Gah. Wrong ticket. Attended for #36052.
It's OK, you get another chance :-)
The @param
line in the hook doc is missing the variable reference:
-
Version
2771 2771 /** 2772 2772 * Fires when attachment type can't be rendered in the edit form. 2773 2773 * 2774 2774 * @since 4.6.0 2775 2775 * 2776 * @param WP_Post A post object.2776 * @param WP_Post $post A post object. 2777 2777 */ 2778 2778 do_action( 'wp_edit_form_attachment_display', $post );
Hi @edvardtoth,
Core Trac is used for tracking bugs in the core software itself. Until the Jetpack team has identified a core bug, your best bet is to post in the support forums for Jetpack to see if they've identified any incompatibilities with WordPress 4.5.