Community Support Forums — WordPress® ( Users Helping Users ) — 2010-05-07T13:21:04-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=17 2010-05-07T13:21:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17&p=154#p154 <![CDATA[Re: Popup Modify profile not working]]> Statistics: Posted by Jason Caldwell — May 7th, 2010, 1:21 pm


]]>
2010-05-06T17:57:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17&p=73#p73 <![CDATA[Re: Popup Modify profile not working]]>
kathypop wrote:
Hi, we are having a problem with the popup code for modifying profiles. Nothing happens, no error message saying to unblock them ( which we already had disabled them)- nothing happened at all.


I had the same problem and it's usually associated with the Template you have. Somewhere down on the line you have a script that is blocking/disabling the popup page.

I solved this problem by creating my own popup page:

Code:
    <SCRIPT LANGUAGE="JavaScript">
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=350,left = 760,top = 425');");
}
</script>


insert the above right before the </head> tag in your index.php

then
Code:
<A HREF="javascript:popUp('http://www.yousite.com/?s2member_profile=1')">Edit Profile</A>


to were you want it appear.

Hope that helps

Statistics: Posted by drbyte — May 6th, 2010, 5:57 pm


]]>
2010-05-06T15:22:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17&p=66#p66 <![CDATA[Popup Modify profile not working]]> Hi, we are having a problem with the popup code for modifying profiles. Nothing happens, no error message saying to unblock them ( which we already had disabled them)- nothing happened at all.

Statistics: Posted by kathypop — May 6th, 2010, 3:22 pm


]]>