FiboSearch doesn’t show the search page
-
Hey, I have a problem while using your FiboSearch plugin. The search result shows the correctly under the search box, but when trying to show all results page is not working properly. As sometimes show the result correctly and sometimes shows “no result found”!
I’ve found previous topic with same error and aplied the following snippet:
(function ($) { $(document).ready(function () { var $flags = $('[name="dgwt_wcas"]'); if($flags.length){ $flags.remove(); } }); })(jQuery);
The snipet does remove that part from the address bar, but the other part which is ” &post_type=product&lang=pl” still appears and bugs the search. Removing everything except the “?s=Searching” part seems to work (not ideally, but it does work).
Please let me know how to fix this.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘FiboSearch doesn’t show the search page’ is closed to new replies.