• I know that this is an option with fancybox, but where in the plug-in can I make those arrows permanently visible? Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cleoni

    (@cleoni)

    Hello,
    interesting issue, but it is very specific to the Fancybox UI.
    the arrows seem to pop up when you reach the photo border with the mouse, so there should be some Jquery code for it in the Fancybox code.

    If there is an option for making them permanent in Fancybox it shouldn’t be a problem to ingrate it in the plugin-generated code. But if not, it could be kind of difficult.

    I gave a quick look to fancybox.net (Simplest Gallery includes that code) and there is an option showNavArrows but it does not say it makes them permanent. I woud guess this option is already active in the plugin’s implementation.

    I think that some tweaking with the jQuery code is needed, but I can’t help you on this because it’s beyond the scopes of this free support forum.

    If you have news on th issue, it could be of public interest anyway.

    Thread Starter jenpen25

    (@jenpen25)

    Thanks cleoni. As I said, I have used this on another site — see https://williamclements.com.au/DoneAndUndone/ADifferentScore.html

    That wasn’t a WP site. It’s a couple of years old now. I’ll try to remember how I did it.

    Thread Starter jenpen25

    (@jenpen25)

    I just found this in the fancybox CSS on that site:
    #fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
    }

    I added that to the custom CSS for Simplest Gallery but it didn’t make any difference.

    Thread Starter jenpen25

    (@jenpen25)

    Did that help? ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make forwards/back arrows always visible’ is closed to new replies.