Before you ask please READ THIS

Works Behavior

edited May 2013 in Beach Please Posts: 39
Hi,
Can i get the WORK section like you have on this:
http://themes.apollo13.eu/bp2/works/ and each of the works there goes to a GALLERY images http://themes.apollo13.eu/bp2/gallery/images/ type, intead of the page with information and scroller thing..

Please let me know.

S.

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Please follow documentation about adding galleries http://apollo13.eu/docs/beach/#!/adding_galleries

    With regards.
  • Posts: 39
    Hi,
    Already seen the galleries behavior. If it possible to put a little description over the
    small images?..i see the description but is when you click and the imae goes larger..i want the same behavior that is on the work function.
    gallerie_type.png
    1357 x 876 - 178K
  • AirAir
    Posts: 10,970
    Hi,

    Unfortunately it would require changes in JavaScript so this is not advised change. However it is possible to do it.

    With regards.
  • Posts: 39
    Thanks....and if i want to do this change?...how can it be done?
  • AirAir
    Posts: 10,970
    If you wish to change then first set uncompressed scripts http://apollo13.eu/docs/beach/#!/advance_menu_use_compressed_js_amp_css

    Next go to beach_apollo\js\uncompressed\script.js line ~484
    and change this
    
    $container.find('a.g-item').append('<em class="cov" />');
    
    to:
    
                    $container.find('a.g-item').each(function(){
                        var t = $(this);
    
                        t.append('<em class="cov"><span>'+t.data('title')+'</span></em>');
                    });
    
    With regards.
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!

In this Discussion