Just for info, I am using standard posts instead of portfolio post type, as when I enabled portfolio post type it errored all the portfolio posts and gave me the dreaded
“There has been a critical error on your website. learn more about debugging in wordpress”
So it would be great if I could achieve this without enabling this plugin.
Thanks very much in advance
-
This reply was modified 6 years, 2 months ago by
jamierobbo.
The additional options linked by you belong to the premium version of the plugin. I see that you are using the free version and hence the options are not seen.
We can still help you out with disabling the taxonomy through CSS or through WP Hooks/Filters provided by the plugin. I would like to clarify if you need the taxonomy shown on the thumbnail to be hidden/removed OR the one shown below the thumbnail? Pls let us know.
You can use the following Custom CSS to hide the taxonomy on thumbnail hover if you do not want the hassle of dealing with PHP hooks/filters.
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms { display: none; }
The error on activating the custom post type may be due to portfolio post type being already defined by your theme. If your theme already has a custom post type named Portfolio, there is no need to activate another plugin to capture the portfolio post type. Many premium themes do register such a post type to help capture portfolio.
That’s exactly what I was looking for, works perfectly, many thanks!
I will consider purchasing the premium version for the other features.
Also reckon you’re right about the theme defining portfolio, we’re running the7, and the amount of bloated features which might be better achieved with separate plugins is staggering