YOP
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Accessibility Enhancement RequestHello
Thank you for your feedback.
We have received several requests regarding this and it is now one of our top priorities.
If you have any ideas/suggestions on how to improve the plugin, we would love to hear about them 🙂
Forum: Plugins
In reply to: [YOP Poll] Deactivate Inside Audio Captcha?Happy to hear it works 🙂
Forum: Plugins
In reply to: [YOP Poll] Deactivate Inside Audio Captcha?Here is the css code
.basic-yop-poll-container .basic-captcha .visualCaptcha-accessibility-button {
display: none;
}Let us know how it goes.
Forum: Plugins
In reply to: [YOP Poll] Deactivate Inside Audio Captcha?Hello
A quick way to remove the audio option from the internal captcha would be with a custom css code.
Would this work for you?
Forum: Plugins
In reply to: [YOP Poll] Remove images from repliesHello
For any question/issues regarding pro version, please contact us on our website as we are not allowed to offer support for it here.
Thank you.
Forum: Plugins
In reply to: [YOP Poll] Display latest pollHello
Yes, we have a shortcode to display latest poll. I am including it below
[yop_poll id="-2"]Hope this helps.
Forum: Plugins
In reply to: [YOP Poll] Hide the poll for people who have already votedThank you.
Can you add the css code below and see if it does the trick?
.basic-yop-poll-container[data-show-results-only="true"] { display: none; }We’ve tested it with the settings you sent over and it worked.
Let us know how it goes.
Forum: Plugins
In reply to: [YOP Poll] Hide the poll for people who have already votedHello
Thank you for sending over the settings.
Can you help us with settings for Options -> Access as well?
Forum: Plugins
In reply to: [YOP Poll] Hide the poll for people who have already votedHello
This may be possible with some custom css code but we would like to run a test before sending it over.
Can you let us know the settings you have on Options -> Results so we can run the test with the same settings you have?
Forum: Plugins
In reply to: [YOP Poll] No fields to choose custom date, notification-e-mail e.g.Hello
I just tested this on our end but I couldn’t replicate the issue.
So I am guessing it may be a css issue.Would it be possible to send us a screenshot with Options -> Poll page so we can see what is happening?
Forum: Plugins
In reply to: [YOP Poll] Captcha not workingHello
Can you send over a link to your poll so we can run a test and see what is happening?
Looking forward to hearing from you so we may assist further.
Forum: Reviews
In reply to: [YOP Poll] Did not recieve anything after payingHello
There must be something wrong with our contact form as we haven’t received any requests.
I apologise for this.
Please contact us directly at [email protected] while we look into the issue(s) with the contact form.
Thank you.
Forum: Plugins
In reply to: [YOP Poll] Vote with googleHello
This is related to the pro version of the plugin.
Please contact us on our website as we are not allowed to offer support for it here.
Thank you.
Forum: Plugins
In reply to: [YOP Poll] Blocking by IP – CloudflareHello
To use a custom header for IP Address go to YOP Poll -> Settings and set “Use Custom Headers When Retrieving Ips” to “Yes”.
This setting will bypass cloudflare ip and retrieve the real ip from your visitors when they vote.
Forum: Plugins
In reply to: [YOP Poll] How to change default results bar colorHello
If you want to use the same color for all the answers, it can be done with custom css.
.basic-yop-poll-container .progress-bar { background-color: #c00000 !important; }You will need to update the color to the one you want.
Hope this helps.