The portfolio single posts will still exist, but you can prevent access to them from the front-end by using this snippet in your child theme functions.php:
add_action( 'template_redirect', 'salient_child_redirect_single_cpt' );
function salient_child_redirect_single_cpt() {
if ( is_singular( 'portfolio' )) {
wp_redirect( home_url(), 301 );
exit;
}
}
Hey @themenectar I have an issue with the portfolio love button not working since updating, I disabled all caching etc but the issue persists, What could it be?
We included the fix for that in the latest minor release (14.0.1) which is available now to download. Once you update, ensure to also update the included Salient Social plugin to get the fix
Hi,
Can I create a masonry portfolio with images and category filters, but without creating a page for every single image?
Hey Again,
Yes, it's possible if you choose the Lightbox Only Feature in the Portfolio Page Element Settings.
Thanks
ThemeNectar Support Team
ok thanks , and how can I hide Portfolio Thumbnail date?
Hi Nanawel,
Please try unchecking this option on the portfolio section on theme options:
Thanks.
thanks !
But it still create a page for every single image in the porfolio...
Is there a way to add image in portfolio, with filters, but with no page link ?
Or unindex portfolio pages?
Hi Nanawel,
Please send in your website url so that we can check this out.
Thanks.
Hi Nanawel,
Please allow me to escalate this to the developer to assist further.
Thanks.
Hey Nanawel,
The portfolio single posts will still exist, but you can prevent access to them from the front-end by using this snippet in your child theme functions.php:
Kind regards,
Hey @themenectar I have an issue with the portfolio love button not working since updating, I disabled all caching etc but the issue persists, What could it be?
Thanks
Hi Luke,
Please send in your website url so that we can check this out.
Thanks.
Perfect many thanks you can see it on the portfolio archives here: https://hickmandesign.co.uk/etchings/
The setting I use is Meta below thumb w/ links on hover
Thanks for looking at this!
Hey Luke,
We included the fix for that in the latest minor release (14.0.1) which is available now to download. Once you update, ensure to also update the included Salient Social plugin to get the fix
Legends and thanks for the speedy response much appreciated !