Eoin Gallagher
Forum Replies Created
-
Hi Ze. I fixed this last night, thanks for highlighting it.
If you are using Jetpack plugin, you will find the polls and ratings under the Feedback menu.
Hi Natasha,
I don’t see jetpack share buttons on that site, I do however see shareaholic share options in a list format. Do you have this plugin installed as well?
@sanuja.com – Can you verify you have latest version of plugin installed? If so, can you refresh your browser’s cache and see if this helps.
@bhull7, as answered in another thread, the fix for the email sharing option is in latest version of 1.6.1. You will may need to reinstall version 1.6.1 and refresh your browser cache.
Can you reinstall version 1.6.1 and let me know if you still see this fatal?
Have you any other plugins that work with Pinterest?
@djcayenne, can you verify if the sharedaddy.php file is in the folder
babygotbooks.com/wp-content/plugins/jetpack/modules/sharedaddy/
please?@ bhull7, the javascript at the bottom to load the sharing window should no impact on your page loading.
I have added a fix for the email sharing option, if you reinstall version 1.6.1, and refresh your browser cache, the email sharing option should now be working again.
Hi there, I found that if I remove the priority of the filters, that this issue is fixed with some themes.
Can you try updating the following lines in rating.php?…
add_filter( ‘the_content’, ‘polldaddy_show_rating’, 5 );
add_filter( ‘get_the_excerpt’, ‘polldaddy_show_rating_excerpt’, 5 );to…
add_filter( ‘the_content’, ‘polldaddy_show_rating’ );
add_filter( ‘get_the_excerpt’, ‘polldaddy_show_rating_excerpt’ );Let me know if this works for you.
Thanks djr, I believe we are talking about the same bug and a fix should be now included with 2.0.15. If you still see the br tag, remove the plugin, download it again and reinstall.
@edh, you can try to embed the poll using the poll javascript embed rather than use the poll shortcode.
Hi howdeck,
I cannot replicate this behavior I’m afraid.
What version of WordPress and plugin are you using?
Hi Christopher,
if you contact Polldaddy support, we will be able to look into this issue further.
Hi Pramod, this sounds like an issue with your theme. What theme are you using?
Thanks djr, I have updated 2.0.15 to not include br tag if comments are disabled.
I’m not sure about changing when to trigger the filter as if I include a lookup on comments option, it will be called on each page load whether there is comment text or not.
Hi, there is a fix for this in the latest version of the plugin 2.0.15.
If you already have 2.0.15, try removing it and installing it again.
@edh, poll embeds should work in a page the same way they should work in a post. If they do not, then your theme must be handling pages differently.
What theme are you using?