YOP
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Reset a poll | Deleting the voteYes, cloning the initial poll is an option as well.
Forum: Plugins
In reply to: [YOP Poll] Reset a poll | Deleting the voteIf you reset votes, the block will be lifted for all the ones who have voted already and they will be able to vote again.
Hope this helps.
Forum: Plugins
In reply to: [YOP Poll] Red and black bars look randomEdit your poll and on Question&answers tab click on Edit icon for each answer.
You will then see several options, including the one to update the color for results.Hope this helps.
Forum: Plugins
In reply to: [YOP Poll] Red and black bars look randomHello
Here’s what I am seeing after looking at your poll
- Only 4 answers have the color for results set to red. For all the others it’s set to black. So you will need to update the color for the rest of the answers.
- Results are set to be ordered descending based on the number of votes. I assume you set it like this because the default is “As Defined”.
I hope this helps.
Forum: Plugins
In reply to: [YOP Poll] Shortcode not working inside FAQ sectionHello
Please contact us on our website so we can find a solution.
Forum: Plugins
In reply to: [YOP Poll] sort polls on date or id@airdrummer we have released a new version today that introduces sorting for both start date/end date and also some changes to the code column.
Forum: Plugins
In reply to: [YOP Poll] Shortcode not working inside FAQ section@arnavwp were you able to get it to work?
Forum: Plugins
In reply to: [YOP Poll] Ajax Post Response Poll Short code is not working@bvk69varghese were you able to get it to work?
Forum: Plugins
In reply to: [YOP Poll] sort polls on date or idsorting on the code column is doable.
but it may cause confusion among users?Forum: Plugins
In reply to: [YOP Poll] Ajax Post Response Poll Short code is not workingAfter calling get_post I think you need to call do_shortcode.
something like this
$post = get_post($_POST['post_id']); $content = do_shortcode( $post['post_content'] );can you give it a try?
Forum: Plugins
In reply to: [YOP Poll] Shortcode not working inside FAQ sectionwe would need to run tests with that specific block to be able to assist.
do you have a staging site where we can run some tests?
Forum: Plugins
In reply to: [YOP Poll] sort polls on date or id@airdrummer we will release a new version next week that will include a new column (Id)(sortable) for View Polls page and also the ability to sort based on Start Date and End Date.
Forum: Plugins
In reply to: [YOP Poll] Shortcode not working inside FAQ sectionHey Arnav
Can you give us more details on the block you are using?
Are you referring to a block in Gutenberg editor?Forum: Plugins
In reply to: [YOP Poll] Ajax Post Response Poll Short code is not workingI think I understand what you’re trying to accomplish.
Can you also share the php code that gets the post content from the db and sends it back?
Forum: Plugins
In reply to: [YOP Poll] Ajax Post Response Poll Short code is not workingHello
I’ve tested the link you posted but it asks for username and password.
Can you look into this and let us know when we can try again?