Site logo

Archived topic

Blog images not showing in Blog Post page

34 replies · Started by Kin Kok on August 4, 2017

Viewing posts 16–30 of 35

Ok, I will remove the maintenance mode for a while.

The Posts page is News.

Hmm can't see anything wrong with it.

So nothing happens when you change the setting in single post header location? Does it work in customizer preview?

Yes, nothing happens when I changed the setting in single post header location. I thought my original setting was the one that makes the most sense.

It also did not work in the customizer preview.

I have another issue with post page as well, namely, the inability to remove the comment section.

I also find that I cannot change the colour of the Post titles in the Posts page.

I wonder if the Wordpress version has anything to do with it. I am on version 4.8.1 which seems old. Not sure why my web host don't move to the higher versions.

Hmm that's weird for the featured image location. Can you send me access to the dashboard in Account Issue?

What have you tried to remove comment section so far? The settings in Settings > Reading only applies to new posts. For existing post you need to go to the list of articles, hover the title and click quick edit then uncheck comments in there.

How do I grant you access to the dashboard? Create you as a username and password for you?

As for the comment section, I was not referring to comments that were made.

I have set the comment link to hide. I presumed this should hide the comment box. But I am still seeing it. Hope this is a clearer explanation of the issue.

You can send temp admin login details using the Account Issue form: https://generatepress.com/contact/

The comment box needs to be turned off in "Settings > Discussion" and within each page that currently has comments.

From your screencast, the featured image is always above the text. I was trying to get the featured image to be aligned to the left of the text. Does this mean that it is not possible to get the featured image to be aligned to the left of the text inside of above it?

Ah ok I understand what you want now. Unfortunately that's not one of the option in the customizer.

An alternative would be to choose Hide in Single Post Header Location, then re-add your featured image again at the start of your content like this:
<img src="URL" style="float: left;">

Got it! Thanks very much!

No problem!

hey sorry that was definitely not the best way.

Try setting it to Below Post Title, then add this CSS:

.page-header-image-single {
    float: left;
    padding-right: 10px;
}

This way you wouldn't have to add the image again.

I am not getting it. This is what I did:
(1) set Page Header Location as Inside Content Area
(2) set Single Post Header as Below Post Title
(3) entered the following above the post text in text editor:
<img src="http://kathok.org.sg/wp-content/uploads/2017/02/monk.png" .page-header-image-single {
float: left;
padding-right: 10px;
}">

The result is that I got two images, one above the other, followed by the text below the last image.

If I remove the featured image from the post, I still do not get the text left aligned to the image. Also, the image would not show on the Posts Page.

This archived topic is closed to new replies.