Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #593126

    Have a section that is using the Blog Posts content on my home page. I have it set to display my images at a certain pixel but it instead it’s showing nothing but the title and readmore link.

    The title and read more button is fine as i selected this but my images aren’t showing up. See image below

    Tried using a slider post as well to test it and same thing, not getting any images.

    View post on imgur.com

    If you need login info, please let me know.

    Thanks all.

    #594042

    Hey Drebosio,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #594143

    Hey Rikard,

    Please see below.

    Thanks

    #594798

    Hi,

    We will need a URL to be able to log in as well :-)

    Best regards,
    Rikard

    #594820

    Woops please see below

    #595329

    Hi,

    You are hiding the images with CSS:

    .home .slide-entry-overview a.slide-image {
        display: none;
    }

    Remove it or change it to this instead:

    .home .slide-entry-overview a.slide-image {
        display: block;
    }

    Best regards,
    Rikard

    #595886

    Oh wow, i forgot i added that to the CSS, I feel dumb lol.

    Thanks so much for the help Rikard!!

    #596687

    Hi,

    No problem, glad we could help.

    Regards,
    Rikard

    #597618

    I have another question but not sure if i should open a new post about it (after searching forums i couldn’t find this questions before)

    I have a 4col layout with my blog posts, i was wondering if i could close the gap/gutter space that is there? I looked at the css and i see there is a “Margin-left” and “width” but i don’t wanna touch the main css file can i add some quick css to make it smaller?

    If so how can i target it so it gets applied.

    Thanks!

    View post on imgur.com

    #598246

    Hi,

    Try adding this CSS and play around with the values until you like the result:

    .home .av_one_fourth {
        margin-left: 6% !important;
        width: 20.5% !important;
    }

    Regards,
    Rikard

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