Nothing on portfolio page (Renew)

Hi, I posted this earlier but it vanished.
None of the portfolio item are showing up on the portfolio page.
I think I have the settings right, any help is appreciated.

Hello Lisa,

Thanks for asking. :slight_smile:

I checked your website and on the link you shared I see images getting displayed. I also checked in the dev tools and can see that the page using portfolio template. Please see screenshot.

Please clear browser cache and see how it goes.

https://kb.iu.edu/d/ahic

Thanks.

Thank you, those images are in the footer, none of the portfolio items are showing up.
I have cleared the browser cache but I still don’t see any portfolio items. There should be one for something called Approved Food.

Hi Lisa,

I checked and can see you have a child theme installed. Can you try activating your pro theme and check if the issue persist.

You can also try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If none helps, please provide us your wordpress admin login in Secure Note

Thanks

thanks, I’m using the x part of the licence, not the pro part, is that what the problem is?
I turned off the plugins and the problem still exists.
This portfolio item should show up

Hi Lisa,

Thanks for the confirmation and the details!
I can see the portfolio items are loading in the page but due to a custom CSS, it’s hidden.

Not sure exactly if you have added the css for some reason, please remove that or you can add this CSS to your theme option -> CSS to overwrite it.

.page-template-template-layout-portfolio .entry-featured {
display: block !important;
}

Hope this works.

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

brilliant, that did the job thank you!
I do try with css honestly! It just gets the better of me all the time!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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