Comments 2romain started the conversationMarch 20, 2020 at 9:22amHello againThis ticket is for a suggestion.I enabled ajax loading, it's very cool ! All is so smooth.But when I'm in a single portfolio page, it's not so easy to go back to the previous page. Perhaps you could add an URL to do what we want with this element... ?Like png linked.Thanksromain 2romain repliedMarch 20, 2020 at 9:34amAnother suggestion :In back office, in portfolio list, we can sort portfolio elements by name or date, but could you add sort by categories ?or at least display a column with the category ?Thanksromain 1,974Support repliedMarch 20, 2020 at 9:05pmHi Romain let's see what we can do for you:- where do you want to display the URL?- displaying portfolio category columngo to /wp-content/plugins/bauman-functionality-plugin/include/custom-post-types-config.phpand add 'show_admin_column' in register_taxonomy() callregister_taxonomy( 'portfolio_category', 'bauman_portfolio', array( 'hierarchical' => true, 'label' => __('Categories', 'clapat_bauman_plugin_text_domain'), 'query_var' => true, 'show_in_rest' => true,'show_admin_column' => true, 'rewrite' => true ));let us know, if this work as it should we can include it in our next updateThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2romain repliedMarch 27, 2020 at 2:17pmWonderful !It displays category column, and even if it is not sortable, it is already very helpfull !Thanks ! 1,974Support repliedMarch 27, 2020 at 2:33pmNp Romain, glad to help you.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello again
This ticket is for a suggestion.
I enabled ajax loading, it's very cool ! All is so smooth.
But when I'm in a single portfolio page, it's not so easy to go back to the previous page. Perhaps you could add an URL to do what we want with this element... ?
Like png linked.
Thanks
romain
Another suggestion :
In back office, in portfolio list, we can sort portfolio elements by name or date, but could you add sort by categories ?
or at least display a column with the category ?
Thanks
romain
Hi Romain
let's see what we can do for you:
- where do you want to display the URL?
- displaying portfolio category column
go to /wp-content/plugins/bauman-functionality-plugin/include/custom-post-types-config.php
and
add 'show_admin_column' in register_taxonomy() call
register_taxonomy( 'portfolio_category',
'bauman_portfolio',
array(
'hierarchical' => true,
'label' => __('Categories', 'clapat_bauman_plugin_text_domain'),
'query_var' => true,
'show_in_rest' => true,
'show_admin_column' => true,
'rewrite' => true
));
let us know, if this work as it should we can include it in our next update
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Wonderful !
It displays category column, and even if it is not sortable, it is already very helpfull !
Thanks !
Np Romain, glad to help you.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy