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.
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
Hi Basilis,
Tried the solution from the link you have provided. Its not working.
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.
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;}
Hi,
Thank you for the screenshot. Remove the padding of the big preview container:
.big-preview {
padding: 0;
}
Best regards,
Ismael
Hi Ismael,
I tried adding it previously, Its not working.
Hi,
You have to clear the plugin and cdn cache after adding the css code in the Quick CSS field.
Best regards,
Ismael
Hi,
Its working now. Thank you.