Hi
main layout – grid
open in lightbox
but
i want that in lightbox only show the pictures of that work and not all the page pictures
Ex
Work 1 ( 5 pictures)
when clicked , lightbox should only show 5 pictures
2
also i want to remove that picture description in lightobxx
.
is this possible ?
Ty
Alex
Hi ProAnts!
There is not really an easy way to go about this. To get extra images to display in the magnific popup then you need to create separate links to each image in the page content.
In this specific case I would recommend using the portfolio AJAX preview, http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/.
That will make it a lot easier to display the images for each car separately.
Regards,
Elliott
Hey!
remove it with this code in Quick CSS field:
.page-thumb img {
display: none;
}
Regards,
Andy
ty
Solved !
Alex