Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 05:13:14 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155544 Posts in 21714 Topics by 7736 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Login form in Fancybox  (Read 4091 times)
Steven

Offline Offline

Posts: 30


« on: February 07, 2011, 05:08:59 PM »

Hi,

I've managed to open the login form in fancybox. When visitors login, the page opens in the i-frame itself. When they hit the close button of the fancy box, the parent page refreshes. Almost there but I would like to close the popup and refresh the parent page at one go with a proper function when a visitor hits the submit button.

This is my code so far:
Code:
<script type="text/javascript">
$(document).ready(function() {
 
  $("#popup").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe',
'onClosed': function() {   parent.location.reload(true); }
 });


});
</script>
Any idea's

Much appriciated!

Cheer,

Steven
« Last Edit: February 07, 2011, 05:13:41 PM by Steven » Logged
JC

Offline Offline

Posts: 56


« Reply #1 on: March 19, 2011, 11:25:17 PM »

Hi Steven,

Did you figure out how to solve this?

/JC
Logged
Steven

Offline Offline

Posts: 30


« Reply #2 on: March 21, 2011, 10:09:48 AM »

Hi JC,

I'm afraid not...
Logged
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #3 on: March 21, 2011, 11:02:58 AM »

Hm, I'm not sure if I understand the problem right. onClosed should always fire when the FB is closed, no matter which way it is closed.
Logged

Alle großen Veränderungen beginnen im Kleinen
deekodesk

Offline Offline

Posts: 9


« Reply #4 on: June 27, 2011, 12:39:31 PM »

I don't think you can change the Use Login form in this manner...I remember i tried to do some modification in Fields and design but i end up with problems, bugs and errors....
Logged
herojohan

Offline Offline

Posts: 12


« Reply #5 on: November 25, 2011, 11:18:16 PM »

Try to use ColorBox instead of Fancybox.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!