Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020637
    zParker
    Participant

    hello,

    I’m trying to use some of the features in the Integrity theme, like; breadcrumbs, Image Post, blog header and they will not display.

    Just published this post and you can see the featured image is not being displayed above the post; https://lightroompresetsworkflow.com/1-of-10-things-all-new-lightroom-users-should-know-and-do/

    #1020995
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1021141
    zParker
    Participant
    This reply has been marked as private.
    #1021742
    Paul R
    Moderator

    Hi,

    Thank you for providing your login credentials.

    1. Upon checking, I can see the breadcrumbs is working.

    http://screencast.com/t/36HmC0oP

    2. The featured image is not working because you have commented it out in your child theme’s functions.php line.

    http://screencast.com/t/3VjbK1Qp

    Please remove the slash

    It should only be printf( '<div class="entry-thumb">%s</div>', $thumb );

    3. Your nav is overlapping your blog header. To fix it I remove the code in your style.css that reads.

    
    
    header.masthead {
       position:absolute;
    }
    
    

    Hope that helps.

    #1022158
    zParker
    Participant

    Hello,

    Everything is now working except the featured image on the post. I removed the slash as suggested and that didn’t fix it. Anything else I should do?

    #1022530
    Rupok
    Member

    Hi there,

    I can see you have also added the below code twice on your Child Theme’s style.css :

    .single-post .entry-featured {
        display: none;
    }
    .single-post .entry-featured {
        display: none !important;
    }

    Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts. If you have added this you should be aware of what you are doing so there is point of asking since it’s hard for other people to find out the code that’s breaking something.

    Hope this makes sense.

    Cheers!

    #1022781
    zParker
    Participant

    Perfect. Thanks!

    #1023188
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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