Viewing 1 replies (of 1 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    1) The horizontal scroll bar is due to the CSS styling of the box (and the length of the text overflowing). To make the text wrap, you’ll have to adjust the CSS – the box most likely has overflow-x:auto set. It might take some work to get the result you want – it looks like the box has a fixed height, which means if you just set overflow-x:visible, the text might overflow to the right instead of wrapping and increasing the height of the box. It’s hard to say without looking at it in action.

    2) This plugin doesn’t have a way to extract or manipulate elements inside the content. To not display video..[field excerpt] is supposed to remove HTML tags, but it sounds like it’s leaving the video. Hmm..another way is to use CSS to set display:none to the video element in question – although that’s not so elegant of a solution.

    3) If the video thumbnail already exists as an image and it’s attached to the post, then it’s possible to display it as a link. However, the plugin cannot generate thumbnails from videos. I believe there’s another plugin that does exactly that, although the name escapes me at the moment.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrap Excerpt Text’ is closed to new replies.