Home Forums Theme support Portfolio page content

This topic contains 5 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 10 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • I want to change the side content that is preprogrammed on the Portofio page. Please see the example here:
    http://yournexthomeutah.com/portfolio/cottonwood-heights/?preview=true&preview_id=4283&preview_nonce=f7cd73d9bc

    I want to change the “works”and “created” content and add additional content.

    Every time I try to add a custom name/value, it doesn’t save.

    Ideally, I would like to add my own content (name/value) in that section. But if I can’t do that I really want to hide the “date” part. I don’t want my clients to see the date that page was published.

    Are either those two things possible?

    Thanks

    Hi,

    sorry, we cannot see the content of the page because it’s a preview page, you can see it only if you are logged in as admin.

    Can you plublish it and send the link?

    Yes, sorry about that. The page is:
    http://yournexthomeutah.com/portfolio/downtown-salt-lake-city/

    I have a lot of these types of pages and would love to customize the right hand side of the page. I don’t want: ‘works’ and ‘created’ date on the page.

    As mentioned above, I would love to put my own values in that area, but every time I try it won’t save.

    If I can’t customize it, I at least want the date hidden.

    Here are more examples:
    http://yournexthomeutah.com/portfolio/cottonwood-heights/
    http://yournexthomeutah.com/portfolio/university/

    Thanks!

    To hide the box on the right, you can add this css code in wp admin -> appearance -> theme options -> general -> extra css content:

    .portfolio-single-content {
     float: none;
     width: auto;
     margin-right: 0;
    }
    
    .portfolio-single-details {
     display: none !important;
    }

    If you only want to hide the existing content of the box, you can add this code in “Extra CSS Content”:

    .portfolio-single-details .work-details-p {
     display:none;
    }

    As mentioned above, I would love to put my own values in that area, but every time I try it won’t save.

    I’m not sure how you do that, do you use a plugin? Normally you have to edit the page template “single-portfolio.php” to add custom fields in this box…

    No, I don’t use a plugin. The dashboard page shows that I can edit everything myself from that page.

    But, I can try to edit the template. Thanks for the code on hiding it. If all else fails I’ll just hide the current text.

    No, without editing the template you cannot add custom values…

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.