Tagged: x
-
AuthorPosts
-
December 2, 2016 at 5:43 am #1278674
dmog74ParticipantHi there, for some reason there is a box showing between my post title and gallery and I can’t figure out how to remove it. On another video post page, the video sits inside that box. I assume the gallery should be sitting inside it as well. How can I either move the gallery into that box or remove it? Thanks!
December 2, 2016 at 5:44 am #1278677
dmog74ParticipantForgot to include screenshot:
December 2, 2016 at 7:42 am #1278753
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.entry-featured { display: none !important; }Thanks.
December 2, 2016 at 7:50 am #1278764
dmog74ParticipantThank you – that worked great for the page in question, but now I’ve lost the video and image from my 2 other post pages. Removing that box removed that content on those 2 post pages… thoughts?
December 2, 2016 at 9:21 am #1278846
dmog74ParticipantJust to show again – the code you provided DID remove the box (see image). But then it also made it so the video doesn’t display anymore in the post next to it (referenced in the image).
December 2, 2016 at 10:02 am #1278879
JoaoModeratorHi There,
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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
December 2, 2016 at 10:19 am #1278896
dmog74ParticipantThis reply has been marked as private.December 2, 2016 at 1:02 pm #1279051
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-portfolio .entry-featured { display: none; }Hope it helps
Joao
December 2, 2016 at 10:13 pm #1279523
dmog74ParticipantHey Joao,
Nope, same problem as before. When I add your code it creates new problems, like videos not showing in video post and portfolio pages.
Please see the attached imaged to understand the before and after.
December 3, 2016 at 12:16 am #1279588
RadModeratorHi there,
Please remove that CSS, instead, please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery('.single-x-portfolio .entry-featured > div:not(.x-video)').parent().remove();Hope this helps.
December 3, 2016 at 1:37 am #1279639
dmog74ParticipantThanks but no – the box is still showing…
December 3, 2016 at 1:53 am #1279645
dmog74ParticipantIt is still on both the portfolio AND post pages:
http://moggey.com/portfolio-item/vespa-portfolio/
http://moggey.com/2016/12/02/vespa/December 3, 2016 at 1:54 am #1279647
ChristopherModeratorHi there,
Please hide featured image on specific pages by targeting portfolio item’s ID.
e.g :
.postid-60 .entry-featured,.postid-61 .entry-featured { display: none; }Featured image will be hidden on posts with IDs 60 and 61.
Hope it help.
December 3, 2016 at 2:06 am #1279657
dmog74ParticipantThanks! But that only took care of it in the POST page, not the Portfolio page… http://moggey.com/portfolio-item/vespa-portfolio/ is still showing the box. Thoughts?
December 3, 2016 at 2:08 am #1279658
dmog74ParticipantNever mind – I sorted it out 🙂 Thank you for your awesome help as always!!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1278674 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
