[wpdm_search_result]

Viewing 5 posts - 1 through 5 (of 5 total)
#88485

Paris
Member

Hello !

After putting the short-code [wpdm_search_result init=1 template="link-template-default" cols=1] in the page, the search bar is displayed correctly, however, there is no result when i press the enter button. Do you have a solution ?

Thank you !

#88956

Paris
Member

Nobody have a solution ?
I have the free version. The search short code works with the free version or i should have the pro version ?

#89163

Shahriar
Moderator

Hi,

The shortcode works fine with the free version. Maybe another plugin is creating the issue. You can try deactivating other plugins to find the conflict.

Or send temporary wp-admin login info in private reply, so w can check this on your site.

Thanks.

#89377

Paris
Member

Thank you ! I found the solution !

There was a problem with another plugin : “relevanssi”. By disabling this plugin, the search worked again. The problem is that “relevanssi” is very useful for increasing the relevance of the wordpress search results. And WPDM is really useful for searching files. Do you know how I could do to make WPDM and relevanssi live together?

I did some research (Google) before asking this question and I found a post about this problem but I can not open the page because I am not a WPDM user pro … ๐Ÿ™

Thank’s

WPDM Search and Relevanssi

#89592

Shahriar
Moderator

Here is the suggested code for excluding WPDM from relevance. You have to add this in theme’s functions.php file.

remove_filter('posts_request', 'relevanssi_prevent_default_request'); 
remove_filter('the_posts', 'relevanssi_query');
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘[wpdm_search_result]’ is closed to new replies.