Forum Replies Created

Viewing 15 replies - 16 through 30 (of 2,450 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    @arbmil you can find this option on Create/Update Poll page by going to Options -> Access tab.

    Assuming you have “Vote Permissions” set to “WordPress”, you can set “Limit number of votes per user” to “Yes” and “Votes per user” to 1.

    Hope this helps.

    Plugin Author YOP

    (@yourownprogrammer)

    Anonymous voting is available only in the pro version.

    If you have any questions regarding pro version, please contact us on our website as we are not allowed to answer them on this forum.

    Thank you.

    Plugin Author YOP

    (@yourownprogrammer)

    In this case, you can limit to 1 the number of votes per registered user and it should fix the problem.

    You mentioned elections. Are you looking for anonymous voting as well?

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    For elections we recommend allowing votes from registered users only.

    Is this something you plan on doing?

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Apologies for the delay in getting back to you.

    The distance between lines is “caused” by the progress bars for answers who have more than 1 vote.

    Currently you can’t see these progress bars because they are black (the same as your page background).
    We mentioned in our previous answer that you should update the color so they are visible.

    However, if you do not want the progress bars to be visible, please let us know and we will send a css code to completely hide them(this way all rows will have the same height).

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Please see below the answers to your questions

    How do you customize the form buttons (check boxes, radio buttons) to be larger? Different colours?
    We are currently using the default browser display for checkboxes and radio buttons.
    Custom css code would be required to make them larger and/or use different colours.

    How do you customize the “Success” message?
    All the messages displayed on the front end(including the Success message) can be edited under YOP Poll->Settings ->Messages.

    I can’t change the background color using Custom Styles.
    If you are referring to the poll background, it can be changed using Custom Styles.
    We can send over the css code if needed.

    How do you allow a user to change their vote?
    Unfortunately this is not supported in the current version.

    What does the “Reset Poll Stats automatically” option do?
    With this option enabled, poll votes will be reset to 0 automatically at the specified date&time.

    What does the “Auto Generate Poll Page” option do?
    This option will automatically create a new page and place the shortcode for the poll on it.

    How to reset a specific vote, and will / can it allow a user to vote again?
    You would need to delete the specific vote under Results -> View Votes page.
    Depending on your poll settings, it may allow a user to vote again.

    What CSS can be / should be used in the Customize CSS box?
    There are no restrictions on the elements/classes that can be targeted.
    So any valid css code can be used.

    I hope this helps.

    For any other questions/issues don’t hesitate to contact us.

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Thank you for your feedback.

    Please find below some comments

    A wiki or help page with relevant CSS references.
    We are in the process of re-building the plugin from scratch based on the feedback we have received so all our resources are targeted towards this goal.
    If you have any questions or need help we are more than happy to assist.

    The “Custom CSS” box seems to clear all line breaks after saving and then editing the poll again.
    We noticed this as well but did not think it is an issue for our users.
    Will try to address this in the next release.

    Would like to see a short code or something that allows additional page to be loaded after a vote (e.g. [show_if_voted] … [/show_if_voted]) so other page actions can occur (rather than using a redirect that could be accessed by non-voters. Example: After voting, MyCred can reward the user, or an image, or other suggested polls or pages, etc.
    I assume this will work when redirecting people to a different page after vote?
    If so, how do you imagine defining the content for this shortcode?

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Here is the css code for displaying results

    .basic-yop-poll-container .basic-answers-results {
    display: flex;
    flex-wrap: wrap;
    }
    .basic-yop-poll-container .basic-answers-results .basic-answer {
    width: 25% !important;
    }

    Also, you will need to update the results color for each answer because currently it’s all black.

    You can do this on edit poll screen under Question&Answers tab by clicking on the edit icon for each answer.

    Please let us know when the code is added and the color changed so we can take another look and make sure everything is ok.

    Plugin Author YOP

    (@yourownprogrammer)

    @jazzz99 do you still have the poll live?

    I looked at http://coursdeviolon-caen.fr/visual_art/ but I can’t see it.

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    For layout of answers, I assume you are referring to they way they align vertically.

    If this is the case, you can add the css code below to fix it

    .basic-yop-poll-container .basic-answer-label {
    display: flex;
    align-items:center;
    justify-content: center;
    }

    Please let us know when it’s done so we can address the results as well.

    Plugin Author YOP

    (@yourownprogrammer)

    @tcl4p we have released a new version that should address this issue.

    Can you update and see if results are being displayed correctly now?

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Can you let us know what php version you are running?

    Plugin Author YOP

    (@yourownprogrammer)

    @sowmedia we have released a new version that addresses this issue.

    Plugin Author YOP

    (@yourownprogrammer)

    @simbian we have released a new version that addresses this issue.

    Can you check on your end and see if the checkbox is visible now?

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Thank you for the extra info.

    We were finally able to replicate this on a Linux Mint install.

    So we will troubleshoot now and see what is causing this.

    Will keep you posted.

Viewing 15 replies - 16 through 30 (of 2,450 total)