Portfolio images not show on search page

Please advise what I should do to have our portfolio feature images show up on the search page.

I also have the text from the home page showing the slider code. I would like to fix that.

Hi @LucyKeile,

Thank you for writing in, please provide us the site URL in question so we can take a closer look.

In the meantime, try removing all your custom CSS and see if that shows the portfolio images on the search page.

Cheers!

I removed the CSS and the images shows - but I need the CSS there
here is the code

.home .x-recent-posts-date {
display: none;
}
.x-slides .featured-meta {
display: none;
}

#force-full-width {
margin-left: -60px !important;
margin-right: -60px !important;
}
.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-wrap {
float: none;
width: 100%;
padding: 0;
}
.x-portfolio .entry-featured {
display: none;
}
.single-post .entry-title:before,
.single-post .entry-featured {
display:none;
}

how can I change for the images to show on search?
I will post a secure note with site info

Hello @LucyKeile,

The featured image is not displaying because you have added this code:

 .x-portfolio .entry-featured {
   display: none;
}

Please have it updated so that into the code below so that the featured image will only be hidden when viewing the single portfolio post item:

.single-x-portfolio  .x-portfolio .entry-featured {
   display: none;
}

If you need anything else we can help you with, don’t hesitate to open another thread.

@ruenel I posted a secure note above. Thanks

Hey @LucyKeile,

I checked the sites in your license page and none of them shows that error. Please open a separate thread for that to avoid confusion and also provide the URL of the page as requested previously.

I’ve removed the image posted by us.

Thanks.

thank you! I will do

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.