Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #302312

    Hi there,

    I’ve got an issue with how my blog posts are showing up. On my main blog landing page, I have the posts set to show up as Single Author, Small Preview Pic. Based on feedback I got from this forum in the past, I do not choose a featured image, since I have an image at the top of all blog posts that’s the same as the featured image would be, and they were showing up twice. So I added some custom CSS so that this wouldn’t happen.

    But I want to have a grid-style layout on my homepage. Even though I have selected for the image to show up with it, it doesn’t, since I don’t have a featured image set for blog posts. But if I were to set a featured image, it would screw up the formatting of my main blog landing page.

    How could I solve this problem? Thanks!

    #302371

    Hey alexmasica!

    Thank you for using Enfold.

    First, we need to see the actual home page with the blog grid style posts then the blog page. We would like to inspect it.

    Best regards,
    Ismael

    #302393

    Hi Ismael,

    Here’s the new page with the grid layout: http://alexmasica.com/sample-page/

    Here’s the blog landing page: http://alexmasica.com/posts/

    #303434

    Hi Alex,

    Can you please create us an administrator account? post it here as a private reply.

    Regards,
    Josue

    #303498
    This reply has been marked as private.
    #304211

    Hey Alex!

    If you want the images to appear in the grid you’d have to set them as featured images, i did it for the “3 Easy Ways to Update Your Website” post. Also added a code in Quick CSS to prevent them to appear in the landing blog page.

    Best regards,
    Josue

    #322009

    Hi Josue,

    Could you please share the CSS code to keep the Featured Image from showing up within the body of the post?

    Thanks! George

    #322079

    Hi George!

    Try with this code in Quick CSS:

    .single-post .big-preview{
    display: none;
    }

    Best regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.