Okay
  Public Ticket #775934
PORTFOLIO SORTING MOD.
Closed

Comments

  •  1
    L started the conversation

    I have tried using the "Raw JS hack" listed in the archived Articles.  It was partially helpful, but doesn't fully resolve the issue. 

    Would like to show the header of the portfolio page with a static word "PORTFOLIO" to the left (instead of the dynamic changing title per category clicked).  
    Would then like to eliminate the category filter title (see attached),  and have the category "ALL" at the beginning of the list in order to show the full portfolio/all categories.  
    The highlighted category will be sufficient to direct the site visitor to what they are currently viewing.

    Have investigated this in the archived tickets and tutorials, but couldn't find the answer.

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-filters-inline span#current-category ,.portfolio-filters-inline li#sort-label {
        display: none !important;
    }
    
    .portfolio-filters-inline .container > ul {
        float: none !important;
        display: table;
        max-width: 100% !important;
        margin: auto !important;
    }
    

    Best.


    ThemeNectar Support Team 

  •  1
    L replied

    The code works  - the centered content will work in light of displaying all categories on smaller screen resolution.

    Thanks Tahir.

    -LM