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.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dabnpits

Pages: [1]
1
WP-Print / Re: How to print a Google Map with wp-print?
« on: 29 June 2010, 15:49 »
I recently had this issue with getting MapPress generated maps printing with WP-Print. The issue it seems is that WP-Print does not call wp_head() to load the necessary javascript so that the map can render.

To fix this, I simply added <?php wp_head(); ?> just before the closing </head> tag in wp-print/print-posts.php

Good luck!

Pages: [1]