Support » Plugin: YOP Poll » Display 2-3 polls side by side

Viewing 15 replies - 1 through 15 (of 35 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi,

    We can help you with that but first you have to create a page with all the polls you want to include.

    Then get back to us with the link and we will make the necessary changes so that you’ll have 3 polls in each row.

    Best wishes,

    YOP Team

    Thread Starter support11537

    (@support11537)

    DANG! The YOP Team is AWESOME! A response already thank you sooooooo much. The polls are on page http://www.letspolldance.com/polls

    I’m wondering because my site is not live yet on the internet if perhaps you need more info to get to my “polls” page?

    Thank you sooooooo much for your attention to my issue.

    V

    Thread Starter support11537

    (@support11537)

    Also I will add new polls to the page everyday. Wondering if you needed to know that also.

    Thanx

    Plugin Author YOP

    (@yourownprogrammer)

    Hi,

    Please follow the instructions below:

    1. Create a new div that contains all the polls you want to display
    <div class=”poll-entry” style=”width:660px;”>

    2. Add your polls
    [yop_poll id=”1″]
    [yop_poll id=”2″]
    [yop_poll id=”3″]
    .
    .
    .
    [yop_poll id=”x”]

    3. Add this:
    <br style=”clear: both;” />

    4. Close div
    </div>

    In the end you should have

    <div class=”poll-entry” style=”width:660px;”>
    [yop_poll id=”1″]
    [yop_poll id=”2″]
    [yop_poll id=”3″]
    .
    .
    .
    [yop_poll id=”x”]
    <br style=”clear: both;” />
    </div>

    Add these lines to the HTML Mode in your WordPress (Page/Post) editor.

    5. In your CSS file add:

    .yop-poll-container {
    float:left;
    }

    This should allow you to display 3 polls on the same line.
    Please give it a try and let us know if you need more help.

    Regards,

    YOP Team

    Thread Starter support11537

    (@support11537)

    Hi There,

    Thank you for your time and effort regarding my issue. I inserted the code per your instructions, however, two polls appear directly next to each other; in the 3rd space the html code appears. Perhaps there’s not enough room to have 3 polls across, if that’s the case, I would sure appreciate it if you can assist me in displaying 2 polls across. Thank you so much.

    V

    Как не показывать много вопросов ? Оставить только №2
    (How to hide a lot of questions? Leave only the number 2)

    http://i072.radikal.ru/1306/a6/6983a40edfa1.jpg

    И как внизу сделать отступ ?
    (And how to indent at the bottom?)

    http://s018.radikal.ru/i519/1306/fb/183a13d46266.jpg

    Plugin Author YOP

    (@yourownprogrammer)

    Hi support11537,

    If you want 3 polls to be displayed, you can increase the width. If you want only 2 polls on the same row, you can modify the width from 660px to 440px, for example.

    If you have a page where you test how the polls are displayed please provide a link so we can see exactly what needs to be modified.

    724101, regarding your questions, we have opened a new topic: Hide questions.

    Please reply in the thread dedicated to this issue.

    Best Regards,
    YOP Team

    Reply

    Hi there…

    I tried using the plugin to show the various polls in 3 columns. I even tried following the suggestions mentioned above, but I failed. I even tried playing with it a bit in my HTML editor but no use.

    Please suggest a way. That would be really appreciative.

    [link]http://www.vivekrajanvivek.com/poll//[/link]

    Thanks,
    Debashis

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Debashis,

    We opened the link you sent and the polls are being displayed in 3 columns.

    If you need more assistance please let us know.

    Best wishes,

    YOP Team

    hey,

    I am trying to put two polls on the same line I tried using the code you posted but I don’t know how to do this.

    5. In your CSS file add:

    .yop-poll-container {
    float:left;
    }

    Here is my site skiinginutah.us/reviews

    Please feel free to vote while you are there.

    Plugin Author YOP

    (@yourownprogrammer)

    Hi jordanduran,

    We have updated the templates so in the CSS section of the template you used add

    float: left;

    to

    #yop-poll-container-%POLL-ID%

    Best wishes,

    YOP Team

    marcjohnsonfr

    (@marcjohnsonfr)

    http://artport-project.org/yop-poll-archive/

    I have added to my wordpress page in the html editor:

    <div class=”poll-entry” style=”width: 660px; text-align: left;”>[yop_poll id=”1″]</div>

    also addes in the custom Css:

    .yop-poll-container {
    float:left;
    }

    I would like to display at least 3 rows into the voting.
    Also would like to center the all rectangle in the middle of the page.

    Could you possibly help me ?

    Thank you.

    marcjohnsonfr

    (@marcjohnsonfr)

    Hello

    I also would like to get rid of the “other” on the votin system.

    Thank you so much for your help

Viewing 15 replies - 1 through 15 (of 35 total)
  • The topic ‘Display 2-3 polls side by side’ is closed to new replies.