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

    (@yourownprogrammer)

    Hello

    To display the poll vertical, you need to go to Edit Poll screen and click on Answers Advanced Options.

    In the section you will be able to set both answers and results to be displayed vertical.

    Best Regards,
    YOP Team

    Thread Starter danyel

    (@danyel)

    the option is on vertical and was always that way.

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    We have been trying to replicate this problem with no luck till now.

    Can you verify you are making the edits on Edit Poll screen and not on YOP Poll Options?

    Thank you.
    YOP Team

    Thread Starter danyel

    (@danyel)

    the edit window on the actual polls does not have the option for vertical or horizontal. It only has it in the YOP poll options.

    For a while i thought it was the CSS, but i used an original template of yours and still the same problem.

    Plugin Author YOP

    (@yourownprogrammer)

    Edit Poll window has this option.
    On that screen you need to click on Answers Advanced Options and several options will show up.

    Best Regards,
    YOP Team

    Thread Starter danyel

    (@danyel)

    yup that worked. Thank you!

    Plugin Author YOP

    (@yourownprogrammer)

    very happy to hear that.

    Best Regards,
    YOP Team

    I encounter a somewhat related problem after a brand new install today:

    I played a bit around with these options, tabbed, vertical and horizontal.
    By the time i had seen all 3 in action i switched back to the default vertical.
    Yet, the radio bottons are now in the middle of the width
    see

    and no matter what i mock around, including a CSS line “text aling left” in the style sheet of the template, no chance to get it back to align left!

    Where and how can i correct this?

    uhps, link did not come through, let me try this again, see here

    or
    deutsch.lapalma-contra-plantas-asfalto.net/uebersichtsmenu/unser-einspruch

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    You need to make edits to your theme css.
    this is the file
    http://deutsch.lapalma-contra-plantas-asfalto.net/wp-content/themes/purple-pro/style.css

    On line 743 replace this code

    .sidebar form input {
        width: 180px;
    }

    with

    .sidebar form input[type="text"] {
        width: 180px;
    }

    Please let us know if that fixes your problem.

    Best Regards,
    YOP Team

    Glad to observe you’re a real pro YOP!
    So the issue was indeed inside the slightly simple WP Themes widget sidebar CSS.
    Now looking like it should!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Horizontal Instead of vertical’ is closed to new replies.