Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search WordPress post #733

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions assets/components/molecules/filters/filters-blog.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
<div class="collapse collapse-lg-show collapse-drop" id="form-filters">
<form class="p-3 p-lg-0 mt-md-3">

<div class="form-group">
<form class="border-0 p-0" method="get" name="?s+s">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il y a 2 <form> imbriqués qui donnent un effet d'ombre sous la barre de recherche avec un mobile.

Screenshot from 2024-06-20 15-59-09

Je crois que si tu enlèves ce form, c'est bon.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@williambelle J'avais surtout fait un beau mélange entre charte graphique et développement.

Je me suis donc concentré que sur le graphisme sur ce coup-là. La mise en place du script pour effectuer les recherches, ce sera avec les équipes WP 😊

<div class="search-form mt-1 input-group">
<label for="search" class="sr-only">Rechercher</label>
<input type="text" class="form-control" name="s" placeholder="Rechercher">
<button type="submit" class="d-none d-xl-block btn btn-primary input-group-append">Valider</button>
</div>
</form>
</div>

<div class="form-group">
<div class="form-group">
<label>Catégories</label>
Expand Down
Loading