Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1290937
    lisacole1
    Participant

    Hi
    on http://racheltildawolf.com
    I’ve set the portfolio as the home page

    It’s showing the filters but no items, any idea what I’ve done wrong please.

    #1290947
    Rupok
    Member

    Hi there,

    It seems you have hide the featured images with the below code for all posts and portfolios :

    .single-post .entry-featured, .single-x-portfolio .entry-featured, .page .entry-featured {
      display: none;
    }

    You might have some other custom CSS that’s hiding the content as well. Let’s take off your CSS and check again. You can also try switching to X from your Child Theme.

    Cheers!

    #1290968
    lisacole1
    Participant

    That is because I don’t want that thumping great big image on all the posts.

    this is all my css

    
    
    /*no icons before posts */
    body .entry-title:before {
      display: none !important;
    }
    
    /*get rid of underlines */
    .x-navbar .desktop .x-nav > li > a:hover > span, 
    .x-navbar .desktop .x-nav > li.x-active > a > span, 
    .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
        box-shadow: none !important;
    }
    
    /*background on contact page */
    body.page.page-id-31 {
        background-image: url("http://racheltildawolf.com/wp-content/uploads/2014/10/rachelfullatdeskoptomised.jpg");
    background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .site {
        background-color: transparent;
    }
    /*white background on post and sidebar so background shows*/
    .single-post .x-container.max.width.offset {
        background-color: #fff;
        width: 100%;
        padding: 56px;
    margin:0 auto;
    }
    .single-post header.x-header-landmark {
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
    }
    
    /*white background blog page with feed*/
    .page-id-466 .site {
        background-color: #fff;
    }
    
    h1, .h1{
    font-size:24px;
    letter-spacing: 1px !important;
    }
    h2, .h2{
    font-size:22px;
    }
    h3, .h3{
    font-size:20px;
    }
    h4, .h4{
    font-size:18px;
    }
    h5, .h5{
    font-size:16px;
    }
    
    .h-comments-title {
        margin: 0px 0px 0.5em;
        font-size: 120%;
        font-weight: 300;
        line-height: 1.1;
    }
    .x-comment-author {
        display: inline-block;
        font-size: 100%;
        letter-spacing: -1px;
        line-height: 1;
        border-radius: 3px;
    }
     
      
    /*remove meta from one post */
    
    .postid-1 .p-meta span:nth-child(2) {
      display: none;
    }
    
    

    Should I take anything else off – if I revert it to x without the child theme I’m going to really confuse myself so I don’t want to do that

    #1290970
    lisacole1
    Participant

    you were right, removing the code that hid the huge image worked, but now I have huge featured images back on the posts – is there a way to get rid of it but keep the portfolio working?
    and thank you!

    #1290973
    lisacole1
    Participant

    To clarify (sorry, it’s early morning here, not awake yet!)
    I’d like to lose the large featured image throughout the site – on posts, pages and portfolio items.

    many thanks!

    #1290988
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .single-post .entry-featured, 
    .single-x-portfolio .entry-featured {
      display: none;
    }
    

    Hope that helps.

    #1291004
    lisacole1
    Participant

    perfect! huge thanks!

    #1291018
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1290937 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>