Problem with custom taxonomy

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Problem with custom taxonomy

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 9 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3040
    webtorisme
    webtorisme
    Participant

    Hi.

    I’m using Ajax Search together with Business Finder theme from AIT and when I’m trying to add custom categories to the frontend search it only allows me to choose a few of them (from A to D more or less). Furthermore after adding few categories to the frontend search, when the page reloads after saving it only show blank boxes inside the container (with no category tittle).
    Is there any item limitation? I’ve checked the taxonomyselector class and I haven’t seen any limit to the load.

    Hope you can help me with this issue.

    Cheers.

    #3041
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    I think you are using an outdated version of the plugin. I believe the term title bug was fixed back in version 3.1. You can download version 3.2 from codecanyon. Please carefully follow the steps from the documentation when upgrading.

    As for the taxonomies, there is indeed a limitation for 50 terms per taxonomy. (someone had like hundreds of thousands of them and the browser could not handle it)

    You can disable it by disabling lines 109-110 in the ajax-search-pro/backend/settings/class/customtaxonomyterm.class.php.

    
    if (is_array($terms[$taxonomy]))
        $terms[$taxonomy] = array_slice($terms[$taxonomy], 0, 50, true);
    
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #3053
    webtorisme
    webtorisme
    Participant

    Hi.

    Thank you for helping me to solve the ítems limitation, it’s already working. About the blank boxes with no category title it’s still happening.
    I’ve already upgraded te plugin to the latest version and nothing changed.

    Perhaps is due to other plugins installed, like WPML for example.

    Thank you in advance.

    Cheers.

    #3054
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Could you link me to a page where the search is visible? It might be only a stylesheet issue 😉

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.