This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

The field "Show search in custom post types selectors" is not saving

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #729
    anoxyanoxy
    Participant

    Hello,
    I would like to specifically filter som custom post types, which should be available with this plugin.

    But when I drag the available post types, any on them, to the field “Drag here the post types you want to use!” and press at Save all tabs button, the custom post types field is not saved on the field “Drag here the post types you want to use!”.

    Is this a bug?

    I run the version 1.81.

    I hope that you can help me to solve this.

    Show search in custom post types selectors

    #731
    anoxyanoxy
    Participant

    I solved the issue,
    there was a simple quote missing on the following line in the file:

    settings/class/customposttypeseditable.class.php

    line: 37

    <input type='hidden' value=" . $this->data . " name='" . $this->name . "'>";

    should be

    <input type='hidden' value='" . $this->data . "' name='" . $this->name . "'>";

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Ajax Search Pro for WordPress’ is closed to new topics and replies.