Hello,

In using / testing the s5 live search feature, when I enter a word, ex; kitchen, the search box opens, I enter the work kitchen, the spinning grey circle starts, then delivers an error 404 error message, component not found.

I have removed the mod, re-installed and it still doesn't work. I will send admin access in the following private message.

Thank you.



    This message is visible to Moderators only
    hidden content

    It looks as though the the search plugins & search (admin) component is missing in the file manager & admin extension manager. I checked other template file managers and in each case these plug ins were included in the file manager plugins as well as being represented in the Admin / CMS extension manager.

    These search plugins are missing in both cases here in the General Contractor template.

    Please see screen shot.

    Is there a file you can send me to upload? Or is that something that has to be done on your end?


      webcentric Hi

      Joomla 4 removed 'Search' component already, it will use Smart Search component instead - com_finder in your screenshot

      For the search error, I've reported to our team for further checking and update.

        saguaros

        Thank you, I tried using that earlier, however, when you enter a search, it doesn't provide any results? The page changes,
        but it stays on the same page with no results.

          webcentric Hi,
          I fixed the problem by creating a Smart Search menu (hidden in mainmenu ) and add a custom.css file. You can check again.

          #s5_search_overlay .awesomplete {
            display: block;
          }
          
          .form-search label.visually-hidden {
            visibility: hidden;
          }
          Write a Reply...
          You need to Login to view replies.