Before you ask please READ THIS

Bricks display - static images

edited April 2013 in Hypershot Posts: 6
Currently with the bricks style of gallery display when you click on an image it opens in a larger gallery view. My client wants the bricks style gallery display but with no images opening in the larger gallery view. Is this possible, or do I need to create a separate page?

Comments

  • AirAir
    Posts: 10,970
    Hello, so you wish to deactivate lightbox there.

    You will have to switch to uncompressed scripts http://apollo13.eu/docs/hypershot/#!/advance_menu_use_compressed_js_amp_css
    And next go to hypershot\js\uncompressed\script.js line ~1679
    change:
    
                        layout = function(event, size, links){
                            //if no links provided then search for all
                            if(typeof links == 'undefined')
                                links = $container.find('a');
    
                            //turn off nyroModal
                            links.off('click.nyroModal');
    
                            if(size > 650)
                                //add nyroModal
                                links.nm(ligthboxSettings);
                        },
    
    to:
    
    layout = function(event, size, links){},
    
    With regards.
  • Thanks Air. That was what my client wanted, but now they have changed their mind... now they want the lightbox to show, but only show the selected image, so disable the navigation to other images in the lightbox.
  • AirAir
    Posts: 10,970
    You know, I am not here to work for your client ? ;-)
    Check this topic http://support.apollo13.eu/discussion/comment/4253#Comment_4253 Be sure to read till last answer :-)

    With regards.
  • Perfect! You are a star!!
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!