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

Home Forums Bug reporting, Questions & Suggestions Ajax Search Pro for WordPress The field "Show search in custom post types selectors" is not saving

This topic contains 1 reply, has 1 voice, and was last updated by anoxy anoxy 10 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #729
    anoxy
    anoxy
    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
    anoxy
    anoxy
    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.