Tagged: x
-
AuthorPosts
-
December 27, 2016 at 9:24 pm #1306629
playingtheheroParticipantI 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
December 28, 2016 at 12:01 am #1306738
RupokMemberHi 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!
December 28, 2016 at 8:04 am #1307123
playingtheheroParticipantWhere would I find that code? I never added this line.
December 28, 2016 at 8:36 am #1307169
JoaoModeratorHi 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
December 28, 2016 at 9:01 am #1307203
playingtheheroParticipantI dont have a child theme to edit… turned off all third party and nothing…
December 28, 2016 at 9:07 am #1307206
playingtheheroParticipantThis 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?
December 28, 2016 at 10:52 am #1307325
Nabeel AModeratorHi 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!
December 28, 2016 at 11:45 am #1307404
playingtheheroParticipantThat worked! Thanks… However it seems now the elastic scrolling on mobile doesnt work…
December 28, 2016 at 12:11 pm #1307431
RupokMemberHi 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.
December 28, 2016 at 1:44 pm #1307522
playingtheheroParticipantIt does, thanks for clarifying.
December 28, 2016 at 2:19 pm #1307554
JoaoModeratorLet us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1306629 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
