Okay
  Public Ticket #2131972
Portfolio Single Project NAvigation
Closed

Comments

  •  10
    Ellison started the conversation

    In the theme settings for Portfolio you have three options for Single Project Page Navigation:

    •  In Project Header
    • At Bottom Of Project
    •  At Bottom W/ Featured Image

    When you select the last one (w/ featured image), instead of the Featured image you get the Page Header Image. I assume this has been the case since this featured was added, and I have submitted a ticket about this before, but as a long-time user (over 30 licenses purchased), and a MAJOR advocate or this theme (have spoken about it at Wordcamps!), I sure would love to see the actual featured image used instead of the page header image.

    In some cases, I use the same Page Header Image for all my portfolio items, so I can never use this option because it's just the same picture over and over again...but it's a great option if it worked as stated "w/ featured image". Here is an example on a staging site: http://w5a.3d3.myftpupload.com/portfolio/tellico/

    I would really love to see this adjusted so that it is either worded properly in the theme settings (should say "with Page Header image" if that's how it's always going to work) or, most preferable, adjust the code so that the next/previous navigation shows the actual featured image for the upcoming or previous portfolio items.

    Thank you.

  •  8,993
    Tahir replied

    Hey Again,

    Thanks for the detailed info. Have escalated it to the Developer so he may add in a response. 

    Best 


    ThemeNectar Support Team 

  •  1,089
    ThemeNectar replied

    Hey Ellison, It's really cool to hear you've been enjoying Salient for a while! Thanks for your feedback in regards to this feature. 

    I just added a filter to allow altering of this functionality easily via a child theme which will be included in the upcoming release of Salient.  Here's the code to add to your child theme functions.php which will take effect as soon as the release is launched and you update the theme/salient portfolio plugin:

    add_filter('salient_portfolio_pagination_use_header_img','salient_child_use_header_override',10);
    function salient_child_use_header_override($bool) {
        return false;
    }
    

    If you're also interested in getting a copy of the beta to take advantage of this now, I can provide that here too.

    Cheerssmile.png

  •  10
    Ellison replied

    We don't just enjoy it, we're obsessed with Salient at my agency! There are a couple quirky things which I might throw out to you in another thread, but all in all we believe it is the best there is!

    I would love to go ahead and get the beta just to use on this one site I'm developing right now...that would be amazing!

    Thanks so much for your quick reply! I'm pumped!!!

  •  10
    Ellison replied

    Just checking back about getting that beta update? Thanks!