-
AuthorPosts
-
March 4, 2016 at 6:56 am #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.
If you need login info, please let me know.
Thanks all.
March 7, 2016 at 4:41 am #594042Hey 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,
RikardMarch 7, 2016 at 8:55 am #594143Hey Rikard,
Please see below.
Thanks
March 8, 2016 at 5:47 am #594798March 8, 2016 at 6:56 am #594820Woops please see below
March 9, 2016 at 6:56 am #595329Hi,
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,
RikardMarch 9, 2016 at 11:02 pm #595886Oh wow, i forgot i added that to the CSS, I feel dumb lol.
Thanks so much for the help Rikard!!
March 11, 2016 at 6:04 am #596687March 14, 2016 at 9:32 am #597618I 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!
March 15, 2016 at 8:48 am #598246 -
AuthorPosts
- You must be logged in to reply to this topic.
