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: Stop popup from resizing  (Read 2940 times)

0 Members and 1 Guest are viewing this topic.

Offline Nick5a1

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: Custom
Stop popup from resizing
« on: 31 March 2010, 06:46 »
Hi all,

I've spent a couple hours trying to find a solution to this but have had no luck.

The link to my email to a friend popup is:
http://rewardsforresearch.com/index2.php/aus/sa/sciatica-clinical-trial-medication-may-provide-pain-relief-not-accomplished-by-current-treatments/emailpopup/

You'll notice it's quite wide (wider than the default 500px), I suspect due to the lengthy title. If that is the case, how can I change the title to wrap onto two or more lines? The popup window looks odd with the title and submit button centred and the form aligned on the left, any suggestions?

Thanks very much.
Nick

Offline Nick5a1

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: Custom
Re: Stop popup from resizing
« Reply #1 on: 05 April 2010, 05:55 »
Anyone?

Offline rylar22

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: default
Re: Stop popup from resizing
« Reply #2 on: 03 May 2010, 22:49 »
I had a similar problem, I think the "pop up" functionality on this plugin is broken.

Offline Nick5a1

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: Custom
Re: Stop popup from resizing
« Reply #3 on: 04 June 2010, 13:04 »
I don't think it's broken I just don't know where to edit it. Can anyone please please point me in the right direction? It's been over 2 months since my original request. The form has now been updated to this URL:
http://trialfacts.com/demo/emailpopup/

Offline McIanAvelli

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: My own
Re: Stop popup from resizing
« Reply #4 on: 11 August 2010, 16:09 »
The re-sizing thing was driving me crazy to, but the fix is real simple.

In email-popup.php scroll nearly to the bottom. there on about line 89 you will find
<body onload="repositionPopup()";>
change this to:
<body>

That's it.