• Hi,

    I am using twenty eleven theme and I have to organize the videos on a page. Rite now all the videos are in one line. I want to make two different lines and display the videos in parallel. Also, I was wondering if I can use a plugin to display the videos. I can not upload the videos on you tube, thy are on screencast and I want to share them from there.

    Website: http://ae-web.agecon.tamu.edu/agecointernship/companies/

    Thanks,

    Siddharth

Viewing 5 replies - 1 through 5 (of 5 total)
  • I see this error:
    Warning: Invalid argument supplied for foreach() in F:\sites\ae-web\wp-content\plugins\jonradio-multiple-themes\includes\select-theme.php on line 90

    Currently your videos are in paragraphs <p align=”center”>. Your going to have to put your videos into divs.

    div.videoWrapper {
        float: left;
        height: 250px;
        margin-bottom: 1.625em;
        margin-right: 25px;
        width: 275px;
    }

    …then format your titles and descriptions to look uniform.

    Consider developing a custom shortcode:

    [video url="http://screencast.com/123asd321/" title="Video Title" description="Video Description"]

    Thread Starter sidshivahare

    (@sidshivahare)

    I am sorry but I am not an expert with CSS, can you please explain in a little simpler way. I really appreciate your help.

    Explaining these kinds of things have already been done. Google CSS div positioning. Read and learn, then do. I won’t do it for you. Maybe somebody who is kinder and more gentle will volunteer their services?

    Thread Starter sidshivahare

    (@sidshivahare)

    Hi,

    I did changes in the code, made two columns and added the code separately, still all the videos are displayed in one row. Can please anyone help me to figure out how I can have 3 columns instead of 1 long columns. Is there a plugin I can use ….

    Still seeing this error on your page.

    Warning: Invalid argument supplied for foreach() in F:\sites\ae-web\wp-content\plugins\jonradio-multiple-themes\includes\select-theme.php on line 90

    I’m not seeing any divs or css to create columns. What I see is:
    http://pastebin.com/WK8T95ii

    Sure, you can use a plugin. Try http://www.jshortcodes.com/

    [jcolumns inbordercss="1px dotted gray"] Video 1 [jcol/] Video 2 [jcol/] Video 3 [/jcolumns]

    …and hope they fit within the allowed space of your content wrapper.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upload Videos’ is closed to new replies.