[Resolved] Blog images not showing in Blog Post page

Home Forums Support [Resolved] Blog images not showing in Blog Post page

Home Forums Support Blog images not showing in Blog Post page

Viewing 15 posts - 16 through 30 (of 35 total)
  • Author
    Posts
  • #360861
    Kin Kok

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

    #360863
    Kin Kok

    The Posts page is News.

    #361031
    Leo
    Staff
    Customer Support

    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?

    #361278
    Kin Kok

    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.

    #361285
    Leo
    Staff
    Customer Support

    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.

    #361398
    Kin Kok

    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.

    #361435
    Tom
    Lead Developer
    Lead Developer

    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.

    #361668
    Leo
    Staff
    Customer Support

    Thanks for sending in the access.

    Just tested and the option works well for me: http://www.screencast.com/t/z3uaTYBV

    #361695
    Kin Kok

    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?

    #361723
    Leo
    Staff
    Customer Support

    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;">

    #361889
    Kin Kok

    Got it! Thanks very much!

    #361897
    Leo
    Staff
    Customer Support

    No problem!

    #361983
    Leo
    Staff
    Customer Support

    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.

    #362589
    Kin Kok

    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&#8221; .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.

    #362593
    Leo
    Staff
    Customer Support

    You don’t need to add #3 anymore.

    Just need to make sure you have a featured image uploaded, #2 is done, then the CSS from here: https://generatepress.com/forums/topic/blog-images-not-showing-in-blog-post-page/page/2/#post-361983

Viewing 15 posts - 16 through 30 (of 35 total)
  • You must be logged in to reply to this topic.