Okay
  Public Ticket #2332836
Suggestion
Closed

Comments

  •  2
    romain started the conversation

    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

  •  2
    romain replied

    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


  •  1,823
    Support replied

    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

  •  2
    romain replied

    Wonderful !

    It displays category column, and even if it is not sortable, it is already very helpfull !

    Thanks !

  •  1,823
    Support replied

    Np Romain, glad to help you.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy