Hi
Is there a simple way to remove lightbox on slideshow in Ajax Portfolio
i just want to have slideshow without lightbox.
ty
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
hi
that work but slideshow stop working !
Hey!
I changed the code a bit – please try it again.
Regards,
Peter
better now, but is possible to remove completely the preview of the lightbox ?
tky
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
Hi!
Please add following code to Quick CSS as well
.grid-entry .image-overlay {
display: none!important;
}
Cheers!
Yigit
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.
Hi!
Please change the code to following one
.ajax_slide .image-overlay { display: none !important; }
Regards,
Yigit
Done !
Tks