This topic contains 1 reply, has 1 voice, and was last updated by anoxy 9 years, 11 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
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 9 years, 11 months ago.
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
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 . "'>";
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |