Jump to content

Maghrabi

Members
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • Location
    Netherlands
  • Activity
    Freelancer

Maghrabi's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. I have the same problem, did you find a solution. If not does anyone know of a solution. Thanks
  2. Hi I have the same problem, also if the desciption of one product or the color list has a lot of colors the rows are off. Meaning that below the item with a lot of colours there are no products because that column is to long. Also when you hover over one product the product below changes position in columns. If we can tell the system to have fixed rows and each row should be populated that should work. I have searched a lot but couldn't find any solution.
  3. HI Nemo, I have sent you a PM since the site is active and in use. I have also checked css since you mentioned it. When I inspect it on the site it says style="display: block;. whilst the other form field dont't have this style. Could that be the problem. where can I edit this or remove this code.
  4. Hi, I have a similar problem the postcode field is not visible on mobile phone. On computer it is visible but on mobile phone not. Client also get an error that postcode is invalid, but there is no field to type in. Any help would be apprecieted. Bye the way Nemo, I also tried on of your tutorials to add an extra field, it shows in backend but doesn't show in frontend. This was a way I tried to fix this problem. So i would diasble the postcode field and namde the my_custom_field as postcode. Unfortunattely no luck
  5. Hi, Did you eventually get this solved beesneaky? I have the same problem the postcode is not showing on the mobile phone. On computer it is showing, I have tried almost all solutions discussed and even tried making a new field but nothing helped. Any help would be apprecieted.
  6. Hi did you get this issue solved, I am having the same issue using prestashop 1.6.0.6. When using a mobile phone to order on the site the postcode field is not visible. Keep geeting error "postcode is required". Any help would be apprecieted
  7. Hi, In my case postcode is not visible on mobile view only, on computer postcode is visible. Any idea what the solution is
  8. Hi, And if all above is done and the postcode field is still not showing on the frontend. localization > countries have added postcode but doesn't show on frontend. Actually it only doesn't show on the mobile device on computer it shows. Any help would be appreciated
  9. This is really a frustating issue, several posts about this and no solutions. On my mobile site zipcode is not visible but it is required. If customers make an order through the mobile site they get an error that zipcode is required, but there is no field to show it. When the site is viewed from a computer the field is visible and orders can be made. Is there any known cause for this and what is the solution?
  10. Prestashop 1.6 is based on bootstrap 3 css framework, I should think below links should help. http://getbootstrap.com/getting-started/#disable-responsive http://bassjobsen.weblogs.fm/compile-twitters-bootstrap-3-without-responsive-features/ I to find it very unconvenient that something like this can't just be switched off from the backend.
  11. hi i think many more people like me have this problem. What is the solution for this. Thank you for your help
  12. is there a solution for this problem, I have this same problem.
  13. yes indeed, there are a lot of media queries. I guess all the max-width parameters mean that when a max screen size is detected a certain action has to be performed. I have therefore removed all code where max-width is 768px and 991px, I also changed other css files for navigation, and many more. it didn't have the effect I wanted. So i am a little bit stuck actually, just removing the code doesn't do it unfortunately i was also searching through the net and came across using javascript and viewports?? Don't know how this exactly works.
  14. Thanks for your response Vekia, I am not a css star so what do you mean exactly? for example: @media (min-width: 768px) { .lead { font-size: 19.5px; } } this is the first @media, should i change it to 991?? Thank you for your help
  15. Hi Nemo, Should I get rid of all @media in all css files? because i did that for global.css and it left me with only the responsive view. I want the site to look the same on all devices. which @media should be removed in what css files. appreciate all the help
×
×
  • Create New...