Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278674
    dmog74
    Participant

    Hi 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!

    #1278677
    dmog74
    Participant

    Forgot to include screenshot:

    #1278753
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

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

    Thanks.

    #1278764
    dmog74
    Participant

    Thank 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?

    #1278846
    dmog74
    Participant

    Just 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).

    #1278879
    Joao
    Moderator

    Hi 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 / password

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

    Thanks

    Joao

    #1278896
    dmog74
    Participant
    This reply has been marked as private.
    #1279051
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

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

    Hope it helps

    Joao

    #1279523
    dmog74
    Participant

    Hey 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.

    #1279588
    Rad
    Moderator

    Hi 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.

    #1279639
    dmog74
    Participant

    Thanks but no – the box is still showing…

    #1279645
    dmog74
    Participant
    #1279647
    Christopher
    Moderator

    Hi 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.

    #1279657
    dmog74
    Participant

    Thanks! 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?

    #1279658
    dmog74
    Participant

    Never mind – I sorted it out 🙂 Thank you for your awesome help as always!!

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