Support Forum

Login button doesnt work in Andriod

1 2 >
Steve Howie
Member
Sep 27, 2017 - 2:41 pm

Hi, doing quite a bit of testing, for some reason - using firefox on android doesnt open the login box. If i hold and open a new page it does on the new page. However this will cause a problem. registering is fine as this launches the WP register page.

Mr Papa
Simi Valley, CA
Member
Free Members
Sep 27, 2017 - 8:47 pm

It works fine for me here and on couple test sites...  have you tried here?

do you have a link to site so we can look for any obvious conflicts?

Steve Howie
Member
Sep 29, 2017 - 2:27 pm

thanks, this forum opens the login box

mysite

Also, how do i remove/hide the administrator names/userid's in the stats bar at the bottom of the forum 🙂

Mr Papa
Simi Valley, CA
Member
Free Members
Sep 29, 2017 - 3:59 pm

So likely some sort of jQuery conflict.  Looked quickly and only thing jumping out is that your wp theme loads a touch-punch library and we load the jQuery touch punch library that comes with wp... They may be conflicting... No sure why your wp theme wants to loads its own library... 

As to removing some or all stats, please see this faq:  https://simple-press.com/docum.....tatistics/

Steve Howie
Member
Sep 29, 2017 - 5:06 pm

thanks for the reply, using oshine theme. ill post a question to them. How do i debug?

re the admin stats. Could you not introduce an option on the plugin? Im not a web guru, just a normal guy 🙂

Mr Papa
Simi Valley, CA
Member
Free Members
Sep 29, 2017 - 6:34 pm

Please note, I did not say the theme was the problem... only that the touch punch it was loading may conflict...  purely hypothetical - I have no data to back that up...

A possible way to see if the theme is involved would be to do a temp switch to the default wp theme and see if the mobile issue continues...

No chance of that becoming an option... If we converted all the capabilities yielded by theme template functions, we would have to literally add thousands of pages of options in the admin...

Its pretty simple to adjust the theme...  of course, we strongly recommend a child theme or custom theme to keep from losing changes on updates...

so for example, if you created a barebones child theme, you would copy over the spFootDesktop.php template file and edit it...  look for this line:

sp_AdminsList('tagClass=spCenter spAdministrators&postCount=0&stack=1', __sp('Administrators: ')); sp_AdminsList('tagClass=spCenter spAdministrators&postCount=0&stack=1', __sp('Administrators: '));

and just remove it to get rid of the admins list...  you would probably want to do same for the spFootMobile.php template file...  that line will exist in any of our themes, so should get you there...

Steve Howie
Member
Oct 2, 2017 - 3:20 pm

thanks, going one step further, how do i remove the foot stats footer all together? Its a bit old school and serve no real purpose, for me anyway 🙂

Mr Papa
Simi Valley, CA
Member
Free Members
Oct 2, 2017 - 3:23 pm

That Faq link I gave you has the details. Basically remove the entire section of template tags related to stats... It's commented.

Remember to do the child theme. 

Steve Howie
Member
Oct 2, 2017 - 3:54 pm

thanks, will do.

Steve Howie
Member
Oct 2, 2017 - 4:06 pm

last question where do i remove email address/contact from members profile?

1 2 >