
Tagged: hide image mobile
-
AuthorPosts
-
May 13, 2025 at 10:29 pm #1484176
Good afternoon. Love the theme – purchase many licenses.
I have a new site I am working on and have a 1/3 container with two images. One is set to hide on the two smaller screen settings in RESPONSIVE and the other the opposite – set to show on two smaller screen settings in RESPONSIVEI still see a box with a ? on my mobile phone – assuming it is the “missing picture”
I tried to add some additional CSS —–@media only screen and (max-width: 990px) {
#samhide { display: none !important; }}in the quick css and still see it on my iPhone.
Is there something else to try to truly hide the image on the homepage?
May 14, 2025 at 7:31 am #1484205Hey Madison,
Thank you for the inquiry.
We are not seeing the issue on our end. Would you mind providing a screenshot? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
IsmaelMay 14, 2025 at 5:19 pm #1484247Here you go – https://img.savvyify.com/image/IMG-4642.9w90z
When I look at this homepage on mobile screen simulators like FireFox and Chrome – it looks fine, but on a real phone, mine is a iPhone 16 I see the missing image blue box with a ? – Please let me know what you are seeing. Can you help? I have two things working to hide the second image on mobile. Thanks again, ChrisMay 14, 2025 at 8:20 pm #1484261You may just try it on your phone directly – https://new.samsneadslely.com/ and see what you see. Thanks
May 15, 2025 at 6:54 am #1484275Hi,
Thank you for the screenshot.
We can’t reproduce the issue on our end — see the screenshot below. Have you tried purging the cache or switching to incognito mode?
Best regards,
IsmaelJune 12, 2025 at 10:34 pm #1485381Good afternoon. I am still getting this “missing image” icon with blank space on my iPhone 16.
Unfortunately so is my client that I built the site for. The site is now live at https://samsneadslely.com/
and I am at a loss at what to try…but it is definitely an issue. Please help!
It may be fine on an android but iphones show this issue.June 12, 2025 at 10:36 pm #1485382https://img.savvyify.com/image/0.y8XdM is the image my client took on his iPhone
June 13, 2025 at 7:00 am #1485400Hi,
We checked every thumbnail in the srcset attribute, and none of them are missing, but it looks you’ve opted to hide the column and image on smaller screens. The image does display when we manually toggle its visibility.
Would you mind creating a test page and apply the same content as the homepage?
Best regards,
IsmaelJune 13, 2025 at 4:47 pm #1485437I did make a reproduction page top and made it exactly like the homepage – from scratch, not making templates out of the elements, using same settings and set up. It was the same result. I also made other changes experimenting with the image, z index and hiding… same result. Switched the columns where the image was, same result.
https://img.savvyify.com/image/IMG-4759.y8rhx
I am at a loss to what to try next.
Please help.
Did I give credentials? I will add them just in case below.June 13, 2025 at 4:50 pm #1485438I do want to hide the overlapping – clear background golfer on mobile. It is great on desktop, love the look, but on mobile, it is too small to cover at all. I have built and customize many sites on Enfold, the show/hide works almost all the time. Does this help you understand what I am trying to do?
June 13, 2025 at 5:30 pm #1485440maybe it is because the ID is set twice ID=samhide
remove it from the imageor because the image is inside a column why not using the options inside the column element to hide the column?
June 13, 2025 at 7:50 pm #1485450yes, the column has “hide on mobile”
I removed the ID and Class on the image and still see the big blank space on my iPhone
Do you still see it?
Thanks
CcJune 14, 2025 at 9:04 am #1485455Why do you have that text as double content?
Lets try if a css only solution will do the job:
Do not create that extra text section. This means: your 1/3 column on the left – the 2/3 column with your text on the right. As probably before, move the line column upwards (-200px) using the setting via Advanced – Position relative in the Row Settings – Row Screen Options setting and let the columns wrap at 989px. Give the column with the image its own meaningful class, e.g.: hide-on-smallscreens.
Now insert it into the Quick CSS:
@media only screen and (max-width: 989px) { #top .flex_column.hide-on-smallscreens { display: none !important; } #top .flex_column.hide-on-smallscreens + .flex_column { width: 100%; } }
maybe it is better to shift the image via position relative.
June 14, 2025 at 8:54 pm #1485461Hi,
I don’t see the error on Safari on Mac with Responsive Design Mode to emulate a iPhone, unfortunately I don’t have a real iPhone to test with.
Please try Guenni007’s solution and let us know if that helped.Best regards,
MikeJune 14, 2025 at 11:06 pm #1485463So sorry to be a pain but (if I did it correctly) it still is showing the big blank space and the missing image icon on the page on a real iPhone. The simulator doesn’t show it nor narrowing your window to a cell phone shape, but on a real iPhone, I still see it.
Please login and take a look again – if you have an iPhone, take a look.
Thanks
ChrisJune 15, 2025 at 6:35 am #1485464First : i’m talking about a custom class : hide-on-smallscreens – not an ID
and maybe put your two columns inside a color-section.with my solution you can then remove all other trials to hide the column.
PS: you are still on Enfold 6.0.2 my testpage is on 7.1.1 – i only mention that because i can not reproduce a negative margin-top value on the img tag itself.
-
This reply was modified 1 week, 4 days ago by
Guenni007.
June 16, 2025 at 7:35 pm #1485516These were all good things to try, sorry to let you know, this still didn’t work.
I updated Enfold to 7 and I applied all the ideas to a test page started from scratch – https://samsneadslely.com/hometest/
I also removed any other css in QUICK CSS too.Can anyone there look at https://samsneadslely.com/hometest/ on a real iPhone and let me know?
Also, feel free to login and look and make changes, I am desperate at the point.The homepage is live and my customer is getting pretty impatient now!!
Please help!!
ChrisJune 16, 2025 at 7:43 pm #1485523check this page with your iPhone: https://webers-testseite.de/sam/
if you have convinced yourself that it works on mobile devices – I will take my site down again.on my iPhone i got this message from your page: “Please set a mobile device fallback imgage for this video in your wordpress backend.”
so now i recognise that you use the fullwidth-slider.i used for the video a color-section with video background. And set on
“Section Minimum Height – …(responsive section) to 56% (9/16*100)”. ( on a 16/9 video)June 16, 2025 at 8:05 pm #1485525I did see that page : https://webers-testseite.de/sam/ and it is fine.
In the past, the when I put in a mobile fall back, it makes two spots, the video and then the image below, so I don’t use the fall back if possible.
BUT, you were on it for sure, I made a 400px x 10px clear image and used it for the fallback and the big blank space and missing pic icon are gone!!!
Thank you so much!
ChrisJune 16, 2025 at 9:03 pm #1485528maybe you get rid of that top border by:
#after_full_slider_1.container_wrap { border-top-width: 0; }
June 16, 2025 at 9:14 pm #1485529Thank you! We are all good now. So appreciate you sticking with us.
Take care,
ChrisJune 16, 2025 at 10:03 pm #1485534Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
This reply was modified 1 week, 4 days ago by
-
AuthorPosts
- The topic ‘Hiding Image on Mobile not working’ is closed to new replies.