Eoin Gallagher
Forum Replies Created
-
Forum: Plugins
In reply to: Polldaddy 1.7.5 install problemIt may have to do with folder permissions. Can you download the plugin and manually try to copy and paste the plugin into the /user/htdocs/wp-content/plugins/polldaddy/ folder and see if you receive any error.
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls] “Other” poll results not showing!You can see the other responses in the poll results. If you look at your list of polls, you will see a results option, select this to see the other responses.
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls] Can this be used in the sidebar?Hi, you can use the short code in a text widget to display a poll in your sidebar.
If the poll is inheriting your themes CSS properties, it can cause the poll to adopt the height of the sidebar. We have some steps included to avoid this but I guess its still possible. If you contact support at here, they will be able to locate the missing property.
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls] 2.8.4 SupportThe plugin does support from version 2.6. What errors are you seeing? What version of the plugin have you installed?
Forum: Plugins
In reply to: Polldaddy Activation ErrorCan you check to see if you have the following file?..
home/realrina/public_html/wordpress/wp-includes/shortcodes.php.
The function add_shortcode is referenced in that file.
Forum: Fixing WordPress
In reply to: [Plugin: polldaddy] Not Loging inThe latest version (1.2-alpha) of this plugin will allow you to login without using SSL which will resolve the login issues some of you guys have experienced.
Forum: Fixing WordPress
In reply to: [Plugin: polldaddy] Not Loging inThis bug is down to the plugin https/SSL login to PollDaddy been blocked by the host.
We have a work around which will allow you to turn off the SSL login which will allow the plugin to connect with PollDaddy.. we will be updating the plugin next week.
In the mean time, if you are comfortable editing the plugin yourself, do the following..
In your wordpress blog dashboard, go to the plugins menu to get a list of plugins installed on your blog.
Click the ‘edit’ option next to the PollDaddy plugin.. this will allow you to edit the polldaddy.php file.Find the following line..
$polldaddy_api_key = wp_remote_post( ‘https://api.polldaddy.com/key.php’, array(Change it to..
$polldaddy_api_key = wp_remote_post( ‘https://api.polldaddy.com/key.php’, array(Save the plugin, then re-login with your PollDaddy account details.. refresh the page and you should be good to go..
Forum: Plugins
In reply to: Problems using PolldaddyCan you try the suggestion outlined here:
https://www.ads-software.com/support/topic/254667We are looking into this and will try and have a better solution as soon as we can.