• Resolved Tomperys

    (@tomperys)


    Hi

    is there any way how to activate fixed navigation? its cool that the fancybox is changing size with the image but then you need to change the cursor because the navigation arrow is somewhere else. I know you can use mouse wheel or arrows on keyboard but thats not really my point – we want to have also the arrows on page but somewhere fixed (for example on top/bottom or sides of the screen) so they would not move.

    Thanks

    https://ww.wp.xz.cn/plugins/easy-fancybox/

Viewing 1 replies (of 1 total)
  • Hi, yes it might be possible with some custom CSS rules. You’ll have to play around with rules. These, for example, will make them sit on the edge if the light box like the close button:

    #fancybox-left:hover span,
    #fancybox-left-ico {
      left: -15px;
    }
    #fancybox-right:hover span,
    #fancybox-right-ico {
      right: -15px;
      left: auto;
    }

    Hope that gives you some ideas 🙂

Viewing 1 replies (of 1 total)

The topic ‘Navigation fixed’ is closed to new replies.