Hello,
Is it possible to make a poll on the front end? I’m making a site where I want to avoid using the back end editor as much as possible.
Thanks.
Hi, even though I’ve set up the cron job as instructed, the poll seems to update very rarely. The current count is from around a week ago, not from 24 hours ago which is the interval of the cron job.
Only when I’m logged in I see the current up to date count, but my website visitors see the count from a week ago.
P.S. I do use LiteSpeed cache and BunnyCDN, so maybe that has something to do with it. Not sure how I’d fix that if that is the case though.
]]>I know this plugin isn’t developed anymore but I’ll suggest this in case you find it a good idea and don’t mind spending a small amount of time to implement it.
The idea is basically showing the Total votes: XX already before someone votes. The “Votes” makes clear that it’s a poll, not some sort of marketing survey, and the number of votes add social proof, showing the users that many others have voted too. Both should increase the conversion rate of the percentage of people voting.
Anyway, just a suggestion. The plugin works great otherwise. Thanks for providing it for free.
]]>I think it looks great (finally a non-bloated poll plugin that does a simple thing well), but this previous support ticket left me wondering, does ACF Onyx Poll still work correctly with the latest WordPress releases?
Thanks, Paul
]]>Was wondering when this plugin would be updated and tested for use with WP 6.0?
]]>Hi! Is it possible if user votes, they need tó write a reason for why is he/she votes that.
]]>Hi
Can I know if you have shortcode for the form .
https://prntscr.com/1wzjrrg
Hi,
Is there any chance I can change the images size for the poll? I would like to make the image bigger using css but currently the images is in thumbnail size.
Thank you in advance for the help.
]]>Hey,
thanks for this great plugin but on the last update I have a constant error showing on the log file:
PHP Warning: A non-numeric value encountered in /*/*/public_html/wp-content/plugins/acf-onyx-poll/api/poll-api.php on line 153
Any direction on how to solve it, is welcome ??
Thanks again !
]]>Hi Andre,
Great work on the plugin, its been very simple to implement.
One request I have is the ability for the user to change or remove their vote.
Keep up the great work!
Cheers
Ryan
Thank you for your plugin, looks very solid. However, since i am working with roots/bedrock and have ACF pro installed via composer/ as a mu-plugin i get the error:
Sorry, but ACF Onyx Poll requires that ACF PRO is installed and active.
Maybe you can take a look at this, since ACF works and the Plugin itself doesn’t have any issues.
]]>Hello,
I’m using ACF Pro and I created a relationship field where I make poll relationships created on the post.
I’m trying to access fields like images and options for each poll through wp_query.
I would like to create my own template.
Kind regards!
$args = array(
'post_type' => 'onyxpolls',
'posts_per_page' => 2,
'orderby' => 'title',
'post__in' => $idEnquetes,
'order' => 'ASC',
);
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
get_field(); <-- get fields images and options from poll
endwhile;
]]>
Hi,
Just testing your plugin – but I cannot seem to find any way to display mutiple polls on one page using a shortcode?
Currently I’m using [onyx-poll]
Can you please let me know how can I display multiple polls ( I need it strictly as a shortcode ). Thank you ??
]]>Hi there,
Thanks for your wonderfull plugin. I’m using it on a Dutch website and made a translation for it.
Looking for a way to share it with the community, but I don’t know how to add it.
If you’re interested could you please advise me how to share the translation with the community?
Kind regards,
Job Kuipers