Portfolio- Missing Sidebar

Im not sure when it happened but I’m missing the sidebar on my portfolio posts AND the page layout is fullwidth when Id like it to be in a container. Im not sure what settings need to be changed to make that happen.

In theme options> layout and design> the content layout is “full width” and but I changed it to content/sidebar and cleared my cache and that didn’t help. My portfolio is under the WORK page (where Im using The Grid to display the posts, but when you click on a post image, it goes into the single portfolio item, which is where the issue is.

Can you help?

Hello @Tech4Eleven,

Thanks for writing to us.

I tried to access your site dashboard but it requires the authentication code to access the site dashboard, I would suggest you please deactivate the security plugin and then let us know or you may copy the live site to the staging server and then deactivate the security plugin so that we can check it

Hope it helps
Thanks

I fixed that. you can log in now. thanks for the help.

Hi @Tech4Eleven,

Thanks for reaching out.
I have checked the Portfolio posts and found a Single Layout is assigned to it and that is why the Sidebar and other options set from Theme Options are not showing.

Hope it helps.
Thanks

I added that assignment the other day to try and fix this issue but apparently I didn’t do it right. I have adjusted both single layouts to exclude “post type = portfolio” and that changed the single portfolio post so it now shows the sidebar content but it’s still not right. The sidebar content is on the bottom, not the side, and the post shows the featured image which it should not (or I dont want it to). And it’s missing the headers

In the “theme options” I change the “layout and design” from fullwidth" to “content/sidebar” but that didn’t fix the issue either. Looks like I need additional help from you if you don’t mind. See https://tech4eleven.com/portfolio-item/vintage-doula/ for the best example.

Actually, I realized I needed to do further work and I have it fixed how I want it.

  1. Added the below code to REMOVE the featured image on single portfolio posts:
    .single-x-portfolio .has-post-thumbnail .entry-featured {
    display: none;
    }

  2. Exclude posts from my other headers

  3. Create a new header for only posts

Thanks for the help.

Hi @Tech4Eleven,

Glad to know that you are able to fix it.

Thanks

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