Help with Portfolio items and Essential Grid

Hello,

I have a few questions about portfolio items and essential grid:

  1. How can I edit the layout of portfolio item pages?

  2. How do I center essential grid items at the bottom of the grid?

  3. How do I increase load speed for essential grid?

Thanks so much for your help.

Hi Robert,

Overall layout is controlled by the template.
wp-content/themes/x/framework/views/integrity/wp-single-x-portfolio.php
The content area structure can be build inside a Cornerstone builder.

This is possible by editing the skin you where using. Inspect the element and center. See this guide: https://www.themepunch.com/essgrid-doc/item-skin-editor/

This is a general performance issue. Please check our guide here: https://theme.co/apex/forum/t/customizations-performance/210

Hope this helps.

Thanks for your help.

On 1, how do I open this php file in cornerstone within the wordpress dashboard?

2: I wasn’t able to find what I need for this. The grid is centered, but extra items on the bottom row that aren’t enough to comprise an entire row align left. (bbdl.org, under “images”)

Thanks again!

Hey Robert,

  1. You cannot open a PHP file in Cornerstone but you can edit the file wp-single-x-portfolio.php via FTP. I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

  2. The position of the items are rendered on the fly so there’s no easy way to adjust the bottom row items as this would disturb the entire layout of the grid.

Hope this helps!

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