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

Content Search for Other Post Types

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Content Search for Other Post Types

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39864
    YUANFANYUANFAN
    Participant

    I use Wpbakery page bulider, in the post type of the portfolio, only the title can be searched, but the content cannot be searched.

    In the post type of post and page, I can use Wpbakery, and the content can be searched.

    What could be the reason for this?

    #39867
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The most likely reason is, that the portfolio content may not be actually stored within the actual portfolio content field, but maybe only rendered during the page load.

    The best way to get around this is to use the index table engine. With that, the plugin will crawl the actual viewable content and pick up the keywords to search.

    #39881
    YUANFANYUANFAN
    Participant

    thanks. I have another question,
    Modify the font color of “Search Box Placeholder Text”, I didn’t find the color setting for the placeholder.

    #39891
    Ernest MarcinkoErnest Marcinko
    Keymaster

    The placeholder follows the input color, if you want to change it individually, use a custom CSS, like:

    input.orig::placeholder {
       color: red !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.