Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1071331
    el3ctrofuzz
    Participant

    Hi All,

    I’ve been here alot the last few days! Thank you for the best support I have ever received, honestly – this place is no joke!

    On the blog, I like have the featured image below the title. My solution for this so far has been to use CSS to remove the actual Featured Image, and add the image manually into the post text. It might not be the best method, but it seems to work (and I’m open to suggestions!)

    So I need help to:

    1. Remove Featured Image from only POSTS pages (so featured image will still show elsewhere – if required)
    [ http://www.rustypeg.co.uk/site/cornish-e9-repeat-and-fa-for-alexis-perry/ ]

    2. (and more importantly) Remove the manually inserted image from the news page (I have tried using the .alignnone selector, to no avail)
    [ http://www.rustypeg.co.uk/site/news/ ]

    Thanks you again for your help in advance.

    Love you!

    #1071363
    Christian
    Moderator

    Hey there,

    1. Please add the code below in your Appearance > Customize > Custom > CSS

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

    2. Please add

    .blog .entry-content img {
        display: none;
    }

    Hope that helps. 🙂

    #1071400
    el3ctrofuzz
    Participant
    This reply has been marked as private.
    #1071431
    Christian
    Moderator

    That is because you have a syntax error in your CSS. You didn’t close

    @media (max-width: 950px){

    Please close it with }

    Thanks.

    #1071465
    el3ctrofuzz
    Participant

    Aha! Thanks.

    Oddly, now the menu closes up to become the mobile menu. i did make adjustments to this ages ago. I madeit so the menu would close to the Icon at about the time the menu collides with the logo.

    Now I’ve closed it with @media (max-width: 950px){}, the menau doesnt behave properly.

    #1071500
    Joao
    Moderator

    Hi There,

    You have closed the media query @media (max-width: 950px){} on the wrong place.

    The code that affects the navbar needs to be inside this code, you closed just after the media query open without code inside, so the navbar coden that was below did not have the condition of affecting just below 950px and is affecting the whole website.

    You need to move your closing }

    Please see img attached.

    Hope that helps

    Joao

    #1071524
    el3ctrofuzz
    Participant

    Ahhhhhh!

    Rookie error. Thank you! Deadline today, im rushing too much!

    #1071559
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

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