Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #307752

    Hi

    Is there a simple way to remove lightbox on slideshow in Ajax Portfolio

    i just want to have slideshow without lightbox.

    ty

    #307758

    Hi ProAnts!

    Please insert this code into the quick css field:

    
    #top .portfolio-details-inner .ajax_slide .portfolio-preview-image a.lightbox-added{
    pointer-events: none;
    }
    

    It will deactivate the click event for the ajax portfolio slideshow.

    Cheers!
    Peter

    #307778

    hi

    that work but slideshow stop working !

    • This reply was modified 10 years, 3 months ago by ProAnts.
    #307781

    Hey!

    I changed the code a bit – please try it again.

    Regards,
    Peter

    #307789

    better now, but is possible to remove completely the preview of the lightbox ?

    tky

    • This reply was modified 10 years, 3 months ago by ProAnts.
    #307808

    Hi!

    Can you post a screenshot and show what exactly you would like to remove?
    With the code Peter posted, slideshow works but images are not opened in lightbox

    Regards,
    Yigit

    #307935
    This reply has been marked as private.
    #307937

    Hi!

    Please add following code to Quick CSS as well

    .grid-entry .image-overlay {
    display: none!important;
    }

    Cheers!
    Yigit

    #307958

    that remove the preview from main grid portfolio

    that wasn’t my problem

    is inside the Ajax Portfolio, if you open it you can see the preview on mouse over.

    #307960

    Hi!

    Please change the code to following one

    .ajax_slide .image-overlay { display: none !important; }

    Regards,
    Yigit

    #307980

    Done !

    Tks

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Remove Lightbox on Ajax Portfolio’ is closed to new replies.