Two problem

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Mar 08, 2013 12:51 pm
Hello, I have a two problem.
1º. I have introduced the captcha in the register of user and the popup remains small and one does not see the whole form. Since I can change the size of the window popup?
Captura.PNG

2º. I have created Facebook's API since you put in your documentation, but when I am going to do login with Facebook he says to me that: The user and password do not coincide or you even do not have an account.
Thank you for everything.
Facebook.PNG

My URL is: Http://tutorialeshd.com
User avatar
Fresh Boarder

teitbite
Sun Mar 10, 2013 1:22 pm
Hi

Your site is offline, so I cannot see the issue, but I think re-captcha may be causing the second issue. Try disable it and check it than. Have You configured facebook API in template settings and in facebook auth plugin ?
User avatar
Moderator

GK User
Mon Mar 11, 2013 10:38 pm
Already this online the web. As for it of the captcha already that if I remove it I still have well the window, which I want is that this and to do more big the popup in order that one sees complete.
It of facebook already this tidy it had left a few blanks on having introduced the key and because of it it was not workin.
Regards and graces.
User avatar
Fresh Boarder

teitbite
Tue Mar 12, 2013 1:01 pm
Hi

I cannot understand You but looks like You have solved facebook load problem, for register popup please add this code to css to resize it:

Code: Select all
#gkPopupRegister {
height: 695px !important;
}
User avatar
Moderator

GK User
Tue Mar 12, 2013 1:32 pm
Hello, Facebook it is ok. The code that you say to me where I have to put it? This is what me appears in template.css
Code: Select all
/* popup */
#gkPopupOverlay,#gkPopupLogin,#gkPopupRegister {
   display: none;
   overflow: hidden;
   width: 520px;
   margin-left: -260px;
   position: fixed;
   z-index: 1000002;
   left: 50%;
   top: 50%;
   background: #fff;
}

#gkPopupLogin,#gkPopupRegister {
   position: absolute;
   top: 100px;
}

#gkPopupLogin {
   width: 600px;
   margin-left: -300px;
}

.gkPopupWrap {
   padding: 35px;
}

.gkPopupWrap h3 {
   margin: 0 0 18px;
   font-size: 32px;
   line-height: 32px;
}

#gkPopupOverlay {
   background: #000;
   width: 100%;
   height: 100%;
   z-index: 1000001;
   top: 0;
   left: 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: 0.7;
   margin-left: 0;
}



Thank you.
User avatar
Fresh Boarder

teitbite
Wed Mar 13, 2013 2:31 pm
Hi

Please put it inside override.css, but remember to allow using of this file in template settings.
User avatar
Moderator

GK User
Wed Mar 13, 2013 8:02 pm
Perfect!!! Thanks thanks thanks.
User avatar
Fresh Boarder


cron