Issues with search bar header

Posted in: Newspaper
Post count: 10

When I search for a specific content in the search bar header, shows me two types of results, the article and download file. I have a plugin for downloads and from what I understood, when I search for a content, it shows me the article and download file from that plugin. How to hide the download file and display only the article?

I had the Newsmag theme and never had similar issues.

Best regards.

Search bar header

Post count: 22421

Hi,

Unfortunately I can;t say for sure why this happens as the plugin is not tested. Try the default wp search and see if it picks up your download links. Our live search is the only search option that is theme included. The standard search is the one from WP. If this is an inconvenient, you can disable the live search if you want with a bit of custom css and then only use the WP standard search (pressing the search button)
#td-aj-search{
display:none!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.