Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. Addons
  3. Carousel: making it not clickable?

Carousel: making it not clickable?

Scheduled Pinned Locked Moved Addons
19 Posts 5 Posters 1.7k Views
  • 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.
  • mariusjopenM Offline
    mariusjopenM Offline
    mariusjopen
    Global Moderator
    wrote on last edited by
    #8

    Dear @Theodoros
    have a look at the carousel update.

    0_1555273729868_Bildschirmfoto 2019-04-14 um 22.25.32.png

    See if you can manage now. Otherwise let me know!

    Best!

    Marius

    www.mariusjopen.world

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fabianschewe
      wrote on last edited by
      #9

      Hi @mariusjopen

      i have some struggle with the same issue here.
      I want a autoplay slideshow with "show multiple slides" on to be not clickable.
      but none of the suggested solutions worked for me.

      another problem is, that the autoplay doesn't work anymore if i once click into the slideshow. so if i click on the next or previous arrow it stops autoplaying but doesn't start autoplaying again after i leave the slideshow with the cursor. ("Pause Autoplay on Mouseover" is not active)

      i hope you can help.

      Thank you!

      1 Reply Last reply
      0
      • mariusjopenM Offline
        mariusjopenM Offline
        mariusjopen
        Global Moderator
        wrote on last edited by
        #10

        Dear @Theodoros
        can you post a link?

        Best!
        Marius

        www.mariusjopen.world

        1 Reply Last reply
        0
        • F Offline
          F Offline
          fabianschewe
          wrote on last edited by
          #11

          hi @mariusjopen
          not sure if you meat @Theodoros or me, but here a link to the page anyways :)

          http://matterof.online

          1 Reply Last reply
          0
          • mariusjopenM Offline
            mariusjopenM Offline
            mariusjopen
            Global Moderator
            wrote on last edited by
            #12

            Dear @fabianschewe
            ok. I can see the problem.
            We will check if this is a common problem.

            Love your work!

            Best!

            Marius

            www.mariusjopen.world

            F 1 Reply Last reply
            0
            • edgrbnzE Offline
              edgrbnzE Offline
              edgrbnz
              wrote on last edited by edgrbnz
              #13

              @fabianschewe YES! Great work!! 😍
              (offtopic: which plugin did you use for the cookie message?)

              A colleague of mine has a similar issue. The Carousels are set to stop autoplay on hover but as soon as the pointer has hovered the carousel once it doesn’t start again → http://felixwichert.com/

              Seems to be a bug, to me.

              ✦ ✦ ✦

              F 1 Reply Last reply
              0
              • mariusjopenM mariusjopen

                Dear @fabianschewe
                ok. I can see the problem.
                We will check if this is a common problem.

                Love your work!

                Best!

                Marius

                F Offline
                F Offline
                fabianschewe
                wrote on last edited by
                #14

                @mariusjopen THX,

                perfect!

                Note: the problem is only occurring with the multiple slides carousel.

                my best,

                Fabian

                1 Reply Last reply
                0
                • edgrbnzE edgrbnz

                  @fabianschewe YES! Great work!! 😍
                  (offtopic: which plugin did you use for the cookie message?)

                  A colleague of mine has a similar issue. The Carousels are set to stop autoplay on hover but as soon as the pointer has hovered the carousel once it doesn’t start again → http://felixwichert.com/

                  Seems to be a bug, to me.

                  F Offline
                  F Offline
                  fabianschewe
                  wrote on last edited by
                  #15

                  @edgrbnz Thank you!

                  (the cookie plugin is GDPR Cookie Consent: https://de.wordpress.org/plugins/cookie-law-info/)

                  the carousel problem ist not exactly the same. I have "stop on mouseover" disabled. and i don't have the problem with the "normal" carousel slideshows. it only occurs with the carousels with the option multiple slides. And also only if you click into the slideshow

                  my best,
                  Fabian

                  1 Reply Last reply
                  0
                  • mariusjopenM Offline
                    mariusjopenM Offline
                    mariusjopen
                    Global Moderator
                    wrote on last edited by
                    #16

                    Dear @Theodoros & @fabianschewe & @edgrbnz
                    we are looking into this!

                    Best!

                    Marius

                    www.mariusjopen.world

                    1 Reply Last reply
                    0
                    • arminunruhA Offline
                      arminunruhA Offline
                      arminunruh
                      Global Moderator
                      wrote on last edited by arminunruh
                      #17
                      .nichtklicken {
                          pointer-events: none;
                      }
                      

                      should be

                      .nichtklicken {
                          pointer-events: none!important;
                      }
                      

                      and yea theres a bug right now where the autoplay does not resume on pausing the autoplay, i will need to fix that

                      if you need the carousels to be not clickable for every carousel, this should work:

                      .lay-carousel-wrap{
                      pointer-events: none!important;
                      }
                      
                      F 1 Reply Last reply
                      0
                      • arminunruhA arminunruh
                        .nichtklicken {
                            pointer-events: none;
                        }
                        

                        should be

                        .nichtklicken {
                            pointer-events: none!important;
                        }
                        

                        and yea theres a bug right now where the autoplay does not resume on pausing the autoplay, i will need to fix that

                        if you need the carousels to be not clickable for every carousel, this should work:

                        .lay-carousel-wrap{
                        pointer-events: none!important;
                        }
                        
                        F Offline
                        F Offline
                        fabianschewe
                        wrote on last edited by
                        #18

                        @arminunruh hi, thanks for your answer,

                        .lay-carousel-wrap{
                        pointer-events: none!important;
                        }

                        works for the carousel with multiple slides! but not for the "normal" carousels.
                        but that works for me now.

                        the "nichtklicken" class has no effect in my case..

                        thanks

                        1 Reply Last reply
                        0
                        • mariusjopenM Offline
                          mariusjopenM Offline
                          mariusjopen
                          Global Moderator
                          wrote on last edited by
                          #19

                          Dear @fabianschewe
                          I will send this over to Armin.

                          Best!

                          Marius

                          www.mariusjopen.world

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          I also code custom websites or custom Lay features.
                          💿 Email me here: 💿
                          info@laytheme.com

                          Before you post:
                          1. When using a WordPress Cache plugin, disable it or clear your cache.
                          2. Update Lay Theme and all Lay Theme Addons
                          3. Disable all Plugins
                          4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

                          This often solves issues you might run into

                          When you post:
                          1. Post a link to where the problem is
                          2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                          3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                          Online Users
                          Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                          laytheme.com
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Search