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: Problems with wp_head() and wp_footer  (Read 481 times)

0 Members and 1 Guest are viewing this topic.

Offline airranz

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Own
Problems with wp_head() and wp_footer
« on: 27 January 2010, 22:19 »
Hello I am having problems with this plugin.

First I found the problem of the missing wp_head and wp_footer. So I added them properly but no result. I check in the source code to see what this functions were doing but they were not adding any code so I suppose I have some problems of configuration

   1.  2.8.6
   2. My own theme
   3. www.diariosdefutbol.com (you can see a poll in http://www.diariosdefutbol.com/2010/01/27/la-primera-vuelta-para-ddf-mejor-jugador)
   4. wp-polls 2.50
   5. PHP  version 4.3.9 And MYSQL Version 4.1.20

how I can be sure that the changes that the plugin has to in order to add the extra code has been correctly done?

thnaks



Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Problems with wp_head() and wp_footer
« Reply #1 on: 28 January 2010, 03:36 »
looks like you are using somesort of caching plugin and the cache has not expired yet and hence the code you place have not taken place.

++ 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 airranz

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Own
Re: Problems with wp_head() and wp_footer
« Reply #2 on: 28 January 2010, 08:22 »
I use the wp-cache system with 10 minutes of exparation, but it shouldn't be the problem, I add this lines some weeks ago.

I don't know the details of these hooks, but it's like some global variables that the plugin should modify were not correctly updated

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Problems with wp_head() and wp_footer
« Reply #3 on: 28 January 2010, 10:20 »
You can try clearing or expiring the cache to see if it works. Because I don;'t use WP-Cache, so I have no idea

++ 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 airranz

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Own
Re: Problems with wp_head() and wp_footer
« Reply #4 on: 28 January 2010, 10:37 »
I have already triedseveral times, I also have tried with the cache disabled

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Problems with wp_head() and wp_footer
« Reply #5 on: 28 January 2010, 10:42 »
Does it work on the default theme then? I know that when WP-SuperCache is disabled, it is not really fully disabled.

++ 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 airranz

  • Newbie
  • *
  • Posts: 4
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Own
Re: Problems with wp_head() and wp_footer
« Reply #6 on: 29 January 2010, 16:28 »
Yes it works, so it should be another plugin creatin the problem.

But which plugin can generate the problem to avoid the right behavieur of wp_footer?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Problems with wp_head() and wp_footer
« Reply #7 on: 29 January 2010, 16:58 »
no idea on that sorry.

++ 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.