infotheme
Forum Replies Created
-
Thanks @unik3rror for this valuable feedback
Hi Juilian can you ping again on WhatsApp because we didn’t get anything on WhatsApp, Please ping
Forum: Plugins
In reply to: [ePoll - Best WordPress Voting Plugin for Poll & Contest] OTP NOT DELIVERINGThis is because you haven’t inserted any text sms message or OTP message in ePoll Options
Forum: Plugins
In reply to: [ePoll - Best WordPress Voting Plugin for Poll & Contest] SEARCH
jQuery(document).ready(function(){
jQuery('.tdb-head-search-btn').on('click',function(){
jQuery('.tdb-drop-down-search').toggleClass('tdb-drop-down-search-open');
})
});Add this code to any js file, After activating ePoll Plugin and your serach button will work fine.
Thanks for connecting with us, This might be a JS confliction Issue
Team ePollThis is beacuse poll status is end, please make it live from editr poll section
Yes it happens with when user using Same WIFi connection as we detect network IP to make it unique, please try with OTP based voting or Browser finger print to prevent it
Forum: Plugins
In reply to: [ePoll - Best WordPress Voting Plugin for Poll & Contest] 404 errorThis is kind of weired for us, We will soon update it with next version
Forum: Plugins
In reply to: [ePoll - Best WordPress Voting Plugin for Poll & Contest] Invalid OTPThis might be problem of Your MYSQL Version, If kind of issue arise please got to phpmyadmin of your website delete the epoll-wp-voting-result table and then deactivate plugin and activate it again
What I want to know can I set up your plugin to give a user one free vote and then have them pay for further votes? – For this feature you need an payment addon
Forum: Plugins
In reply to: [ePoll - Best WordPress Voting Plugin for Poll & Contest] Vote counter errorIt seems the link you give no more available, Please send an email us to [email protected] for better assistance on this issue
You can use pro version with IP Blocking and Browser finger print blocking in free version you will get only cookie blocking use that
Forum: Plugins
In reply to: [ePoll - Best WordPress Voting Plugin for Poll & Contest] Redirect on submitThis can be done via js file, You can create a redirect var in js and a metabox in backend, where page url will come for each poll and then use window.location.href to that redirect var
Please copy shortcodes as mentioned in your screenshots, Not like this “[/IT_EPOLL_VOTING]” One by one each and it will show all polls at once
if you need further assistance regarding pro version you can simply create a ticket on https://tickets.infotheme.net
yes you can simply add a new text field to metabox.php under admin folder other side you can get meta value in it_epoll_template.php by using get_post_meta