PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Add "serach results for" phrase

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

I can see option to show"Found <span>%s</span> items" text for search results of MDTF widget, but is it possible to add the phrase like on default WordPress search form:

"Search results for: %phrase added to search input".

Thanks,
Piotr

Hello Piotr

Unfortunately the plugin does not have this feature.

Hi,

If someone is looking for the solution, i've added this code into JavaScript code after AJAX is done section (MDTF Settings -> Advanced):

var phrase = jQuery('.container-class .mdf_textinput');
if(phrase.val()) {
jQuery('<h4>Search results for: ' + phrase.val() + '</h4>').insertAfter('.container-class tbody > tr:first-child .mdf_input_container');
}

Classes should be adjusted.

best regards,
Piotr

Hello Piotr

Ok! Thank  you  for  cooperation!