Before you ask please READ THIS

Full Slideshow navigation always visible / disable hide layout button

edited February 2013 in Hypershot Posts: 37
Hi,
Few queries regarding the full view of albums.

1. I would like to disable the show / hide layout feature everywhere.
I tried this
#switch-glass, #play-button{
display: none;
}
but it disable the play button as well. I only need to remove the hide layout button, not the play button.

2. Also in full view, the navigation arrows for left and right appear when the mouse goes to the right or left, and when the mouse is over the arrow, the thumbnail appears under it.
a. How do i set it such that the arrows are visible permanently and the thumbnail appears when mouse over.
b. How do i set it such that both the arrows and the thumbnail is always visible.
Kindly give both options.

Thank You.
Post edited by Air on

Comments

  • AirAir
    edited February 2013 Posts: 10,970
    Hi :-)

    1. Isn't it obvious?:-) Just remove , #play-button from above css.

    2. Both solutions in(check comments in code)
    Custom css:

    /* showing arrows permanently */
    body.single-album #prevslide,
    body.single-album #nextslide{
    display: block;
    }
    .prev-parent, .next-parent{
    opacity: 1;
    filter: alpha(opacity=100);
    }

    /* Showing thumbs */
    body.single-album .arrow-left #prev-thumb,
    body.single-album .arrow-right #next-thumb{
    display: block;
    }
    With regards.
    Post edited by Air on
  • Thanks, as always quick and perfect support.
    Thanks alot.
  • Hey just one minor thing,
    The arrows are visible now but so is the big transparent black box underneath, it overlaps the images, is there a way to disable it ?

    I have attached screenshot
    http://i49.tinypic.com/e9tczm.jpg

    Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!