Phenomene Posted April 18, 2023 Share Posted April 18, 2023 Bonjour, j'essaie d'améliorer la vitesse de chargement de mes pages. Quelqu'un aurait la solution pour activer la fonction zoom ? Merci J'utilise prestashop 1.6.1.1.2 Link to comment Share on other sites More sharing options...
Phenomene Posted February 16 Author Share Posted February 16 Bonjour, Dans Thème/mon thème/modules/blocksearch/blocksearch-top.tpl Voici le code <input class="search_query form-control" type="text" id="search_query_top" name="search_query" placeholder="{l s='Search' mod='blocksearch'}" value="{$search_query|escape:'htmlall':'UTF-8'|stripslashes}" /> <button aria-label="{l s='Search' mod='blocksearch'}" type="submit" name="submit_search" class="btn btn-default button-search"> Dois-je changé le code comme ceci ? <input class="search_query form-control" type="text" id="search_query_top" name="search_query" placeholder="{l s='Search' mod='blocksearch'}" value=""autocomplete="on"> {$search_query|escape:'htmlall':'UTF-8'|stripslashes}" /> <button aria-label="{l s='Search' mod='blocksearch'}" type="submit" name="submit_search" class="btn btn-default button-search"> Merci Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now