Jump to content

kihka

Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • First Name
    Francesca V.
  • Last Name
    Manola

kihka's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. :D Je te comprends très bien :D ! Il faut être flexibles dans la vie!!! Bonne continuation, Fra
  2. Ciao tougou93 et pardon pour le retard de cette réponse! En realité je n'ai rien changé, le fait était que, en utilisant Dreamweawer, quelque fois, après avoir sauvegardé un fichier qui utilise les awesome, à la place d'avoir les guillemets et le nom du font awesome j'avais seulement "". Au tout debut je n'avais pas compris et après, grace à l'aide de razaro, j'ai vu qu'il s'agissait d'un problème de codage au moment de la sauvegarde. J'ai tout simplement commencer à utiliser gedit pour modifier mes fichiers. J'éspère que c'était cela la question :-) . Bon courage! Fra
  3. Oui, en effet j'ai trouvé la solution en utilisant GEDIT à la place de Dreamweawer, au moins pour le global.css qui pose le plus de problèmes.
  4. J'ai, je pense, le même problème que toi et il faut voir l'encodage quand tu sauve après les modifications. J'utilise Dreamweawer et j'ai toujours ce problème, si j'utilise TextPad quelques fois cela marche et quelques fois pas du tout . Je suis encore à la recherche de la solution mais déjà je sais où aller. Plus d'infos ici: https://www.prestashop.com/forums/topic/395931-no-social-sharing-icons-no-button-plus-and-button-minus-icon/page-2?do=findComment&comment=1944902 Bon courage!
  5. YOU ARE A GENIUS!!! Thaaaaaaank you so much! Effectively I have tried with TextEditor, just changing the color of the text, and it works perfectly! You save me! I can't close the post but for my part is <SOOOOOOLVED>. I will try later changing the encoding in Dreamweawer but now I have the solution. Have a super evening!
  6. Are you talking about Awesome fonts? Because I've noticed that sometimes, after saving and uploading, I loose them and inside the "" signs there is nothing... I'm using Dreamweawer CS5...
  7. Yes, also for me it is a bit strange that just changing a color could affect the icons existence! Ok, I have used your code (what I'm trying to do is more or less what you did) and unfortunately the result doesn't change, no more icons. I leave it like it is now with your code so that you could see: just simulate to buy something and you will immediately see that in the cart summary there are no icons (plus and minus and trash). http://www.mespetitespiecesfaciles.fr/ In any case I really appreciate your help!
  8. Hi again razaro and thank you so so much for your help! This is the code in global.css that works: ul.step { margin-bottom: 30px; overflow: hidden; } @media (min-width: 768px) { ul.step { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } } ul.step li { float: left; width: 20%; text-align: left; border: 1px solid; border-top-color: #cacaca; border-bottom-color: #9a9a9a; border-right-color: #b7b7b7; border-left-width: 0px; } @media (max-width: 767px) { ul.step li { width: 100%; border-left-width: 1px; } } ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span { display: block; padding: 13px 10px 14px 13px; color: #333; font-size: 17px; line-height: 21px; font-weight: bold; text-shadow: 1px 1px white; position: relative; } @media (max-width: 992px) { ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span { font-size: 15px; } } @media (min-width: 992px) { ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after { content: "."; position: absolute; top: 0; right: -31px; z-index: 0; text-indent: -5000px; display: block; width: 31px; height: 52px; margin-top: -2px; } } ul.step li a:focus, ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus { text-decoration: none; outline: none; } ul.step li.first { border-left-width: 1px; border-left-color: #b7b7b7; } @media (min-width: 768px) { ul.step li.first { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } } ul.step li.first span, ul.step li.first a { z-index: 5; padding-left: 13px !important; } @media (min-width: 768px) { ul.step li.first span, ul.step li.first a { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } } ul.step li.second span, ul.step li.second a { z-index: 4; } ul.step li.third span, ul.step li.third a { z-index: 3; } ul.step li.four span, ul.step li.four a { z-index: 2; } ul.step li.last span { z-index: 1; } @media (min-width: 768px) { ul.step li.last { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } ul.step li.last span { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } } ul.step li.step_current { font-weight: bold; background: #42b856; background: -moz-linear-gradient(top, #42b856 0%, #43ab54 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42b856), color-stop(100%, #43ab54)); background: -webkit-linear-gradient(top, #42b856 0%, #43ab54 100%); background: -o-linear-gradient(top, #42b856 0%, #43ab54 100%); background: -ms-linear-gradient(top, #42b856 0%, #43ab54 100%); background: linear-gradient(to bottom, #42b856 0%, #43ab54 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b856', endColorstr='#43ab54',GradientType=0); border-color: #399b49 #51ae5c #208931 #369946; } ul.step li.step_current span { color: #fff; text-shadow: 1px 1px #208931; border: 1px solid; border-color: #73ca77 #74c776 #74c175 #74c776; position: relative; } @media (min-width: 992px) { ul.step li.step_current span { padding-left: 38px; } ul.step li.step_current span:after { background: url(../img/order-step-a.png) right 0 no-repeat; } } ul.step li.step_current_end { font-weight: bold; } ul.step li.step_todo { background: #f7f7f7; background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed)); background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%); background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%); background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%); background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); } ul.step li.step_todo span { display: block; border: 1px solid; border-color: #fff; color: #333; position: relative; } @media (min-width: 992px) { ul.step li.step_todo span { padding-left: 38px; } ul.step li.step_todo span:after { background: url(../img/order-step-current.png) right 0 no-repeat; } } ul.step li.step_done { border-color: #666666 #5f5f5f #292929 #5f5f5f; background: #727171; background: -moz-linear-gradient(top, #727171 0%, #666666 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727171), color-stop(100%, #666666)); background: -webkit-linear-gradient(top, #727171 0%, #666666 100%); background: -o-linear-gradient(top, #727171 0%, #666666 100%); background: -ms-linear-gradient(top, #727171 0%, #666666 100%); background: linear-gradient(to bottom, #727171 0%, #666666 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171', endColorstr='#666666',GradientType=0); } ul.step li.step_done a { color: #fff; text-shadow: 1px 1px rgba(0, 0, 0, 0.3); border: 1px solid; border-color: #8b8a8a; } @media (min-width: 992px) { ul.step li.step_done a { padding-left: 38px; } ul.step li.step_done a:after { background: url(../img/order-step-done.png) right 0 no-repeat; } } @media (min-width: 992px) { ul.step li.step_done.step_done_last a:after { background: url(../img/order-step-done-last.png) right 0 no-repeat; } } @media (min-width: 992px) { ul.step li#step_end span:after { display: none; } } ul.step li em { font-style: normal; } @media (min-width: 768px) and (max-width: 991px) { ul.step li em { display: none; } } In general if I touch at this part of the code the icons disappear. I.e.: just to let you better understand, in the middle of this part there is a color (background: #42b856) and if I change simply this little number, I lost my icons. I've attached the screenshot of what I actually see (without any change) in my cart summary and it is the green color (and other little things) on the step header that I would like to change.
  9. Hi razaro, no my issue is still alive and kicking grrr... I don't really understand where is the problem, the only thing that I know is that if I touch at the ul.step in global.css the icons disappear and I can't arrive to the point of the conflict.
  10. Well it is definitely the same problem: if you change the nav. color of the header in the summary cart the icons disappear, I don't understand the relation but so it is... Does anyone find a solution? Thanks!
  11. Good morning! I have at least been able to establish that the error is somewhere in my global.css. If I download this file to its initial version (I'm still using the default-bootstrap theme) all the icons are recovered (even those that I didn't know I had, because I've never seen them!). Tonight I will analyze the code step by step to understand where the the error is hiding... Ciao!
  12. Good morning! I have at least been able to establish that the error is somewhere in my global.css. If I download this file to its initial version (I'm still using the default-bootstrap theme) all the icons are recovered (even those that I didn't know I had, because I've never seen them!). Tonight I will analyze the code step by step to understand where the the error is hiding... There is another topic similar to this where some solutions are proposed, they didn't work for me but you never know: https://www.prestashop.com/forums/topic/395931-no-social-sharing-icons-no-button-plus-and-button-minus-icon/?do=findComment&comment=1942907 Ciao!
  13. Good morning! I have at least been able to establish that the error is somewhere in my global.css. If I download this file to its initial version (I'm still using the default-bootstrap theme) all the icons are recovered (even those that I didn't know I had, because I've never seen them!). Tonight I will analyze the code step by step to understand where the the error is hiding... Ciao!
  14. Hi again, I have exactly the same. I checked this afternoon but is seems correct for me... Quite a puzzle, eh?
  15. Ups, sorry! I'm building my website so please don't look at the rest . http://www.mespetitespiecesfaciles.fr/shop/ It is in french, sorry. If you put a product on cart and go to the cart summary (simulating a purchase) you will see that the minus and plus signs... has no sign. I can change backgrounds and colors but nothing else. Thank you so much for your help!
×
×
  • Create New...