I would like to remove the mega menu images (posts featured image) from showing in the source code on mobile devices. The mega menu images for posts work great on desktop and they do not visually show in the menus for mobile devices. The issue is that the images source is still in the code and they are drastically reducing my loading time and giving poor Google Page Speed results as well. If you visit our site you will see what I mean.
But the function wp_is_mobile() will detect your site on real mobile - so maybe you can't see the source hidden on mobile when use google page speed test.
Thanks for the reply. While this worked to remove the mega menu images from the code it also removed all the sub menu links from mobile where the mega menu images were being used. Please let me know how we can keep the submenu links and remove the mega menu images from the from the code.
Hello,
I would like to remove the mega menu images (posts featured image) from showing in the source code on mobile devices. The mega menu images for posts work great on desktop and they do not visually show in the menus for mobile devices. The issue is that the images source is still in the code and they are drastically reducing my loading time and giving poor Google Page Speed results as well. If you visit our site you will see what I mean.
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.deckstainhelp.com%2F&tab=mobile
Please let me know how I can remove the images for the mega menus from loading in the code for mobile devices.
Thanks
Hi,
To do that, you can use function wp_is_mobile() from WordPress - let's add more this code:
like on this image.
But the function wp_is_mobile() will detect your site on real mobile - so maybe you can't see the source hidden on mobile when use google page speed test.
Best Regards,
PenciDesign
Hello,
Thanks for the reply. While this worked to remove the mega menu images from the code it also removed all the sub menu links from mobile where the mega menu images were being used. Please let me know how we can keep the submenu links and remove the mega menu images from the from the code.
Hi,
If so, please add this codes:
And:
like on this image: http://prntscr.com/rp5wd5
Best Regards,
PenciDesign