Revert to original portfolio item

Hi there,

I built this site a couple of years ago, using the agency template as it was perfect for what I needed at the time.

We are making updates to the site now and the client doesn’t want the two column layout of the portfolio item page.

Could you let me know what I have to add/remove so that I can have the standard portfolio item page layout? 1 column with image and text below then sidebar on the right.

thank you.

Hi,

You need to edit the Portfolio page and modify these settings:

Then, you can control the content layout from (Theme Options > Layout and Design > Content Layout).

Thanks.

Sorry this is not what I meant.

I am meaning the portfolio POST pages layout http://timeofyourlife.lmdev.co.uk/portfolio-item/janes-story/ that I require the standard content left and sidebar right?

Sorry for the confusion. What you see is the Ethos’ Single Portfolio stack design. The design’s intent is to showcase a piece of artwork with short description as you can see in the demo at http://demo.theme.co/ethos-1/portfolio-item/sierra-farm/. What you’re looking for is Integrity’s design (see http://demo.theme.co/integrity-1/portfolio-item/sierra-farm/). You might want to switch to Integrity as continuing with Ethos would require custom CSS which is outside the scope of our support and not recommended for this case because we’re dealing with a pre-designed template.

I could offer some guidance regarding your current setup though. You currently have this custom CSS

@media only screen and (min-width: 1024px) {
.single-x-portfolio .entry-featured, .single-x-portfolio .entry-wrap {
    width: 50%;
}
}

You can change that to 100% to make the featured image area and the content span full-width. The rest of the customization and issues that might come up from the use of that code would require additional custom development. I’d recommend you consult with a web developer for this.

Thank you for understanding.

Thanks for coming back to me quickly.

I have changed the stack to integrity and altered the above code to 100% but it is still displaying two columns?

If this is the best I can do then how do I get the ‘share this post’ in to the right column?

thank you.

Hi there,

Thanks for updating.

Did you add some customization to the actual parent theme file for the portfolio items? If so, kindly try to remove the customizations and see if it is sorted.

Also, kindly update your X version to the most updated version and clear your cache after doing so. You may also check the Portfolio options in X > Theme Options > Portfolio.

Hope this helps.

No I didn’t but I used the Agency template so I imagine that did?

How do I locate/remove them please?

thanks

Hi @3b1a2f46-a516-40cf-b,

Since you changed from ethos to integrity, the structure changed which made the CSS unrelated. Please add this CSS instead,

.single-x-portfolio .entry-info {
    float: none;
    width: 100%;
} 

Thanks!

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