• Resolved tommci

    (@tommci)


    I’d like video quicktag to have the option of bringing in the video description from vimeo and placing it either to the right or the left of the embedded video. Above or below would be nice options too. Pulling in vimeo tags would be cool too.

    I’m building a list of films on this page:
    https://tommcintire.com/wordpress/?page_id=3

    The descriptions are at the bottom and are entered manually. I’d like it to give me the option to pull the descriptions in from vimeo and be able to pick where the description shows up in relation to the video.

    I’d like it to look something like this non-WP page:
    https://www.otisproductions.com/short-films.html

    I’m using the Suffusion template.

    Suggestions for workarounds would be greatly appreciated too – I’m a CSS newbie.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am not familiar with the plugin, but you can make a tweak in Suffusion. In “Suffusion Theme Options” go to “Custom Styles” under “Custom CSS, JavaScript and RSS” and put in this:

    .vvqbox {
        float: left;
    }
    Thread Starter tommci

    (@tommci)

    Thank you for the speedy reply Sayontan! I tried your suggestion and then noticed that the plug-in had a setting to float left. I removed your code and set the plug-in to float left with the same result:

    https://tommcintire.com/wordpress/?page_id=3

    Now the text is to the right to the videos, but the second video and text is up on the right side of the first video. I’d like to be able to horizontally align the text at the top of the video block, with space so the next video and description are lined up the same way.

    h2 { clear: both; }
    Thread Starter tommci

    (@tommci)

    That fixed it – thanks guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Viper’s Video Quicktags] Bring in vimeo description’ is closed to new replies.