Viewing 7 replies - 1 through 7 (of 7 total)
  • You arent the only one. The issue is probably that you are using a custom theme not their designed theme. They claim that certain themes cause an issue EVEN if it worked with 1.0. Its a little annoying but hopefully they’ll have an answer soon.

    Hello, I tried installing the Ion theme but it does not work instead it gives me some errors, but when my current website default theme for the app, it shows well but it does not scroll

    Anyone decipher this yet? It’s just scrolling so what could be the hangup?

    The theme I want to use relies on a number of shortcodes that do not seem to be recognized by the ION theme, and this will amount to a ton of work.

    Is it related to dynamic page loading?

    same issue with me, looking for fix. not scrolling..

    I use a custom theme and I have the same problem.

    Glad to know I’m not the only one!

    Found a “fix” on another site that consists of adding custom CSS to your theme:

    html{height:100%;}
    body{height:100%;overflow:hidden;}
    #page{position:absolute;overflow:auto;height:100%;width:100%;}

    I find that only works in themes that have a “Custom CSS” option built into their customization. Otherwise, it doesn’t seem to do anything.

    It’s not really a fix, though, because that code kind of wrecks your theme, and sends your footer and header and everything else to places where they shouldn’t be. I’d use it cautiously.

    If anyone finds a real fix, that’d be swell.

    I posted this solution on StackOverflow and I can assure you that the real problem is the CSS.
    I use AppTheme Premium with child theme.
    The parent theme includes the CSS that I posted. I have simply reported the same CSS in the child theme.

    AppPresser enclose your site into a container (iFrame).
    So you must expand the body to 100% and #page must to scroll.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘App does not scroll’ is closed to new replies.