Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1095444
    sonofzell
    Participant

    Hello again, X team!

    Something seems to have gone awry with my site configuration. I’ve encountered several minor issues lately (I’ll post separate threads if I can’t get a handle on them), but there is one issue in particular that really has me perplexed:

    I can not hide the featured image display above the content on custom posts (blog and event calendar pages). I am not sure what has caused the issue; other than plugin updates, I haven’t made any major changes. I’ve tried the `.single .entry-featured {
    display:none;
    }`custom CSS, which seems to have no effect. I have been through the plugin deactivation / reactivation routine for troubleshooting, and I am not using any cache plugins.

    I’m hoping you guys can work your magic…

    Thanks in advance!

    #1095453
    sonofzell
    Participant
    This reply has been marked as private.
    #1095524
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

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

    Let us know how this goes!

    #1095623
    sonofzell
    Participant

    Thank you for your reply, but the code did not have any effect on the featured images. They are still showing on all blog posts and event pages above the content.

    #1095682
    Thai
    Moderator

    Hi There,

    You forgot to close the curly bracket(}) in your custom CSS.

    Please find this CSS:

    /*remove blog header*/
    .blog .x-navbar-wrap, /* Blog - Entire Header */
    .blog .x-btn-navbar, /* Blog - Navbar Mobile Button */
    .blog .x-nav, /* Blog - Header Menu */
    .blog .x-colophon .x-nav, /* Blog - Footer Menu */
    .page-template-template-layout-portfolio-php .x-navbar-wrap, /* Portfolio - Entire Header */
    .page-template-template-layout-portfolio-php .x-btn-navbar, /* Portfolio - Navbar Mobile Button */
    .page-template-template-layout-portfolio-php .x-nav, /* Portfolio - Header Menu */
    .page-template-template-layout-portfolio-php .x-colophon .x-nav /* Portfolio - Footer Menu */
      { display:none; 
    
    .single .entry-featured {
        display: none !important;
    }

    And replace with this:

    /*remove blog header*/
    .blog .x-navbar-wrap, /* Blog - Entire Header */
    .blog .x-btn-navbar, /* Blog - Navbar Mobile Button */
    .blog .x-nav, /* Blog - Header Menu */
    .blog .x-colophon .x-nav, /* Blog - Footer Menu */
    .page-template-template-layout-portfolio-php .x-navbar-wrap, /* Portfolio - Entire Header */
    .page-template-template-layout-portfolio-php .x-btn-navbar, /* Portfolio - Navbar Mobile Button */
    .page-template-template-layout-portfolio-php .x-nav, /* Portfolio - Header Menu */
    .page-template-template-layout-portfolio-php .x-colophon .x-nav /* Portfolio - Footer Menu */
    { 
    	display:none; 
    }
    .single .entry-featured 
    {
        display: none !important;
    }

    Hope it helps 🙂

    #1095761
    sonofzell
    Participant

    Thank you!…. <facepalm>

    #1095836
    Joao
    Moderator

    Gklad to hear we managed to help.

    Joao

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