Okay
  Public Ticket #2914176
Portfolio
Closed

Comments

  •  2
    Nanawel started the conversation

    Hi, 

    Can I create a masonry portfolio with images and category filters, but without creating a page for every single image?

  •  8,840
    Tahir replied

    Hey Again,

    Yes, it's possible if you choose the Lightbox Only Feature in the Portfolio Page Element Settings.

    Thanks 


    ThemeNectar Support Team 

  •  2
    Nanawel replied

    ok thanks , and how can I hide Portfolio Thumbnail  date?

  •  1,878
    Judith replied

    Hi Nanawel,

    Please try unchecking this option on the portfolio section on theme options:

    1853068325.png

    Thanks.

  •  2
    Nanawel replied

    thanks !

  •  2
    Nanawel replied

    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?

  •  1,878
    Judith replied

    Hi Nanawel,

    Please send in your website url so that we can check this out.

    Thanks.

  •   Nanawel replied privately
  •  1,878
    Judith replied

    Hi Nanawel,

    Please allow me to escalate this to the developer to assist further.

    Thanks.

  •  1,071
    ThemeNectar replied

    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:

    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;
        }
    }
    

    Kind regards,

  •  2
    Luke replied

    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

  •  1,878
    Judith replied

    Hi Luke,

    Please send in your website url so that we can check this out.

    Thanks.

  •  2
    Luke replied

    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!

  •  1,071
    ThemeNectar replied

    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 fixsmile.png

  •  2
    Luke replied

    Legends and thanks for the speedy response much appreciated !