Iphone log in issue
+2
skouliki
Mike Ferguson
6 posters
Page 1 of 1
Iphone log in issue
Seem to be having an issue with users that are using a Iphone , they can not register , the part when asked to check if you agree
is all blank . So far , it's only on Iphones , but haven't tried other phones . Everything else is fine , only Iphones show blank and don't go through with the registration . Not surethe issue i've checked and checked again can't figure this out any help would be great . Thank you in advance
is all blank . So far , it's only on Iphones , but haven't tried other phones . Everything else is fine , only Iphones show blank and don't go through with the registration . Not surethe issue i've checked and checked again can't figure this out any help would be great . Thank you in advance
Last edited by Mike Ferguson on November 19th 2020, 6:04 pm; edited 1 time in total
Re: Iphone log in issue
hello
is this happening only to your forum or you have the same issue also here on support ?
is this happening only to your forum or you have the same issue also here on support ?
Re: Iphone log in issue
No it's new members trying to log into my forum any Iphones can't log in but if they use a computer or tablet no probs.
Re: Iphone log in issue
Hello,
Can you just confirm this detail please: on which version of your forum this issue is present? Desktop version or mobile version?
I think it concerns the mobile version because you mentionned "iPhone" but it is possible for this member to switch on the desktop version.
Can you just confirm this detail please: on which version of your forum this issue is present? Desktop version or mobile version?
I think it concerns the mobile version because you mentionned "iPhone" but it is possible for this member to switch on the desktop version.
The Godfather- Administrator
- Posts : 5346
Reputation : 846
Re: Iphone log in issue
Like I said I will use the last member for instance , He was trying to register to my forum , and could see the terms then at the bottom there are 2 check boxes and they were blank just the boxes , then he checked them and there was nothing more that was it, then errors . ( and that was on his Iphone ) But then I got him to register on laptop ( PC ) and no problems registered and logged in easy . Then I had him try to log in using the Iphone now after registering through the pc and he logged in no problem and could navigate the site without any issues . Just will not allow Iphone to register is all Have not had a chance to try other phones yet . Hope that clarified it better
Re: Iphone log in issue
OK so we have to test on an iPhone too (not so easy because nobody has an iPhone in the office)
The Godfather- Administrator
- Posts : 5346
Reputation : 846
Re: Iphone log in issue
Are you sure this only happens on iPhones? The problem should appear on all devices that support the mobile version
The problem is with the CSS and custom colors. You can solve using this CSS:
The problem is with the CSS and custom colors. You can solve using this CSS:
- Code:
#mwrap .box label {
color: #6E6E6E !important;
}
Last edited by MattiaDes on November 18th 2020, 9:42 pm; edited 2 times in total
Re: Iphone log in issue
ok got it , now where in the Css do I paste that ?
- Code:
#wrap {
background:#2b2b2b url(https://i.servimg.com/u/f43/14/73/12/96/stripe10.png);
margin: 0px auto;
padding: 5px;
max-width: 1400px;
min-width: 970px;
width: 85%;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
border: 1px solid #363636;
box-shadow: 0 0 8px black;
Re: Iphone log in issue
Sorry way in advance new with html and Css still learning all this ( Noob Here ) thanks for all help guys
MattiaDes likes this post
Re: Iphone log in issue
Hi sorry, I was wrong to paste. The CSS code is this:
You can insert it anywhere in the style sheet the result should be this:
- Code:
#mwrap .box label {
color: #6E6E6E !important;
}
You can insert it anywhere in the style sheet the result should be this:
Re: Iphone log in issue
Sorry for the ignorance is this what it should look like
- Code:
#wrap {
background:#2b2b2b url(https://i.servimg.com/u/f43/14/73/12/96/stripe10.png);
margin: 0px auto;
padding: 5px;
max-width: 1400px;
min-width: 970px;
width: 85%;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
border: 1px solid #363636;
box-shadow: 0 0 8px black;
.box label color: #6E6E6E
!important;
}
Re: Iphone log in issue
No, you have to insert it on a new line and not inside #wrap { }
The Godfather likes this post
Re: Iphone log in issue
ok think I got it now should look like this then
- Code:
#mwrap .box label {
color: #6E6E6E !important;
}
#wrap {
background:#2b2b2b url(https://i.servimg.com/u/f43/14/73/12/96/stripe10.png);
margin: 0px auto;
padding: 5px;
max-width: 1400px;
min-width: 970px;
width: 85%;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
border: 1px solid #363636;
box-shadow: 0 0 8px black;
}
Re: Iphone log in issue
Yes, that's what it should look like.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Iphone log in issue
Problem solved & topic archived.
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» [Only Topic] Mobile Version Log in Issues with Iphones and Ipads
» Iphone scrolling in textbox
» Conection problems with iPhone 6
» Login problem and iPhone
» Cant access Forum on IPhone
» Iphone scrolling in textbox
» Conection problems with iPhone 6
» Login problem and iPhone
» Cant access Forum on IPhone
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum