Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198417
    Steve C
    Participant

    Good afternoon chaps!

    I’m using the Integrity stack and having an issue finding something here to help me out.

    I have added some example portfolio items and can’t see a “Sort” button on the default portfolio page (link attached in PM below).

    I have also set up a trial “Recent Posts” section on a page (link supplied) but there is no button there either?

    I’ve seen screenshots of a Setting function but I don’t seem to have that either?

    Any help greatly appreciated!!!

    Happy weekend!

    S

    #1198419
    Steve C
    Participant
    This reply has been marked as private.
    #1198441
    Steve C
    Participant

    Sorry guys, I found it…

    There’s a setting under templates for Portfolio…

    As an aside, is there a way of having the categories under the main button show by default?

    Also can excerpts be shown on the initial thumbnail links?

    Many thanks,

    S

    #1198700
    Rad
    Moderator

    Hi there,

    Thanks for writing.

    I don’t see any main button, have you change your portfolio item slug similar to main portfolio slug? Also, filters will disappear if you’ll choose specific category when displaying items on portfolio main page.

    And you may search “recent posts excerpt” here in the forum then let us know if you have a problem implementing them.

    Cheers!

    #1200311
    Steve C
    Participant

    Hi Rad,

    Thanks for your help.

    I think I was a little unclear. What I would like to do ideally is have the categories buttons showing by default in portfolio, and lose the Sort Portfolio button completely? Can that be done?

    Thanks again,

    S

    #1200338
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.x-portfolio-filters.selected {
        display: none;
    }
    ul.x-portfolio-filters-menu.unstyled {
        display: block !important;
    }

    Hope that helps.

    #1200765
    Steve C
    Participant

    Thanks Christopher!

    Usual amazing support…

    S

    #1200781
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1198417 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>