Editing a project entry, I can not select a category. All checkboxes are disabled.
]]>Hi,
On the portfolio overview page that I try to customize, the thumbnail image is cropped. How do I change that?
Have tried to change the thumbnail size in the wp admin (settings/media) but that didn’t help. Have also tried to change widht and/or height settings in child css for:
#content-archive .has-post-thumbnail
#content-archive .has-post-thumbnail img
but that didn’t help either.
Would very much appreciate help in this matter.
Best regards
Cecilia
To anyone needing to query by taxonomy with this plugin, here’s what I had to do:
In your $wp_query
args add the following
'tax_query' => array(
array (
'taxonomy' => 'portfolio_category',
'field' => 'slug',
'terms' => 'featured', // replace with whatever portfolio category you create
)
),
Here’s a reference for $wp_query
https://codex.www.ads-software.com/Class_Reference/WP_Query#Taxonomy_Parameters
Hope this helps.
Cheers
Any plan to make addon to intergrate with buddypress?
So users can publish project at front end.
I am sure it is a huge market!
Alex
Hello!
How can I get Project Description via function. I tried ccp_get_portfolio_description(), but it returns empty string.
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>Hello!
I noticed, that I have different post formats for portfolio projects (gallery, video, audio). But how can I add gallery or video to my project? I need to paste it to project WYSIWYG field? Or there is special fields for this?
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>Definitely not on your shoulders to make sure that themes using your plugin are compatible….that would be a crazy amount of code to keep up with. But I was wondering if you had quick insight to an issue with Chimera. I think you’ve changed something regarding slugs, Chimera’s portfolio template files need to catch up.
Do you see anything in the code below (designed to show portfolio categories from post terms) that jumps out as “oh yeah, that needs to change.” ?
<div class="filter" data-filter="<?php echo $term->slug; ?>">
<div class="button-normal-inner">
<?php echo $term->name; ?>
</div>
</div>
Thanks, Tony
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>Good morning.
I have a site with the installed templates “chimera” which requires during installation your plug-in, which the page admin / plugins is installed and active.
Unfortunately when I go on a page the template of the site should return portfolios, this does not happen and I get the following message:
“This page template makes use of the Custom Content Portfolio plugin. Download the Custom Content Portfolio plugins from the WordPress plugin directory. Or alternatively, you can install it via the Plugins Page”
Can you help me?
Thanks and good job!
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>Hi,
I have been using this plugin for a website I manage for long time (en.younesrahmoun.com). Yesterday, I have received a plugin update notification and I found that it was updated automatically and all the portfolio items and menus has gone. Also, the dashboard portfolio menu shows now only the settings for the plugin and I can’t find where the portfolio items can be managed now.
Thanks for providing clarification and suggestions for solving this issue soon.
Best Regards,
Anas
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>How do I enable comments on portfolio ‘posts’?
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>Hello,
On this page, https://hmbailey.com/portfolio/web-sites/, page two of the portfolio does not show content.
Thank you for your help.
Michael
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>A list is not the best for viewing portfolio items. What do you think about creating a grid view?
Drag and drop sorting would be a killer feature here.
Cheers for the great work.
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>Custom content portfolio breaks (portfolio becomes a regular blog) If you change the permalinks from default to post name. I tried activating and deactivating and purging the cache and still doesn’t work.Any insight on this?
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>Is there a way to make a gallery with this plugin? (have an image pop up instead of linking to a page)
Is there any documentation that doesn’t cost $29.00?
https://www.ads-software.com/plugins/custom-content-portfolio/
]]>My personal website is very small and I dont think having breadcrumbs in the portfolio page makes a lot of sense for this particular setup. How can I remove the breadcrumbs from the portfolio pages?
https://www.ads-software.com/extend/plugins/custom-content-portfolio/
]]>Hi there,
I just installed the Chun theme and this plugin. I can not find how to create a portfolio page. Do you have an example with steps needed to get started with Chun+Portfolio plugin?
Thanks,
Aras
https://www.ads-software.com/extend/plugins/custom-content-portfolio/
]]>