MyBB Community Forums

Full Version: Myresponsive theme - user page error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I download and install this theme here: http://community.mybb.com/mods.php?action=view&pid=303

When I access my user page on mobile device. Nothing shows up except username and avatar. 

You can view it by re-size the window to a smaller scale as mobile device. 

http://natel.ml/User-love#comments/1

Could you please help check what I can do to show up other information but make it fix in mobile device? Thanks a lot for your great help!
It's because the theme is hiding stuff for anything below 568px on profiles for mobiles.

You'll have to find the class that is hiding stuff in templates > your theme > member templates > member_profile.
navigate to global.css of the theme through themes section of forum admin panel ;
switch to edit in advanced mode (tab) ; around line 186 you can find style code like below
.ocultarmovil {display:none;}
you can disable that code by using comment tags - like below
/* .ocultarmovil {display:none;} */

remember to hard refresh your browser (eg. press CTRL + F5) on a profile page after saving changes to global.css
Thanks for your support, iAndrew.

Thank .m. It works now. Thanks!

May I ask one more question?

Thread URL: thread-1.html
Thread URL: thread-my-sample-test

Which one is better for google SEO?
^ well, I prefer using MyBB (internal) SEF URLs (like thread-1.html)