All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: WP-POLL voting button is not working?  (Read 788 times)

0 Members and 1 Guest are viewing this topic.

Offline evan2all

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Custom made
WP-POLL voting button is not working?
« on: 25 January 2010, 19:46 »
Hello,
I am using my own custom made template, And everything seems fine. I just installed wp-poll plugins but i dont know why it's button is not working?

please have a look at this post: http://www.iamwebsitedeveloper.com/web-article/deal-with-internet-explorer-6-wordpress-cases-part-1.html

can you please tell me what is the problem?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: WP-POLL voting button is not working?
« Reply #1 on: 25 January 2010, 20:34 »
I am guessing missing <?php wp_footer(); ?> in your footer.php

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline evan2all

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Custom made
Re: WP-POLL voting button is not working?
« Reply #2 on: 26 January 2010, 00:48 »
Nope it is their I Checked that before I submitted this query??? btw did you checked my link? you can see both the button and view status is not responding? what might be the case?

Offline evan2all

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Custom made
Re: WP-POLL voting button is not working?
« Reply #3 on: 26 January 2010, 02:17 »
Hello, yes there might be a problem.... thing is i do have wp_footer() there but it is still not working but in other templates it is working fine? do you know what might be the possible case?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: WP-POLL voting button is not working?
« Reply #4 on: 26 January 2010, 04:21 »
You might want to ask your theme author. <?php wp_footer(); ?> as the name suggest is a footer and it is global and will appear in all templates.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline evan2all

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Custom made
Re: WP-POLL voting button is not working?
« Reply #5 on: 26 January 2010, 05:03 »
it is there already.... i am the author.... have tried many ways but still dont know the reason :(

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: WP-POLL voting button is not working?
« Reply #6 on: 26 January 2010, 06:27 »
I am guessing it might be a cache issue as I think you are using some sort of cache plugin.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline SidSpider

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: SoulVision
Re: WP-POLL voting button is not working?
« Reply #7 on: 08 February 2010, 22:25 »
Hi

I was having the same problem with the voting button doing nothing. It would work with some themes and not others.

wp_footer() is in both the working themes and non working themes footer.php

After a little investigation I noticed that the theme I am using had <? wp_rss2feed(); ?> in the footer but not in the themes that worked, so I removed it from my current theme and wp_polls vote button now works.

So if you have:

<? wp_rss2feed(); ?>

in your footer.php try removing it and see if it fixes your problem.