Hi,
First of all: great theme and even better documentation.
I have a filterable portfoliogrid when clicked they open in lightbox, My question is:
When i select on my portfolio page for example Avond/Nacht i only want that only those 3 image can be watched, so there is no gallery of al images in my portfolio. If that is not possible is there a way that only that image is clicked shown up in a lightbox so i won’t have a gallery.
Thanks in advanced
Hi intosuwo!
As i understand you would like to show a default portfolio catogery correct?
Copy the below code and add it inside a “Code Block” element on the portfolio page and replace the number in the eq(#) function with the navigation / category item you want to display. :)
<script type="text/javascript">
jQuery( window ).load(function() {
jQuery('.inner_sort_button:eq(3)').click();
});
</script>
Cheers!
Vinay Kashyap
Hi intosuwo!
I don’t think that would be easily possible, as the selected categories get displayed by default which are set in your portfolio grid. However, maybe this thread is helpful to you: https://kriesi.at/support/topic/exclude-first-post-in-portfolio-grid/
Or maybe a plugin like this one: https://wordpress.org/plugins/wp-gallery-custom-links/
Cheers!
Andy