Tagged: x
-
AuthorPosts
-
December 13, 2016 at 1:54 am #1290937
lisacole1ParticipantHi
on http://racheltildawolf.com
I’ve set the portfolio as the home pageIt’s showing the filters but no items, any idea what I’ve done wrong please.
December 13, 2016 at 2:04 am #1290947
RupokMemberHi 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!
December 13, 2016 at 2:22 am #1290968
lisacole1ParticipantThat 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
December 13, 2016 at 2:24 am #1290970
lisacole1Participantyou 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!December 13, 2016 at 2:29 am #1290973
lisacole1ParticipantTo 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!
December 13, 2016 at 2:44 am #1290988
Paul RModeratorHi,
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.
December 13, 2016 at 3:08 am #1291004
lisacole1Participantperfect! huge thanks!
December 13, 2016 at 3:26 am #1291018
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1290937 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
