Tagged: x
-
AuthorPosts
-
August 30, 2016 at 12:50 pm #1153748
Mathias Ditlev EParticipantHi
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.
MathiasAugust 30, 2016 at 1:17 pm #1153777
Prasant RaiModeratorHello 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.
Thanks.
August 30, 2016 at 2:24 pm #1153867
Mathias Ditlev EParticipantThis reply has been marked as private.August 30, 2016 at 2:35 pm #1153883
JoaoModeratorHi 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
August 30, 2016 at 2:47 pm #1153908
Mathias Ditlev EParticipantThis reply has been marked as private.August 30, 2016 at 2:54 pm #1153914
JoaoModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
August 30, 2016 at 2:56 pm #1153921
Mathias Ditlev EParticipantThis reply has been marked as private.August 30, 2016 at 3:04 pm #1153928
JoaoModeratorHi 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
August 30, 2016 at 5:08 pm #1154078
Mathias Ditlev EParticipantThanks a lot 😀
August 30, 2016 at 7:12 pm #1154174
JadeModeratorYou’re welcome Mathias.
September 5, 2016 at 3:53 am #1161333
Mathias Ditlev EParticipantHi
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.
MathiasSeptember 5, 2016 at 4:22 am #1161359
ChristianModeratorHey 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. 🙂
September 5, 2016 at 6:40 am #1161525
Mathias Ditlev EParticipantHi
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?
September 5, 2016 at 9:04 am #1161687
RadModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1153748 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
