HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Error displaying page Mobile Browser
LordDebater
New
Love this theme, about to move it to from my staging site to my main site, however there is 1 problem.
On the mobile version- when using the sliding nav bar on the left, clicking the menu button after the menu has been expanded causes the page to crash in the browser. Not sure how to go about debugging this for you on the phone. I just wanted you to be aware of the issue. I will look into it further and post what I find.
Thanks for this theme! Besides this one issue it is really great.
0
Comments
try this on your computer browser to test mobile and emulate on desktop computer....
http://chrispederick.com/work/user-agent-switcher/
http://docs.vanillaforums.com/developers/troubleshooting/
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
The problem might be that the theme is missing the viewport/width=device-width meta tag.
I haven't checked, but if that's the case, add this to your themehooks:
Also or mobile debugging, your very best option is using an actual smartphone.
If you have an Android phone, you can even access the console and web inspector on your computer using USB debugging:
https://developer.chrome.com/devtools/docs/remote-debugging
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I applied the theme to my main site, and everything is working okay. If you want to try to isolate the issue with a web inspector you are more than welcome to look at my staging site found here: www.staging.debatestrat.com
I can see your site using the mobile theme on a mobile. I can't see a problem . Your site uses the main theme and the mobile uses the mobile theme.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Ah, perhaps the problem was that I was accessing the mobile version of this theme by clicking "full site" at the bottom of the default mobile theme. I changed the config-defaults file on my other site, that avoided the issue. Not sure why that would matter.
You can try the plugin back to mobile which fixes the problem of not being able to see the mobile after going to the full site.
http://vanillaforums.org/addon/gobackmobile-plugin
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
you should never change config-defaults.php.
because
all changes should be made in config.php NEVER in config-defaults.php
yes but, it is not necessary in vanilla 2.1
in vanilla 2.1 you should see back to mobile
you just need to make the footer link more visible via custom.css in both the mobile theme and your non-mobile theme
whatever colors you want #ccc is not very visible
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.