• Resolved kbdenison

    (@kbdenison)


    Hello,

    1. I somehow removed the title from the portfolio post preview. I ran across it somewhere and now I cannot seem to navigate back to where that option is. Please help!

    2. Is there a way to show a description in the post preview as well as the title?

    3. Is there a way to change the color (creme) that is behind the portfolio posts?

    Thanks!
    Kelsey

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

    (@gavickpro)

    Hello,

    1) Please navigate to the single post view in the Theme Customizer – then Post display options will appear – there you can enable showing the post title

    2) Yes, you can use excerpt for it

    3) The background color can be changed in the theme customizer

    Thread Starter kbdenison

    (@kbdenison)

    Hi,

    Love the theme by the way and thank you for the speedy response.

    2. If you do this within the php, will you please explain further or send the code? Not sure how to add the description to the post preview.

    3. I’m not seeing how to change the creme color, only the background color (grey) You can see what I’m talking about here.

    ALSO***
    Suddenly the 2 most recent posts and last 2 posts are not loading correctly once clicked. Here is an example. I have checked it on a couple of browsers and same issue appears. Please help!!

    Thank You!

    Theme Author GavickPro

    (@gavickpro)

    2. No, you have to enable excerpt field in the item editor under “screen options”

    3. please add:

    .widget {
    background: #fff;
    }

    in the style.css file

    4. Please verify if in other themes these posts are working fine – I suppose that you have a problem with embedding widgets inside the posts.

    Thread Starter kbdenison

    (@kbdenison)

    2. Resolved

    3. This isn’t working. Are there any other alternative classes it may be under?

    4. I changed the format of the pages to Image instead of Standard and this resolved the issue.

    Theme Author GavickPro

    (@gavickpro)

    3. So please use:

    body .widget {
    background: #fff!important;
    }

    Thread Starter kbdenison

    (@kbdenison)

    This worked—thank you so much!

    Theme Author GavickPro

    (@gavickpro)

    We will include this fix in the next update.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title in Portfolio Post Hover’ is closed to new replies.