New Landing How can we help? Themeforest Theme Support Dante counter portfolio category

Viewing 7 posts - 16 through 22 (of 22 total)
  • Posted in: Dante
  • #187907
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Okay, the issue has been traced.

    It is not working because you are using Cyrillic characters in your portfolio slug. Use normal characters and the filter should work flawlessly.

    Check, I have added two sample categories to test and they work fine.

    #187967
    dkomov
    Member
    Post count: 13

    it is possible to enable support for the Cyrillic alphabet?
    UTF-8 can?

    may include in the script support, “Slug” rather than “Name”

     

    … Forgive my English skills

    #187972
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Not in the slug as it is set as a css class on each item, and css classes can’t contain cyrillic characters.

    – Ed

    #187975
    dkomov
    Member
    Post count: 13

    but in slug used latin simbols

    only in names category used cyrillic symbols

    #187977
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    As we’ve said, they have to be alphanumeric characters (no latin or cyrillic just basic alphabet characters).

    – Ed

    #187982
    dkomov
    Member
    Post count: 13

    again … is it possible to rewrite the script to work with the “SLUG” and not “NAMES” categories portfolio?

    #187991
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies – your question was not clear at all.

    It should be using the slug – I’ve changed that for the next update. Try editing /includes/sf-portfolio.php line 384 from:

    $term = get_term_by('slug', $tax_term, 'portfolio-category');

    to

    $term = get_term_by('name', $tax_term, 'portfolio-category');

    – Ed

Viewing 7 posts - 16 through 22 (of 22 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register