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. fullscreen slider first slide

fullscreen slider first slide

Scheduled Pinned Locked Moved Addons
6 Posts 2 Posters 574 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.
  • P Offline
    P Offline
    phil
    wrote on last edited by
    #1

    hey armin,

    how can I adress the first row in the fullscreen slider in css? ist that even possible?
    i want to change the first cursor, so that there is only a cursor down in the first image?

    thanks
    phil

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

      Hi Phil!

      The number of the slide is a class in the body tag.

      .fp-viewing-0 {
      cursor:s-resize;
      }
      

      That should do the job ;-)

      Best!

      Marius

      www.mariusjopen.world

      1 Reply Last reply
      0
      • P Offline
        P Offline
        phil
        wrote on last edited by
        #3

        thanks, marius!
        does not work tough: the cursors property is overwritten. even with important stamp. any idea?

        .fp-viewing-0 {
        cursor:s-resize !important;
        }

        and how would it turn to the second picture, even with a click in the upper 50% of the image?

        regards
        phil

        1 Reply Last reply
        0
        • P Offline
          P Offline
          phil
          wrote on last edited by
          #4

          i would work around this with

          <script>
          jQuery(document).on('click', '.fp-viewing-0', function(e){
          e.preventDefault();
          e.stopPropagation();
          var sectionToScrollTo = 2
          jQuery.fn.fullpage.moveTo(sectionToScrollTo);
          });
          </script>

          but its overwritten when the "Slide on Page Click"-Option is activated.

          best
          phil

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

            Hi Phil,

            i tested your solution and it works fine.

            I think we cannot change it that the slide on page click overrides it.

            I will make a not for future updates.

            Until then you need to stick with one of the two solutions or find a third workaround.

            All the best!

            Marius

            www.mariusjopen.world

            1 Reply Last reply
            0
            • P Offline
              P Offline
              phil
              wrote on last edited by
              #6

              Okay thanks very much!

              1 Reply Last reply
              1
              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