• I want to disable mobile view.
    The theme changes to mobile view even when I minimise the browser which look awkard. Kindly help me out to turn off the mobile view.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author LizardThemes

    (@lizardthemes)

    Hi!
    To disable the responsive design at all you have to follow the instruction:
    1) open file functions.php in text editor and remove there following code:

    <link rel="stylesheet" href="<?php echo get_template_directory_uri()?>/styles/mobile.css" type="text/css" media="screen and (min-width:240px) and (max-width:639px)" />
     <link rel="stylesheet" href="<?php echo get_template_directory_uri()?>/styles/tablet.css" type="text/css" media="screen and (min-width:640px) and (max-width:1023px)" />

    2) remove all code starting from strings :
    /* TABLET */
    in the file style.css.

    Thread Starter ajas.jansher

    (@ajasjansher)

    Thank you very much. I have disabled mobile view. But now my problem is, when I reduce the size of browser window(or view the page on a computer with small screen size), Some part of the foliage, footer, etc appears to be broken on the right hand side.
    Please check my website https://www.newapollopolyclinic.com on full width browser and reduced browser size. You will feel the difference.

    Thread Starter ajas.jansher

    (@ajasjansher)

    Theme Author LizardThemes

    (@lizardthemes)

    Hi!
    When did you download the theme?

    Thread Starter ajas.jansher

    (@ajasjansher)

    not exactly sure.. but during the last months of 2013

    Theme Author LizardThemes

    (@lizardthemes)

    Please, download the updated version of the theme on the official website. We have fixed this problem.

    Thread Starter ajas.jansher

    (@ajasjansher)

    I have downloaded the latest version.
    How can I update the changes without effecting the custom css changes which I have made?

    Is there only a few files needed to be updated or the entire theme?

    Theme Author LizardThemes

    (@lizardthemes)

    Unfortunately, you have to update the entire theme.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘disable mobile view’ is closed to new replies.