Okay
  Public Ticket #2237289
Protected Pages/Portfolio Items
Closed

Comments

  • alifarhat101 started the conversation

    All protected pages/portfolio items say "Protected: *Portfolio Item Name*"- how can we removed the "Protected:" part of the title on our portfolio grid and from the portfolio item page header title?

  •  3,023
    Andrew replied

    Hi alifarhat101,

    Apologies for the late reply.

    There is no easy way to archive what you have requested.

    1) For the portfolio item header that is the mian portfolio page with the header area still showing for example - http://yuyinacreates.com/portfolio/spa-salon-beijing/ - you will to hide the header with custom CSS that is specifically designed to only affect that specific portfolio item.

    For http://yuyinacreates.com/portfolio/spa-salon-beijing/ you can use this CSS:

    body.single-portfolio.postid-6723 #page-header-bg .project-title{
    visibility:hidden;
    }
    

    Add the CSS to salient \ general settings - css script related - custom css code.

    2) For the protected portfolio items showing up in the portfolio element when added on a page using the page builder, you can create a category of the none protected portfolio elements and then make that the parent category of all your other categories and when you can want to show portfolio items then you can use that category in the portfolio element in the page builder. Then you can also have a portfolio category for the protected portfolio items and place all your protected portfolio items in that category.

    Hope this helps.

  • alifarhat101 replied

    Hi Andrew,

    Thank you for your reply but I think there is a miscommunication as to what I was having trouble with. I'm not trying to hide the page header nor am I trying to hide the portfolio item from my portfolio page. I am simply trying to remove the word "Protected" from the title. I just want the title of the page to match the rest of my portfolio items, however, the difference is it requires a password to enter. Please advise if there is a way to remove the word 'Protected' from the title.

    Alexia

  •  8,992
    Tahir replied

    Hey Again,

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

    In The "Text Domain" field write "salient" or "salient-core" 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