mark74 Posted March 24, 2014 Share Posted March 24, 2014 Bonjour a tous, Voila j'ai passer mon site internet prestashop en version 1.6 et j'ai un problème au niveau du centrage du site internet en 1600px 799px j'ai essayer plusieurs possibilité qui arrange cette résolution mais créer des problème sur les autre body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-left: 8%; margin-right: 8%; overflow: auto; line-height: 1.42857; color: #777777; background-color: white; } MERCI D'AVANCE POUR VOTRE AIDEZ Link to comment Share on other sites More sharing options...
lokiiy Posted March 24, 2014 Share Posted March 24, 2014 Un visuel du problème ou un lien peut être intéressant ... C'est tjrs plus facile pour chercher la cause !! 1 Link to comment Share on other sites More sharing options...
mark74 Posted March 24, 2014 Author Share Posted March 24, 2014 (edited) MERCI DE TA RÉPONSE voila le site internet http://p4685.phpnet.org/boutique/ en construction Edited March 24, 2014 by mark74 (see edit history) Link to comment Share on other sites More sharing options...
lokiiy Posted March 24, 2014 Share Posted March 24, 2014 Tu as touché quoi en CSS sur Presta 1.6 ? Link to comment Share on other sites More sharing options...
mark74 Posted March 24, 2014 Author Share Posted March 24, 2014 (edited) Tu as touché quoi en CSS sur Presta 1.6 ? Franchement je me souviens pas a par avoir rajouter un background et quel modifie de taille et de couleur Edited March 24, 2014 by mark74 (see edit history) Link to comment Share on other sites More sharing options...
lokiiy Posted March 24, 2014 Share Posted March 24, 2014 (edited) Je serais toi je prendrais le dossier CSS de la 1.6 et je le transfert sur le FTP ça sera peut être plus simple Edited March 24, 2014 by lokiiy (see edit history) 1 Link to comment Share on other sites More sharing options...
loulou66 Posted March 24, 2014 Share Posted March 24, 2014 coucou regarde ici la soluce de nightmat pour redimensionner ton background automatiquement avec la fenêtre du navigateur http://fr.openclassrooms.com/forum/sujet/redimensionner-image-background-css-57653 @++ Loulou66 Link to comment Share on other sites More sharing options...
mark74 Posted March 24, 2014 Author Share Posted March 24, 2014 MERCI Je vien de le faire et en mettant: background: url('http://p4685.phpnet.org/boutique/img/background-cashdestock.gif') top center no-repeat fixed; le background s'affiche pas Link to comment Share on other sites More sharing options...
lokiiy Posted March 24, 2014 Share Posted March 24, 2014 As-tu essayé de faire ce que je t'ai conseillé ?? Link to comment Share on other sites More sharing options...
mark74 Posted March 24, 2014 Author Share Posted March 24, 2014 Oui regarde Link to comment Share on other sites More sharing options...
lokiiy Posted March 24, 2014 Share Posted March 24, 2014 Je parle de remettre le dossier CSS neuf de la version 1.6.0.5 Link to comment Share on other sites More sharing options...
mark74 Posted March 24, 2014 Author Share Posted March 24, 2014 je les fait et sa marche nikel pour dimension du site internet j'ai mis background: et sa marche pas Link to comment Share on other sites More sharing options...
mark74 Posted March 24, 2014 Author Share Posted March 24, 2014 RE Toujours un problème avec le background ? et je voulais savoir comment faire pour que la case newsletter soit cochez par défaut MERCI D'AVANCE Link to comment Share on other sites More sharing options...
loulou66 Posted March 24, 2014 Share Posted March 24, 2014 Coucou pour le bakground dans le lien que je t'ai donne l'astuce consiste 1°) a déclarer l'image dans une <div> juste après le <Body> et de fermer la </div> juste avant la </body> 2°) de declarrer dans le css les position et les dimensions pense a vider les cache smarty et navigateur apres les modifs pour la newsletter de quel page parle-tu? footer? inscription? @++ Loulou66 Link to comment Share on other sites More sharing options...
mark13 Posted March 24, 2014 Share Posted March 24, 2014 RE Pour la newsletter de la page d'inscription Pour le background je vais tester MERCI Link to comment Share on other sites More sharing options...
lokiiy Posted March 24, 2014 Share Posted March 24, 2014 Ola, De passage sur le post et ton site du coup je constate que ca défile pas vers le bas ... Tu as réussi cependant à le cadrer.... Link to comment Share on other sites More sharing options...
mark74 Posted March 25, 2014 Author Share Posted March 25, 2014 (edited) SALUT Oui sur explorer un problème a descendre ? si quelqu’un a une solution et pour la newsletter page inscription pour que sa soit cochez par défaut ? MERCI D'AVANCE Edited March 25, 2014 by mark74 (see edit history) Link to comment Share on other sites More sharing options...
loulou66 Posted March 25, 2014 Share Posted March 25, 2014 Coucou dans ton global.css a la ligne 236 ton <body>a un overflow:hidden; ce qui enleve les barre de scroll et doit provoquer le bloquage chez IE retire cette instruction pour ce qui est d'avoir la case newletter cocher par defaut j'ai regarder et je ne trouve pas car il y a 2 ligne qui sont rajoutée par apport au tpl au moyen d'un script JS (une <div> et un <span>) et laffichage du cochage/decochage ce fait par la class du <span> @++ Loulou66 Link to comment Share on other sites More sharing options...
lokiiy Posted March 25, 2014 Share Posted March 25, 2014 Oui sur explorer un problème a descendre ? si quelqu’un a une solution et pour la newsletter page inscription pour que sa soit cochez par défaut ? Attention ca le fait pas que sur Explorer .... Je suis sur un Mac et Chrome et ça fonctionne pas Link to comment Share on other sites More sharing options...
mark74 Posted March 25, 2014 Author Share Posted March 25, 2014 (edited) MERCI loulou66 et lokiiy problème scroll résolu newsletter ya pas de span <div class="checkbox"> <label for="newsletter"> <input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) && $smarty.post.newsletter == '1'}checked="checked"{/if} /> {l s='Sign up for our newsletter!'}</label> </div> problème mail de confirmation newsletter il rajoute au début du lien boutique/admin13 dans la balise <a Edited March 25, 2014 by mark74 (see edit history) 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