-
AuthorPosts
-
March 26, 2020 at 1:06 am #1197895
I’m getting a ton of white space on the top of sub pages on mobile and tablet displays:
Sample responsible pageshttps://snipboard.io/riXR89.jpg
- This topic was modified 4 years, 8 months ago by hostworks.
March 28, 2020 at 10:05 pm #1198702Hey hostworks,
Sorry for the late reply, I took a look at many of your pages but didn’t see the error, have you since made changes?Best regards,
MikeMarch 28, 2020 at 10:22 pm #1198716It only happens on a phone in portrait or landscape. Tablet and desktop are fine. Thanks.
March 29, 2020 at 1:33 pm #1198811Hi,
Perhaps try clearing your browser cache, Please see the screenshots in Private Content area.Best regards,
MikeMarch 29, 2020 at 7:09 pm #1198919Exactly, what is the space and line under the photo in this shot https://savvyify.com/img/image/Hwbm?
March 29, 2020 at 11:02 pm #1198957Hi,
Thanks, I see now.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px){ #full_slider_1, #full_slider_1 .av_slideshow_full.avia-slideshow, #full_slider_1 .avia-slideshow-inner, #full_slider_1 .avia-slideshow li, #full_slider_1 .avia-slideshow li img { min-height: 300px !important; } }
Best regards,
MikeMarch 29, 2020 at 11:20 pm #1198959Thanks, I already had:
@media only screen and (max-width: 767px) {
#full_slider_1,
#full_slider_1 .av_slideshow_full.avia-slideshow,
#full_slider_1 .avia-slideshow-inner,
#full_slider_1 .avia-slideshow li,
#full_slider_1 .avia-slideshow li img {
min-height: 350px !important;
}
#full_slider_1 .avia-slideshow li img {
width: 100%;
}But, didn’t have the !important; on the line.
Now, I’m just down to one item as we are going live today. Waiting to hear back from Victoria on https://kriesi.at/support/topic/getting-strange-navigation-results-when-scrolling-down/#post-1198711March 29, 2020 at 11:52 pm #1198966can you see this on your phone?
https://snipboard.io/SIqrto.jpg
for some reason, the zip code, phone and email are showing red on a phone.Only the email should be red as it is a link.March 30, 2020 at 1:42 pm #1199065Hi,
I believe that your screenshot is from your /contact/ page and I do not see these as red, only the email address.
I believe you are looking at this with an iPhone which automatically links phone numbers, even when there is no link.
This is the answer from IOS on the topicRegrettably iOS has no option to manually set character strings it “sees” as Hyperlinks or Phone Nos. as text only instead of active links.
But this maybe a solution
Try adding this code to the end of your functions.php file in Appearance > Editor:function add_custom_meta(){ ?> <meta name="format-detection" content="telephone=no"> <?php } add_action('wp_head', 'add_custom_meta', 1);
Then clear your browser cache and check.
Best regards,
MikeMarch 30, 2020 at 4:55 pm #1199107Thanks Mike, that is a strange fix, but it seems to work, thank you very much! one more fix and I’m ready to go live.
Have you any idea or have you seen this?March 31, 2020 at 1:44 pm #1199319March 31, 2020 at 5:01 pm #1199358We had to push live here’s the link
https://lbstymkiw.com
Again, this is only happening on Chrome and FF on the longer pages.- This reply was modified 4 years, 7 months ago by hostworks.
April 3, 2020 at 1:05 pm #1200498 -
AuthorPosts
- You must be logged in to reply to this topic.