Tagged: x
-
AuthorPosts
-
March 21, 2017 at 12:01 pm #1415199
Hi,
As you can notice on the series of screenshots that a lot of stuff is messed up.Screenshot 1: Backgroung image is cut off and headline too big + cut off
Screenshot 2: Backgroung image is cut off
Screenshot 3: Backgroung image is cut off and headline too big
Screenshot 4: Backgroung image is cut off and headline too bigMarch 21, 2017 at 12:05 pm #1415211Screenshot 5: Backgroung image is cut off and headline too big
Screenshot 6: Backgroung image is cut off
Screenshot 7: Countries not aligned
Screenshot 8: Backgroung image is cut offMarch 21, 2017 at 12:07 pm #1415217Screenshot 9: Backgroung image is cut off and Text is a complete mess
Screenshot 10: Backgroung image is cut offIf you can please help me with all this, thank you in advance please check on your phone if everything is correct thank you so much.
March 21, 2017 at 1:13 pm #1415296Hi There,
To make sure backgrounds are not cut, you can add:
background-size: contain; to the style box of each section.
On your first section your Style would be : height: 100vh; background-size: contain;
To make your headline responsives please follow this reply :
Hope it helps
Joao
March 21, 2017 at 4:26 pm #1415504Hi there,
I added what you said regarding the backgrounds that are cut, but still a mess on Mobile phone. Some white sections appear.Please recommend any other easy fast way.
Thank you
March 22, 2017 at 8:53 am #1416212Hi There,
Where exactly these white sections appear? I could not see any.
Joao
March 22, 2017 at 9:02 am #1416224on top of the backgrounds if you check it out on an iphone you will see what i mean
March 22, 2017 at 1:33 pm #1416596HI there,
I have tried to check your site on an iPhone and I can’t seem to find the white sections you mentioned.
Kindly send us a screenshot so that we’ll have a better idea of the issue.
March 22, 2017 at 2:16 pm #1416650Hi there,
Actually when i follow what you said in previous reply :
” To make sure backgrounds are not cut, you can add:
background-size: contain; to the style box of each section.
On your first section your Style would be : height: 100vh; background-size: contain; ”
When i add the code above, white sections start appearing on top, please try it to see
March 22, 2017 at 2:24 pm #1416666Still the background is cut with the code above and i want it to look exactly the same as in desktop. If you see your screenshot you will notice that the box displayed on desktop version is now cut on mobile version and that´s exactly what i wanna fix. Thanks to help fixing this issue
March 23, 2017 at 12:45 am #1417245Hi there,
Mobile and desktop are different devices, and they can’t be the same unless the screen size is the same. What you could do is use different section for each device and have background applicable for each device. You may use the section’s HIDE BASED ON SCREEN WIDTH option each section.
Example,
1. Add Section-1 and hide it on mobile, then apply a landscape background image (images width wide width and shorter height)
2. Add Section-2 and hide it on desktop, then apply a portrait background image (images with narrow width and longer height) and make sure the parallax is disabled.Thanks!
March 25, 2017 at 6:34 pm #1420315Great thanks. Need help on the phone number on contact section: On desktop the numbers are in white color but on iphone it’s black. I don’t understand why ? Please help
ThanksMarch 26, 2017 at 2:50 pm #1420835Hi there,
Please add this code to your child theme’s functions.php
add_action('wp_head', 'remove_ios_phone_formatting'); function remove_ios_phone_formatting() { echo '<meta name="format-detection" content="telephone=no">'; }
Hope this helps.
March 27, 2017 at 6:30 am #1421483Hi there,
Can you please let me know where is the child theme´s functions.php ?????
Thanks
March 27, 2017 at 7:26 am #1421546Hi,
You need to login to your FTP and navigate to wp-content/themes/x-child/functions.php
or you can also add it from the dashboard.
See screenshot – https://www.screencast.com/t/i5zPnChEm
-
AuthorPosts