Okay
  Public Ticket #291587
Remove portfolio navigation
Closed

Comments

  •  1
    Samu started the conversation

    I'd like to remove the navigation area of individual portfolio items entirely. How do I do this? 

    I managed to hide the titles using the following CSS, but it didn't hide the box itself. On a side note, even after removing this CSS, the titles still didn't come back! :O

  •  8,839
    Tahir replied

    Hey!

    Can you please provide us the page url so we can have a look. Also the titles not coming back could be a cache issue. Try clearing your cache. 

    Thanks


    ThemeNectar Support Team 

  •  1
    Samu replied

    Hey, I managed to get the titles back, but would still like to see how the website works when removing that box entirely. URL is http://samu.amunet.co

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio .row.project-title {
        display: none !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  •  1
    Samu replied

    Thanks, that worked.

    Just to test, what about if I wanted to keep the title and navigation arrows but wanted to remove the four squares that appear to the left of that navigation bar?

  •  8,839


    ThemeNectar Support Team 

  •  1
    Samu replied

    Fantastic. Thanks.

  • frankenm replied

    I am also trying to hide the bottom previous and next portfolio item block. I implemented this suggestion for below.

    .single-portfolio .row.project-title {
        display: none !important;
    }

    This ended up removing the header and left the bottom portfolio navigation in place.

  •  8,839
    Tahir replied

    @frankenm,

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

    .bottom_controls {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • ldechant1 replied

    Can the portfolio previous/next block be removed for only specific categories (not overall)?

  •  8,839
    Tahir replied

    @Idechant1

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • ldechant1 replied

    Following is examples of where I need it to change. We are using the portfolio function for both areas:

    https://evolutioncapitalpartners.com/resources/cap-city-dental-lab/

    https://evolutioncapitalpartners.com/resources/the-hard-thing-about-hard-things/

  •  8,839
    Tahir replied

    There is no category option i am afraid though you can use the postid option .

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .postid-6407 .bottom_controls {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • ldechant1 replied

    Thank you. A new question related to that navigation: Can the "Next Project" and Previous Project" block navigation be changed to say only "Next" and Previous" -- removing the word Project from both. This would be an overall change for portfolio.

  •  8,839
    Tahir replied

    Hey Again,

    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    You can find the list of string in "salient/lang/nectar_salient_strings.pot" file next to the "msgid" variable as below.

    msgid "Leave a Reply"
    msgid "Cancel Reply"
    

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .

    9799383690.png


    Thanks 


    ThemeNectar Support Team 

  • riotambopata replied

    Hi Tahir,

    I tried this plugin recommendation you made but it doesn't work and the portfolio navigation is still the same namely "Next Project" and "Previous Project" so how else can I fix this please?

  •  8,839
    Tahir replied

    Hey Again,

    Try changing the Text Domain to "salient-portfolio" and check.

    Thanks


    ThemeNectar Support Team 

  • riotambopata replied

    That worked, so thanks Tahir!

    It might be a nice feature to add to the Salient portfolio options in the theme so you can change navigation buttons more easily.

  •  1
    alex replied

    Very similiar to this.. do you know how to remove the "nest post" on the bottom of the pages? please see attachment

  •  1,877
    Judith replied

    Hi Alex,

    Please send the url for the page were we can find the next post you have referenced so that we can provide css for it.

    Thanks.

  •  1
    alex replied

    You would need to log in to the site to see it while taking the exam going through the sections. UN: temp PW: 123456

    but you can also see it on the blog section below and maybe can create the css without having to take the practice exam

    https://maststation.com/world-war-2-and-us-army/

  •  1,877
    Judith replied

    Hi Alex,

    Do you want to remove the whole section or just the text that you have marked on the screenshot.

    Thanks.

  •  1
    alex replied

    the whole section please

  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .proj-bg-img, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .post-bg-img, .blog_next_prev_buttons[data-style="fullwidth_next_only"] .post-bg-img {
        display: none;
    } .blog_next_prev_buttons .inner {
        display: none;
    } .blog_next_prev_buttons .inner {
        display: none;
    }

    Thanks.

  • Kaveshan_Govender replied

    ...

  •  279
    Noah replied

    Hi there,

    Your last message is three dots. Not sure what that means.
    The CSS seems to be working for you when we checked here https://maststation.com/world-war-2-and-us-army/

    We are assuming you are okay.
    Please confirm with a yes or no.

    Thanks.