• Hi,
    the plugin works totally great on desktop. But I would like to switch off / hide the images on mobile devices (tablet, smart phone)
    Is that possible?
    Thanks so much in advance!
    Miriam

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Milan Dini?

    (@dimadin)

    It is possible with some customization, there are hooks just for that.

    I have the same problem for mobile display. I desperately need to suppress the images in a small menu where I literally have four menu items and two use images and hide the title very elegantly in desktop. But I have spent hours trying to figure out a “display: none !important” CSS fix for this to work with Avada theme.

    I also tried your new version 2.8 available through git and it wouldn’t display the image in the desktop at all. So I had to revert to 2.7 Really hopeful you will have a fast suggestion on this so we can at least add some suppressing CSS to our theme.

    It’s a great little plugin, but with Google demanding more for mobile, this has to be either working responsive or give us a working option to turn off the menu images in mobile below a certain breakpoint.

    Thank you in advance – hoping you can lend some insight even which of your classes we can use to do this.

    If anyone else is having this issue the following worked for me.

    .menu-item .menu-link img {display:none !important;} under the @media in the css worked for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Switch off in mobile view’ is closed to new replies.