Would anyone know how to fix this?

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
Thu Oct 03, 2013 5:25 pm
Reply with quote
Report this post
When you go to the sign up and registration page and happen to hover on any of the required fields, a popup is also activated. It is very distracting and annoying. I would like to get rid of this feature.] I've uploaded a photo to better show my issue.

sign_up_hover_issue.png
User avatar
Senior Boarder

GK User
Thu Oct 03, 2013 11:00 pm
Reply with quote
Report this post
It is difficult to see what is going on from screenshot. Can you post a live link to this page so I can check?

See you around...
User avatar
Platinum Boarder

GK User
Fri Oct 04, 2013 1:30 am
Reply with quote
Report this post
normanUK wrote:It is difficult to see what is going on from screenshot. Can you post a live link to this page so I can check?

See you around...



I will private message you since this is a test build.
User avatar
Senior Boarder

GK User
Fri Oct 04, 2013 2:00 am
Reply with quote
Report this post
Please add following css code to override.css located in templates css folder and enable css override option in template settings > options > advanced options.

Code: Select all
#member-registration .tooltip {
    display: none!important;
}


Regarding login overlay, it will only work on any other page other then com_users so while you are in registration page that is com_users so it will not work on signup page.

I ll look in to this to see whether we can change that.

See you around...
User avatar
Platinum Boarder

GK User
Wed Dec 04, 2013 7:39 am
Reply with quote
Report this post
normanUK wrote:Please add following css code to override.css located in templates css folder and enable css override option in template settings > options > advanced options.

Code: Select all
#member-registration .tooltip {
    display: none!important;
}


Regarding login overlay, it will only work on any other page other then com_users so while you are in registration page that is com_users so it will not work on signup page.

I ll look in to this to see whether we can change that.

See you around...



Is there any update about fixing the signup page?
User avatar
Senior Boarder


cron