Aciix

Forum Replies Created

list of topics you have created till now.

  • Aciix
    Participant
    Posted in : Lightbox

    Hey again!
    i made it work, i forgot to write back here about it
    the funny thing was that when i ran the page i saw the z-index were at 3000 when on the ajax page
    BUT the lightbox only at 1100 so yea hehe
    works and thanks again for the support

    Aciix
    Participant
    Posted in : Lightbox

    well it does but its behind the ajax window, so its behind the detail page :D
    and when you want to page through the pictures on the lightbox it does not work either :/

    Aciix
    Participant
    Posted in : Lightbox

    sadly does not work

    // ajax : fill data
    p.empty().load($.address.baseURL() + ‘/’ + url + ‘ .portfolio-single’, function() {

    // wait for images to be loaded
    p.imagesLoaded(function() {

    hideLoader();

    $(‘html’).addClass(‘p-overlay-on’);

    // responsive videos
    $(“.portfolio-single”).fitVids();

    if(Modernizr.csstransforms && Modernizr.csstransforms3d) { // modern browser
    p.removeClass(‘animated ‘+ outAnimation + ” ” + inAnimation ).addClass(‘animated ‘+ inAnimation).show();
    } else { //old browser
    p.fadeIn();
    }
    p.addClass(‘active’);
    setupLigtbox();
    });
    });
    }

    Aciix
    Participant
    Posted in : Lightbox

    hey :)
    yes it works well i just need as you say lightbox effect on the detail side
    if it works local, are you sure i cant make it work on the server then,
    cant it be a path that not right when it gets online because of ajax?

    Aciix
    Participant
    Posted in : Lightbox

    yes of course sorry thats my bad

    http://andersjpg.com/#/portfolio/nibebryghus.html

    yea i done that and thats where it fails me :D

Viewing 5 posts - 1 through 5 (of 5 total)