+ Reply to Thread
Results 1 to 3 of 3

Thread: Prevent toolbar from hiding

  1. #1

    Prevent toolbar from hiding

    Hello,

    How can I keep photoswipe toolbar ever visible and how to replace its position from bottom to top?

    Thanks!

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Go to templates > your_template > css > fancybox.css > find #fancybox-buttons.top

    replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.
    then go to js > jquery.fancybox.js

    find and replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

  3. #3
    Thank you Rudi I'll do it.

+ Reply to Thread