• I really like the fancybox popout on the Customizr theme. It is great to be able to show a large image simply by clicking on the smaller version.

    I recently discovered that the fancybox has navigation arrows to display other images on the same page. That’s great. I would be happy to take advantage of that but I am worried that my clients might also not notice the arrows.

    I think the reason I did not see the arrows earlier is that they are hidden until you move your mouse pointer close to the left side or right side of the image.

    Can the arrows be made to appear permanently or at least appear on any mouse movement over the image rather than only when mouse is close to the left or right side?

    Thanks again for the great theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi @ddcharron, thanks for this interesting feedback. I agree this might be an interesting improvement.
    I will work on this for the next release and see what I can do.

    Thanks

    Unlike some of the other fancybox options, this can be fixed up with CSS:

    /* Make the fancybox arrows show, even when not hovering */
    #fancybox-left span {left: 20px;}
    #fancybox-right span {left: auto;right: 20px;}

    Thread Starter dccharron

    (@dccharron)

    @electricfeet Your suggested CSS code works perfectly. Many thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can fancybox navigation arrows appear permanently?’ is closed to new replies.