Tagged: enfold, Enfold child theme, portfolio grid
Hello,
I love this theme!!
A quick question for you. I’m using the Enfold Child theme for the site I’m setting up, and I would like to have a 5 column option (currently I can only see up to a 4 column option). Is it possible? And if so how do I go about doing that??
http://test.inlink.com.au/portfolio/
Also is it possible to disable the link from the Featured Image to the portfolio page for the item, as I really only want to show the Featured Image as part of a gallery that can be filtered for each portfolio category.
Many thanks!!
Alison
Hi – I have managed to get the 5 columns happening by adjusting the portfolio.php – but I had to replace the portfolio.php file in the main Enfold directory, rather than the Child Enfold Directory. But at least it is working in 5 columns now.
So if you could let me know your feedback on the 2nd part of the query – can I disable the Feature image links to the portfolio pages?? I know it kind of defeats the purpose of having a portfolio item – but all I really want is the filter feature for the categories to then show the relevant pics.
Any feedback appreciated!!
Thanks,
Alion
Hi!
The easiest way would be adding the following to your custom.css file or Quick CSS:
.grid-entry-title.entry-title,
.grid-entry-title.entry-title a{
cursor: text;
}
This will eliminate the user from being able to follow to the single page.
Regards,
Devin