Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

empty mobile view

edited July 2015 in Vanilla 2.0 - 2.8

checked my site in google page speed , mobile view shows a blank page ... why ?

Comments

  • Options

    config-default

    changed both mobile/desktop to DEFAULT , made no difference

  • Options
    x00x00 MVP
    edited July 2015

    never edit config-default.php it says that quite clearly at the top.

    grep is your friend.

  • Options

    ok sorry

  • Options

    Your style

    .PageDescription {
        display: none;
    }
    
    .DraftButton, .PreviewButton, input.DraftButton, input.PreviewButton, .CheckBoxColumn, .HomepageTitle, #Panel {
        display: none;
    }
    

    grep is your friend.

  • Options
    x00x00 MVP
    edited July 2015

    You are using a theme not updated since 2011

    grep is your friend.

  • Options

    where is this .css located ?

    the .css you're referring to is for the mobile layout causing it to not display in mobile view ?

  • Options
    x00x00 MVP
    edited July 2015

    sorry my mistake you are using the default mobile them

    /themes/mobile/design/custom.css

    what doe sit say here?

    /themes/mobile/about.php

    what have you got in?

    /themes/mobile/views

    grep is your friend.

  • Options

    $ThemeInfo['mobile'] = array(
    'Name' => 'Mobile',
    'Description' => "A refined design for mobile browsers",
    'Version' => '1.1.3',
    'Author' => "Mark O'Sullivan",
    'AuthorEmail' => 'mark@vanillaforums.com',
    'AuthorUrl' => 'http://vanillaforums.com'
    );

    and
    default.master.tpl

  • Options

    ok ive put different stuff in the themes/mobile/ folder and it shows display , ill play around with that

  • Options

    hey x00 , can you help me with my last issue ? it's about signing up , after users sign up , it returns to a Bad url :(

  • Options

    @newzealandgirls don't have time

    grep is your friend.

Sign In or Register to comment.