Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #651227

    Hi,

    I manage to get the Comment issue fixed. Seem like the post have to be re-update or publish for it to be able to show. Didn’t manage to exactly identify how I achieve it.

    I have another issue, how do I move the featured image above below the Title and the Author, Comment, Date section.

    I tried the recommendation on this post https://kriesi.at/support/topic/post-title-above-featured-image/. It works on the main post itself but it did not work on the all blog post page. http://strategistshub.com/articles/

    I have revert back to the original coding for reviewing since it is working properly.

    #651278

    Hi Zheng Yu!

    Try that one for the blog page
    https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/

    let us know if it works as should.

    Cheers!
    Basilis

    #658646

    Hi Basilis,

    Tried the solution from the link you have provided. Its not working.

    #658803

    Hi

    The image seem to be working now. I did not remove any code that was previously added base on the solution on the link provided.

    I guess the code did not kick in after I save the file.

    #658807

    Now it seems to create another problem. It was working fine previously.

    http://strategistshub.com/articles/

    The image originally when it was above the title stretch full width. Now it seem to become smaller and align to the center.

    Adding the following code to the css does not help.
    .big-preview { padding: 0 !important; margin-top: 20px;}

    • This reply was modified 8 years, 4 months ago by hzy17079.
    #659639

    Hi,

    Thank you for the screenshot. Remove the padding of the big preview container:

    .big-preview {
        padding: 0;
    }

    Best regards,
    Ismael

    #659996

    Hi Ismael,

    I tried adding it previously, Its not working.

    #661118

    Hi,

    You have to clear the plugin and cdn cache after adding the css code in the Quick CSS field.

    Best regards,
    Ismael

    #661824

    Hi,

    Its working now. Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Set Featured Image below Title’ is closed to new replies.