Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1153748
    Mathias Ditlev E
    Participant

    Hi

    I have tried to make my blog look nice (onlime.dk/blog) with featured images as on http://demo.theme.co/renew-5/blog/ e.g. but I simply cannot make it work. I have tried all settings in the X theme and different settings in the post.

    Can you help me get the featured image or video in the overview of the blog posts?

    Thank you 🙂

    Br.
    Mathias

    #1153777
    Prasant Rai
    Moderator

    Hello Mathias,

    Thanks for writing in!

    Please navigate to Appearance > Customize > Blog and select Standard under Style section. Then from post editor select the post format as per your requirement.

    http://prntscr.com/cc74mn

    Thanks.

    #1153867
    Mathias Ditlev E
    Participant
    This reply has been marked as private.
    #1153883
    Joao
    Moderator

    Hi There,

    The feature images are set on your posts, not on your blog page.

    When you are on your wordpress back end editor of your POST scroll down and on your right hand size towards the bottom you will find the option to add a feature image.

    http://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/

    Also notice that you are using Icon and Not Renew and the blog of those templates look a bit different ( I personally prefer Icon 🙂 )

    Let us know if you need further help.

    Joao

    #1153908
    Mathias Ditlev E
    Participant
    This reply has been marked as private.
    #1153914
    Joao
    Moderator

    Hi Mathias,

    Sorry for the confusion,

    You are correct you are using Renew 🙂

    Would you mind providing us with login credentials so we can take a closer look on your setup? On my end seems like you did not add a feature image to your posts.

    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

    #1153921
    Mathias Ditlev E
    Participant
    This reply has been marked as private.
    #1153928
    Joao
    Moderator

    Hi Mathias,

    You have this code on Appereance Customizer Custom CSS

    .entry-featured {
    display: none;
    }

    This will hide your feature image everywhere.

    If you would like it to hide it just from your posts but show on your blog, add this code instead:

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

    Hope that helps

    Joao

    #1154078
    Mathias Ditlev E
    Participant

    Thanks a lot 😀

    #1154174
    Jade
    Moderator

    You’re welcome Mathias.

    #1161333
    Mathias Ditlev E
    Participant

    Hi

    Maybe you can help me out again. On my blog the Blog-title is hidden and the ‘Blog’ is a H1 – resulting in 2 H1s on the posts. Can you help me get the blog-title back and remove the H1 ‘Blog’ ? Or change it to standard text.

    Br.
    Mathias

    #1161359
    Christian
    Moderator

    Hey Mathias,

    Please remove the code below in your Appearance > Customize > Custom > Global CSS

    .entry-header {
        display: none;
    }

    To change the h1 tag, template overriding is required so you must backup your Customizer settings then setup a child theme and import your settings after. See our Knowledge Base to learn how to. After that, copy _landmark-header.php located in wp-content\themes\x\framework\views\renew to the same folder in your child theme wp-content\themes\x-child\framework\views\renew. Open the copied file and change the code

              <?php elseif ( is_home() || is_single() ) : ?>
                <?php if ( x_is_portfolio_item() ) : ?>
    
                  <h1 class="h-landmark"><span><?php echo x_get_parent_portfolio_title(); ?></span></h1>
    
                <?php else : ?>
    
                  <h1 class="h-landmark"><span><?php echo x_get_option( 'x_renew_blog_title' ); ?></span></h1>
    
                <?php endif; ?>

    to

              <?php elseif ( is_home() || is_single() ) : ?>
                <?php if ( x_is_portfolio_item() ) : ?>
    
                  <strong class="h-landmark h1"><span><?php echo x_get_parent_portfolio_title(); ?></span></h1>
    
                <?php else : ?>
    
                  <strong class="h-landmark h1"><span><?php echo x_get_option( 'x_renew_blog_title' ); ?></span></h1>
    
                <?php endif; ?>
    

    Hope that helps. 🙂

    #1161525
    Mathias Ditlev E
    Participant

    Hi

    It just deleted what I had in my Content Dock and changed the setup of my page when installing the Child Theme, so I do not trust installing a Child Theme when it changes my content 😉 And it did not help with the blog at all. Unfortunately, it made the whole blog seem quite silly.

    Another suggestion?

    #1161687
    Rad
    Moderator

    Hi there,

    Child theme should not change your content. Would you mind providing a screenshot of what you’re getting? All customization should be done through Child theme. It’s an empty theme so it shouldn’t affect any of your site’s content. A video recording will be much helpful, or clone your site to development site for testing without affecting your live site.

    Thanks!

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