• Resolved LucieWatson

    (@luciewatson)


    When clicking on a portfolio item in the widget there is no content to look at which was not an issue before the update.

    I once asked you how to remove the spacing above the content in a portfolio post where the you can see the title of the post and you gave me this following css code:

    } .single-portfolio-item .type-portfolio-item {
    display: none!important;

    When this is used there is no content to look at in a portfolio post, when removing it I get the post title back, and only half a picture is on display without any of the text in the post. See picture in link below.

    http://postimg.org/image/5no7z74qz/

    How do I get back the content of a portfolio page?

    / Lucie

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    To answer this question we will need an access to your website.

    Thread Starter LucieWatson

    (@luciewatson)

    What sort of access? the website is http://www.josephinecarr.se

    Theme Author shufflehound

    (@shufflehound)

    Before few days your website was offline.
    You can try something like this:

    .single-portfolio-item #wrapper .portfolio-item {
       height: auto!important;
    }

    But to be fair, this single portfolio page isn’t fully supported, therefore can have some issues. In future updates we will improve compatibility.

    Thread Starter LucieWatson

    (@luciewatson)

    Yeah, that worked when replacing the old css code, except that the title of the portfolio post is now included which was what I wanted to have removed the last time around.

    Is that something you can help with again?

    / Lucie

    Thread Starter LucieWatson

    (@luciewatson)

    Also, the background color is not white in the portfolio posts as they are in the blog posts. That was also not an issue before the update.

    / Lucie

    Theme Author shufflehound

    (@shufflehound)

    You can update your previous code to:

    .single-portfolio-item #wrapper .portfolio-item {
       height: auto!important;
       background-color: #ffffff!important;
    }

    And add something like this:

    .single-portfolio-item #wrapper .portfolio-item .blog-top {
       display: none;
    }

    Thread Starter LucieWatson

    (@luciewatson)

    That worked perfectly, thank you soooo much.

    / Lucie

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Portfolio content missing’ is closed to new replies.