MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Need assistance with layering of clickable zones on multiple pages

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 140 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      thecaptainzap
      last edited by

      Hey all! I’m using MMM-Carousel with navigation control on a touchscreen laptop. On the front page I have MMM-CalendarExt3 running on the middle-center zone. On the 2nd page I’ve created two zones to center some lists on the left and right halves of the screen.

      Touching the lists and the navigation bar works fine. However, when I try to click on the Calendar, nothing happens. I’ve used the console to determine the issue is with the layering of the zones. My custom zones “myleft” and “myright” are above the “middle-center” zone, so it makes it not clickable.

      Does anyone have suggestions on how to deal with this? Do I need to put them side-by-side in the middle-center zone? When I move the MMM-CalendarExt3 to myleft, everything works as desired. But if I put both lists on middle-center, they stack on top of each other.

      Any help is appreciated!

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @thecaptainzap
        last edited by sdetweil

        @thecaptainzap you could use z-index on your zones to move them back (into the distance)
        but if they overlap with the middle then you still have the same problem, which gets the click…
        this is one of the problems with the composable interface, its hard to share resources among multiple ‘apps’…

        upper (higher z-index) widgets are supposed to let the click percolate thru the stack if its not for them. only blocking percolation when they consume it. still hard when the intent is not known

        interesting on the layering and carousel/pages… mm doesn’t have pages, its a Single Page Web App…

        these modules do ‘pages’ by hiding content not to be shown now, and showing it later (and hiding other content)

        BUT all the content is in the web page

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy