Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1359066
    assistcharleston
    Participant

    I have a question regarding the Sort Porfolio in Integrity stack. I would like to display all the categories instead of the “+” button. Please see page: http://4e3.a80.myftpupload.com/collections/, I’d like the collections to be stated without clicking sort.

    #1359180
    Christopher
    Moderator

    Hi there,

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

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

    Hope that helps.

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