Hi, I want the first 4 portfolio items (out of 7) to appear on homepage showcase. I've tried checking of "exclude from showcase slider", but it doesn't change anything.
So I added a new portfolio category named 'Portfolio Grid' under Portfolio -> Categories and then modified portfolio-mixed-page.php to select only the items from this category:
Hi, I want the first 4 portfolio items (out of 7) to appear on homepage showcase. I've tried checking of "exclude from showcase slider", but it doesn't change anything.
Hi,
so you want to include the first 4 portfolio items and exclude the others? Can you send wp admin access (in a private comment)?
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Yes. I want to keep the first 4 (as they appear on the home page) and leave out the other 3.
Hi there,
ok I see - the 'Exclude from Showcase slider' applies only to Showcase template and not the Portfolio grid
We can hardcode the template to include only a certain category of items but I don't know if this will be enough for you
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Sounds fine, please do
Hi,
So I added a new portfolio category named 'Portfolio Grid' under Portfolio -> Categories and then modified portfolio-mixed-page.php to select only the items from this category:
https://prnt.sc/v0f6oq
And then I assigned the first 4 portfolio items to this category
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thanks a million. Only problem now is that the category name appears on the slider.
Hi,
you can hide it with
#portfolio-wrap .item-cat {
display: none;
}
in customizer -> additional CSS
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio