• Resolved wegerl

    (@wegerl)


    Dear Support Team,

    I have a problem with the Relevanssi Live Ajax Search plugin that occurs in conjunction with the Twenty Fourteen themes. Specifically, there are the following issues:

    Live search is not displayed correctly in both the header bar and the left sidebar. When using the widget search in the right sidebar and entering a search term, the layout of the website is disturbed, and the website has to be moved to the left. The area on the right is then displayed as live search.

    I tested the theme and the plugin in the latest version and without additional customizations. The problem did not occur with other themes.

    Since the problem so far only occurs with the Twenty Fourteen theme, it could be that the bug is with the theme itself. In this case, the developers of the theme should be informed about the problem so they can fix it.

    I would be very happy if you could help me to solve the problem. Thank you very much in advance!

    Yours sincerely,
    Ditmar

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wegerl

    (@wegerl)

    Addendum: In the test with the adequate plug-in SearchWP Live Ajax Search it could now be determined that the bug is most likely due to the plug-in “Relevanssi Live Ajax Search”. When using the SearchWP Live Ajax plug-in, the search from the header bar works just as well as with the “SearchWP Live Search” widget or the “Widget Search”, and the problem of correct display does not occur. Thank you for your understanding!

    Plugin Author Mikko Saari

    (@msaari)

    Well, if SearchWP Live Ajax Search works, you can easily make Relevanssi Live Ajax Search use the same method of displaying the results. It’s not the default method, because this older method is much poorer for accessibility (you can’t move from the search form to the results with a single press of the Tab button), but sometimes it’s necessary for theme compatibility.

    To activate the older method, add this to your site, either in the child theme functions.php or in a code snippet:

    add_filter( 'relevanssi_live_search_add_result_div', '__return_false' );

    Once you do that, the results should appear correctly.

    Thread Starter wegerl

    (@wegerl)

    Thank you very much for your quick support! The old code worked wonderfully and I am very grateful for it. You really helped me out!

    • This reply was modified 1 year, 8 months ago by wegerl.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Live Ajax Search in conjunction with the Twenty Fourteen themes’ is closed to new replies.