[wp-trac] [WordPress Trac] #43250: Instagram Links in posts are overlapping

WordPress Trac noreply at wordpress.org
Tue Feb 27 18:09:42 UTC 2018


#43250: Instagram Links in posts are overlapping
--------------------------+----------------------
 Reporter:  jimgrant      |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Embeds        |     Version:  4.9.4
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:
--------------------------+----------------------

Comment (by matthewmcvickar):

 @brittantley From looking at the source code, it seems the plugin isn’t
 having any effect on the Instagram embed. Please try disabling that plugin
 and instead using the CSS workaround. The CSS workaround worked for my
 site, and worked when I applied it to your site using my browser's
 developer tools to inject new CSS. Can you add this CSS to your style.css
 file and see if it works?

 {{{
 iframe.instagram-media {
     position: static !important;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43250#comment:21>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list