You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody,
I just want to style mod_search a little bit more Joomla! 4 like. So this sugesstions are no issues!
Suggestion No. 1: Delete without replacement the div container in line 33 of mod_search default.php
You will need some CSS more to make it look as good as mod_finder.
Suggestion No. 2: Change the class element-invisible to visually-hidden.
Here you will need less CSS, too.
Suggestion No. 3: Replace the image button with an icon button: <input type="image" alt="' . $button_text . '" class="button" src="' . $img . '" onclick="this.form.searchword.focus();"/> with <button class="btn btn-primary" type="submit"><span class="icon-search icon-white" aria-hidden="true"></span></button>
Greetings
Markus
The text was updated successfully, but these errors were encountered:
Made a complete new installation of J!4 and now i am reading that the installation of the mod_search is bugy. So your are not able to see my suggestion.
Hi everybody,
I just want to style mod_search a little bit more Joomla! 4 like. So this sugesstions are no issues!
Suggestion No. 1: Delete without replacement the div container in line 33 of mod_search default.php
You will need some CSS more to make it look as good as mod_finder.
Suggestion No. 2: Change the class element-invisible to visually-hidden.
Here you will need less CSS, too.
Suggestion No. 3: Replace the image button with an icon button:
<input type="image" alt="' . $button_text . '" class="button" src="' . $img . '" onclick="this.form.searchword.focus();"/>
with<button class="btn btn-primary" type="submit"><span class="icon-search icon-white" aria-hidden="true"></span></button>
Greetings
Markus
The text was updated successfully, but these errors were encountered: