Tagged: x
-
AuthorPosts
-
June 1, 2016 at 2:02 pm #1020637
zParkerParticipanthello,
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/
June 1, 2016 at 6:41 pm #1020995
John EzraMemberHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 1, 2016 at 7:50 pm #1021141
zParkerParticipantThis reply has been marked as private.June 2, 2016 at 3:52 am #1021742
Paul RModeratorHi,
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.
June 2, 2016 at 8:41 am #1022158
zParkerParticipantHello,
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?
June 2, 2016 at 11:47 am #1022530
RupokMemberHi 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!
June 2, 2016 at 2:05 pm #1022781
zParkerParticipantPerfect. Thanks!
June 2, 2016 at 7:14 pm #1023188
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1020637 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
