Topic-icon Registration Button & Page

Active Subscriptions:

None
6 years 4 months ago #63203 by jerrws
Awesome Enhanced Login.........I love it.

The only Issue I am having is when I click on ligin and it opens the Java Script light box to login there is a Registration button. When you click on the registration button it goes to this page instead of a registration page.

Not A Registration Page

How can I get this to work correctly with basic profile info that includes mailing address?

Thanks,
JT
The topic has been locked.
Support Specialist
6 years 4 months ago #63204 by mel
Replied by mel on topic Registration Button & Page
Looking at the URL, it's going to index.php/component/users/?view=registration&Itemid=101. SCLogin is just redirecting you to the standard registration view of the core Joomla users component. The content that is displayed there is based on that component and how your template is set up. We don't have control over the content of this page. If I manually go to the non-SEF value of the index.php?option=com_users&view=registration page, the same content is displayed.

Please verify that the standard login module that comes with Joomla is having the same issue. This would be a good indication that it's out of our hands.

-Melissa
The topic has been locked.
Active Subscriptions:

None
6 years 3 months ago #63299 by jerrws
Replied by jerrws on topic Registration Button & Page
Thank you for your response I am having my Store developer look into the link registration issue. On another note when I open the login popup how can I control the background color of the Registration button and the 2 areas of the background where the ? marks are? Thanks


JT
The topic has been locked.
Support Specialist
6 years 3 months ago #63307 by mel
Replied by mel on topic Registration Button & Page
1. First, there's a conflict with your template that I can't get the modal to display. Had to add these styles in the Developer Tool to get it to show up:
#login-modal {
display: block !important;
opacity: 1;
margin-left: -280px;
}

2. The registration button and question buttons are controlled by this style:
[code].sourcecoast .btn {
background-color: #333;
}

3. I'd recommend making your own custom theme for SCLogin if you're customizing the colors. Since you're using the sourcecoast theme, you'll lose any changes when you upgrade SCLogin. For instructions, see here .

Hope this helps, but let me know if you continue to have problems.

-Melissa
The topic has been locked.
Active Subscriptions:

None
6 years 3 months ago #63337 by jerrws
Replied by jerrws on topic Registration Button & Page
Melissa,

Thank you for your help on getting it to look the way I need to. i am still so confused on getting the Registration button to pull up the registration form. I feel like i am missing something or I am being real dense in my thinking or thinking about it too much. Here is what my store developer said about it.

"It is because, the registration button link takes the item id of home menu so when clicking on this button it redirects to the home page.

And we checked the layout settings of the template (Versla - Home) that is assigned to the home page menu and see the "Page Content" was loaded. This is reason for not showing the registration form."

My understanding is, ok the reg. button is pointing to something other than the normal Joomla registration. My question is how do I point it or where do I go in the files or code to correct that issue and get it pointing to the correct place? Hope that makes sense.

Thank you,
Local Austinite,
JT
The topic has been locked.
Active Subscriptions:

None
6 years 3 months ago #63338 by jerrws
Replied by jerrws on topic Registration Button & Page
Melissa,

Well I feel stupid. I was thinking about it way too much. I finally got it figured out and working correctly. Sorry for the bother.

Thanks,
JT
The topic has been locked.
Support Specialist
6 years 3 months ago #63341 by alzander
Replied by alzander on topic Registration Button & Page
JT,
No worries about bothering us. I'm glad you got it going. If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.