Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306629
    playingthehero
    Participant

    I put an Underconstruction page up while I am redesigning my site. For some reason, on an iPhone, I cannot scroll to read more. What am I doing wrong?

    Here is my url designgum.co

    #1306738
    Rupok
    Member

    Hi there,

    Thanks for writing back. It seems you have added the below code that’s causing the issue :

    html, body {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      height: 100% !important;
      overflow: hidden !important;
    }

    Kindly remove this (or ate least overflow: hidden !important;) to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.

    Hope this makes sense.

    Cheers!

    #1307123
    playingthehero
    Participant

    Where would I find that code? I never added this line.

    #1307169
    Joao
    Moderator

    Hi There,

    It should be on Apppereance > Customizer > Custom > CSS

    or on the style.css of your child theme.

    It also can be generated by a plugin, so in case you dont find those codes there, please try turning off all thirdy party plugins and testing for plugin conflict.

    Let us know how it goes,

    joao

    #1307203
    playingthehero
    Participant

    I dont have a child theme to edit… turned off all third party and nothing…

    #1307206
    playingthehero
    Participant

    This has something to do with your Under Construction Add-on. When its off, my homepage is fine, when it’s on, it does the problem. How do i fix this?

    #1307325
    Nabeel A
    Moderator

    Hi again,

    To fix the issue, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    html, body {
        overflow: auto !important;
        overflow-x: hidden !important;
    }

    Let us know how this goes!

    #1307404
    playingthehero
    Participant

    That worked! Thanks… However it seems now the elastic scrolling on mobile doesnt work…

    #1307431
    Rupok
    Member

    Hi there,

    Thanks for writing back. Scrolling seems working fine on mobile. However if you want to use our under construction then you should follow the functionality of that. You should have less content that actually fits within the page and you don’t need scrolling. It’s simply because under construction page not supposed to have that much content and that’s why the scrolling was turned off by the under construction plugin. However now it should be fine after adding the suggested CSS.

    Hope this makes sense.

    #1307522
    playingthehero
    Participant

    It does, thanks for clarifying.

    #1307554
    Joao
    Moderator

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1306629 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>