fanmail wrote:I reinstalled your MOD and Registration is now working
There are still some small problems with the style:
Phone (problem with style):
Tablet (problem with style):
All images / smiles are in the middle of the page
Uploaded with
surfmypictures
I fixed it by changing these files:
tpl_jquery-mobile-smartphone_overall_header.html.php
tpl_jquery-mobile-tablet_overall_header.html.php
tpl_feature-phone_overall_header.html.php
Code: Select all
img { max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto; border: 0px solid black; }
to
img { max-width: 100%; height: auto; }
(1) Regarding the "Confirmation of registration" field issue, I can not repeat it in my environment.
"Confirmation of registration" should have the same style as "username" and "password", the text "Confirmation of registration" should not be in bold text. ("username" and "password" are not.) This problem is usually caused by wrong html tag. Please help me to check your "ucp_register.html" to make sure "custom profile field" has the same html tag as "username" and "password".
If you are sure the template file are right, please go to your web site "cache" directory, delete "tpl_jquery-mobile-tablet_ucp_register.html.php" and "tpl_jquery-mobile-smartphone_ucp_register.html.php", and then redo the testing -- if you updating these template files several times, and do not re-install the style completely at last, the cache file(s) is for the previous version of template file, not for the latest version. At this time, you can delete the cache file(s) to force the system to generate new cache file(s), which are for the latest template version.
If it still does not work, PM or email me your three "ucp_register.html", so I can help.
(2) Regarding the "username" and "password" issue, this is jQuery Mobile's issue, I am sorry I can not fix it, can we keep it in current way?
In detail, my theme is based on jQuery Mobilie:
http://jquerymobile.com/ . For Smartphone style, such as iPhone, the text ("username" and "Length must be 3 to 20 characters.") is on top of the input field; for Tablet, such as iPad, the text is at the left of the input field. While, for some type of mobile device, which screen size is between iPhone and iPad, the problem you find will happen. I do not know how to improve it, and I do not think this is a block issue. Can we keep it in current way?
(3) Regarding the "img { max-width: 100%; height: auto; }" issue, you are right, it is my fault, thanks a lot for your support.
Any problem and/or progress, please me know.