Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1096834
    SteveMepsted
    Participant

    hello I posted this question before but after resetting password it seems to have vanished from the list of ‘My Topics’
    You were able to supply me with some code to use in features.php and advised me to use a child theme.
    The problem I am having is that I wish to use sliders and other content at the top of posts and portfolio items and find that the featured image takes up too much space at top. I wondered if there was a way to allow featured images to be set so that they appear on the home page items to click on but not in the posts and portfolio items.

    Thanks for your help if I could have the code again?

    Steve

    #1096929
    Joao
    Moderator

    Hi Steve,

    Please add the following code to Appereance Customizer Custom CSS

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

    Hope it helps

    Joao

    #1100530
    SteveMepsted
    Participant

    Thats perfect – thanks!

    #1100535
    Nabeel A
    Moderator

    Glad we could help.

    Cheers!

    #1100540
    SteveMepsted
    Participant

    Hello there –
    Thanks for the code above, I wonder if there is a way to to adapt the code to include the featured image in the main body of ‘Portfolio Items’ but not anywhere else? Plus is there a way to include sliders or other material in the main body of a Portfolio Item? (Not just the featured image)?
    Many thanks Steve

    #1100542
    Christopher
    Moderator

    Hi there,

    Featured image get displayed on top of page and you can’t move it to content area. But you can image or slider elements anywhere inside portfolio page.

    Hope it helps.

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