-
AuthorPosts
-
May 5, 2017 at 4:49 am #788173
I’m working on a project for a client holding a conference. They’re sharing a news stream, including links to stories of interest.
When I use the WordPress “Insert from URL” option to insert a nicely formatted link to a post on another site, the resulting link looks great — if it is not above a certain height. For example:
http://sbnmass.org/AligningBusinessWithCommunity/better-model-for-pharmacy-care/But if it’s taller, it gets cut off, which looks pretty bad…
http://sbnmass.org/AligningBusinessWithCommunity/sustainable-food-system-network-cultivating-commitment-racial-justice/I should point out that the “looks great” example also looks wrong and bad when the window is narrower … which includes all cases on a mobile device.
What can I do to make this work consistently? Thanks!
- This topic was modified 7 years, 6 months ago by PtboRelic.
May 5, 2017 at 6:52 am #788213Hey PtboRelic,
May you provide us your WP credentials?
Best regards,
John TorvikMay 5, 2017 at 7:19 am #788229Yes, here they are.
May 6, 2017 at 9:08 pm #788929Hi,
it is basicly because of the .wp-embed styling class.
Please change to.wp-embed { height: 400px !important }
and let us know if the issue is been solved
Best regards,
BasilisMay 8, 2017 at 8:22 pm #789806Hi Basilis. This doesn’t have any effect.
(I did try adding the missing closing ; — as well as a few variations. None had an effect.)
Shouldn’t Embeds automatically be the correct height? It seems like that is part of their purpose. I would be grateful for another look at this.
May 8, 2017 at 8:31 pm #789818In digging further myself, it looks like:
– The class I should have been modifying is .wp-embedded-content
– Adding anything to its height fails, because the content below overlaps with the embedded content.So, I still need an answer to this. Thanks.
May 9, 2017 at 9:13 am #790086Hi,
I have checked and css alone isn’t enough to fix this, can you give us ftp access also? it’s much safer to add some codes (will be posting it here once done) using ftp than using the wordpress dashboard.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.