HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] What would be the proper way to get the mobile version of this working...

peregrineperegrine MVP
edited April 2014 in Feedback

@‌tama

to look like your posted image.

I also tried adding which didn't seem to make it look like image.

$Configuration['Garden']['MobileTheme'] = 'VBS3';

In other words, should I see this image

just by selecting theme in dashboard in version 2.1

curious as ever.

the non-mobile theme displays as expected.

the js from theme doesn't load in mobile as far as I can tell. But then again I could be doing something wrong.

I like all of your themes by the way.

I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Comments

  • peregrineperegrine MVP
    edited April 2014

    Solved:

    I see the error in my ways.

    the browser window width has to be smaller than

    $(window).width() < 612

    to see the mobile in action with sidr using side panel. and you must change this as well.

    in conf/config.php

    $Configuration['Garden']['MobileTheme'] = 'VBS3';

    emulating iphone via browser on regular computer "Must" be a smaller width than 612 px.

    the thing that threw me off is the "lithe" theme on the vanillaforums.org something similar but doesn't require the browser width to be less than 612.

    nice theme,

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.