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. General Discussion
  3. Fullscreen slider

Fullscreen slider

Scheduled Pinned Locked Moved General Discussion
11 Posts 3 Posters 283 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.
  • L Offline
    L Offline
    lauramas
    wrote on last edited by
    #1

    Hi ! I have a few questions about the fullscreen slider add-on.

    1. I would like to know if its possible to add text to each slide of to the fullscreen slider add-on with names of projects for example.

    2. I have added left and right side arrow images to show the user there is a horizontal slider but they don't show for some reason. I have chosen a different cursor image for the overall website (black blurred dot), is this maybe the reason? you may check it here: www.laura-mas.com/addsds

    3. Can this slider also be an automatic slideshow?
      Thank you! :)

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

      Dear @lauramas

      Q.1 I would like to know if its possible to add text to each slide of to the fullscreen slider add-on with names of projects for example.

      A: Because the Fullscreen Slider creates its slides from your Gridder's row's, you can add text to the row that will then appear within the slide.

      Q.2 I have added left and right side arrow images to show the user there is a horizontal slider but they don't show for some reason. I have chosen a different cursor image for the overall website (black blurred dot), is this maybe the reason? you may check it here: www.laura-mas.com/addsds

      A: Are these images placed within the Gridder Row? like standard image element placement?

      Q.3 Can this slider also be an automatic slideshow?

      A: Not currently, however because of this option - "Slide on Page Click" you could then likely set up an auto click with Javascript to mimic an automatic slideshow.

      Talk soon & have a lovely day Laura :)

      Sincerely
      Richard

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lauramas
        wrote on last edited by
        #3

        hi richard, thanks for the tips!
        I wa wondering if its possible to add the text with project names on top of the fullscreen slider images? doesn't seem to work for me right now, also tried creating a footer for it but it doesn't work either cause it always stays on the very bottom and i cant make it transparent :/
        thanks and best :)
        laura

        1 Reply Last reply
        0
        • RichardR Offline
          RichardR Offline
          Richard
          Global Moderator
          wrote on last edited by
          #4

          Dear @lauramas

          Could be two ways:

          Either for each slide you create some <html> that has the project name and then using Custom CSS you seperate it from the Slide and have it above.

          Or

          The Project Names will likely take a bit more custom coding because you first need to get the Information off the Slider attributes and then display it above the Slider.

          Secondly making the footer fixed to the top of the page and transparent can be done using Custom CSS with the:

          position:fixed property

          &

          background: transparent

          Hope this helps @lauramas

          Best
          Richard

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kalamakumaran
            wrote on last edited by
            #5

            With this small snipped the fullscreen slider gets autoplay:

            <script>
                window.laytheme.on("newpageshown", function(layoutObj, type, obj){
                    slideTimeout = setInterval(function () {
                jQuery.fn.fullpage.moveSectionDown();
                        }, 10000);
                });
            </script>
            

            Just paste it in your Custom JS and set up the interval.

            1 Reply Last reply
            0
            • RichardR Offline
              RichardR Offline
              Richard
              Global Moderator
              wrote on last edited by Richard
              #6

              Dear @kalamakumaran

              Thanks for the Code! šŸ’„

              1 Reply Last reply
              0
              • L Offline
                L Offline
                lauramas
                wrote on last edited by
                #7

                @kalamakumaran said in Fullscreen slider:

                script>
                window.laytheme.on("newpageshown", function(layoutObj, type, obj){
                slideTimeout = setInterval(function () {
                jQuery.fn.fullpage.moveSectionDown();
                }, 10000);
                });
                </script>

                Thanks a lot @kalamakumaran !!

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  lauramas
                  wrote on last edited by
                  #8

                  @kalamakumaran do i need to just paste it on the 'custom CSS' section? I don't know coding much so I don't know if i need to add anything else to it or where to add it.
                  Thanks again :)

                  L 1 Reply Last reply
                  0
                  • L lauramas

                    @kalamakumaran do i need to just paste it on the 'custom CSS' section? I don't know coding much so I don't know if i need to add anything else to it or where to add it.
                    Thanks again :)

                    L Offline
                    L Offline
                    lauramas
                    wrote on last edited by lauramas
                    #9

                    @kalamakumaran I've done it like this but it doesn't seem to work, does this make sense?

                    Screenshot 2021-04-23 at 20.06.52.png

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

                      Dear Laura

                      @lauramas

                      You must apply the <script> ideally in:

                      Lay Options > Custom CSS & HTML > Custom <head> Content >
                      Screen Shot 2021-04-26 at 11.18.54 AM.png


                      Best wishes Laura

                      Sincerely

                      Richard

                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        kalamakumaran
                        wrote on last edited by
                        #11

                        The code snipped is tested and works with a vertical slider. If yours is a horizontal one you probably need to change the direction:

                        jQuery.fn.fullpage.moveSectionDown()
                        
                        

                        to

                        jQuery.fn.fullpage.moveSlideRight()
                        
                        

                        Write me a pm if you need further help.

                        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