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. Custom Previous/Next-Buttons for Fullscreen Slider Addon

Custom Previous/Next-Buttons for Fullscreen Slider Addon

Scheduled Pinned Locked Moved General Discussion
3 Posts 2 Posters 89 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
    lars
    wrote on last edited by
    #1

    Hey,

    I implemented the horizontal Fullscreen Slider for my home page and wanted to add arrow buttons additional to the circle navigation.

    I followed these instructions:
    http://laythemeforum.com:4567/topic/814/fullscreen-slider-trouble

    but I am using

    moveSlideLeft() moveSlideRight()
    

    as mentioned here: https://github.com/alvarotrigo/fullPage.js#moveslideright

    The following works fine:

    <script>
    jQuery(document).on("click", ".stratGoleft", function(event) {
    	event.stopPropagation();
    	jQuery.fn.fullpage.moveSlideLeft();
    });
    </script>
    
    <script>
    jQuery(document).on("click", ".stratGoright", function(event) {
    	event.stopPropagation();
    	jQuery.fn.fullpage.moveSlideRight();
    });
    </script>
    

    Additionally I want to go to the last slide when I press the left arrow on the first slide and vice versa. However the following code is not working, regardless of the number I put into moveTo():

    <script>
    jQuery(document).on("click", ".stratGoright-last", function(event) {
    	event.stopPropagation();
    	jQuery.fn.fullpage.moveTo(1);
    });
    </script>
    

    Does anyone have an idea what might be wrong?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lars
      wrote on last edited by
      #2

      Apparently I figured it out myself with a little help of this thread:

      http://laythemeforum.com:4567/topic/2943/fullscreen-slider-moveto-function-no-longer-works

      So I have a total of 11 slides. When I am on the first slide and I want to go left to the last slide I use

      moveTo(1, 10)
      

      When I am on the last slide and I want to go right to the first slide I use

      moveTo(1, 0)
      
      1 Reply Last reply
      0
      • mariusjopenM Offline
        mariusjopenM Offline
        mariusjopen
        Global Moderator
        wrote on last edited by
        #3

        Dear @lars
        ah great!
        Thank you for sharing!

        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
        A
        alasdair17
        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