Okay
  Public Ticket #1439182
Portfolio Categories
Closed

Comments

  • Michael started the conversation

    hello,

    i want the portfolio categories displayed just as a kind of information.

    by clicking on the category the ordering function should not be activated.

    is it possible to „unlink“ the portfolio categories?

    best,

    michael

  • [deleted] replied

    Hi Michael,

    Well your request requires Custom Code, currently in this package we don't offer Custom Code. But i would like to see your site what you have done to make it more clear for us and we can give your proper answer.

    Please consider sharing with us your sites WP Credentials.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Thank you.

  •   Michael replied privately
  • [deleted] replied

    Hi Michael,

    I was not able to find out the solution with custom code (jquery) i will assign you to dev team to see if they can find out the solution.

    Please be patient until they will able to give you an answer (Note: weekends dev team doesn't work)

    Thank you,


  • [deleted] replied

    Hi Michael,

    You can add this code in functions.php to disable sorting when clicking item category in portfolio:

    add_filter( 'portfolio_container_isotope_category_sort_by_js', '__return_false' );
    

    As for custom code, we do not offer any customization services however if you need in the future, there is a trusted provide we recommend to our customers such as Envato Studio or WPKraken.

    I hope this will work for you.