Registration form doesn't work in 3.17 and JS 4.0.6

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri May 15, 2015 3:54 pm
Reply with quote
Report this post
After upgrading the template to version 3.17 and Jomsocial 4.0.6 the JS registration form doesn't work. You can see it here:

https://www.fotoforalla.se/community/register

Nothing happens when you click "Nästa" (Next) so no one can register.
User avatar
Platinum Boarder

GK User
Sun May 17, 2015 11:21 am
Reply with quote
Report this post
Hello,

First of all - did you removed from the template catalog the "html/com_community/" directory?
User avatar
Administrator

GK User
Sun May 17, 2015 11:46 am
Reply with quote
Report this post
I did uninstall the M Social template before installning the latest version so I did not remove the directory but it seems like it was never added again because I don't have that directory anymore
User avatar
Platinum Boarder

GK User
Mon May 18, 2015 12:46 pm
Reply with quote
Report this post
Could you send me a PM message with FTP and back-end access to your website? Because I cannot reproduce this issue on my installation.
User avatar
Administrator

GK User
Mon May 18, 2015 7:41 pm
Reply with quote
Report this post
I've sent you a PM now.
User avatar
Platinum Boarder

GK User
Tue May 19, 2015 7:13 pm
Reply with quote
Report this post
I don't know why you have this issue, but it seems that adding:

Code: Select all
/* Fix */
.joms-checkbox {
   clear: both;
}


To css/jomsocial.css helped in your case. I will analyze it and I will add it in the next update.
User avatar
Administrator

GK User
Tue May 19, 2015 7:58 pm
Reply with quote
Report this post
That seem to have fixed it!

But now if I got past the first registration page to the page where I can fill out my Jomsocial profile page I'm not able to enter anything to any of the fields. When I click a field the privacy options show up instead. And also the Globe icon that you are supposed to click on to show the privacy option is in the middle of the field instead of out to the right.

Screenshots here:

Capture.PNG
User avatar
Platinum Boarder

GK User
Thu May 21, 2015 6:09 pm
Reply with quote
Report this post
Please add the following change:

Code: Select all
.joms-button--privacy {
  width: auto!important;
}


it will solve your issue
User avatar
Administrator

GK User
Sun May 31, 2015 4:15 pm
Reply with quote
Report this post
Sorry for late reply, that fixed it!

I found another problem, if you take a look at this page:

https://www.fotoforalla.se/galleri/albu ... groupid=45

The ordering of the map and buttons right below the images doesn't look very good.
User avatar
Platinum Boarder

GK User
Tue Jun 02, 2015 4:22 pm
Reply with quote
Report this post
Please try to add:

Code: Select all
.joms-sidebar {
float: right;
}
User avatar
Administrator

GK User
Tue Jun 02, 2015 6:25 pm
Reply with quote
Report this post
That's better but there are still some problems with buttons going outside their box and the text of the share button is white so you can't see it against the background.

And the map isn't aligned with its headline and there is no left margin.

You can see updated look here: https://www.fotoforalla.se/galleri/albu ... groupid=45
User avatar
Platinum Boarder


cron