Jump to content

Problem with mobile theme


Recommended Posts

Hello. My website in construction is http://dikarto.gr
When browsing from mobile phone, links of contact us (Επικοινωνήστε μαζί μας) and login (Σύνδεση) doesn't work. Why does this happen?
Also css for mobile needs some fixes, where can i do them?

Also, how can i put links for moving from desktop to mobile theme and reverse? On prestashop 1.5 i was using domain/?mobile_theme_ok to force mobile theme, and domain/?no_mobile_theme to force desktop theme. On 1.6 how can i do it?

Link to comment
Share on other sites

1.6 doesn't have seperate theme for mobile devices as it is already responsive so you can't force any of them. Therefore CSS files are all the same and placed in /themes/Your_theme/css.

Links on mobile devices don't work cause you've made some bad changes and covered this links by div containing shopping cart. To fix it add this to your global.css:

#contact-link {
    position: relative;
    z-index: 10;
}
.header_user_info {
    position: relative;
    z-index: 10;
}
Link to comment
Share on other sites

 

1.6 doesn't have seperate theme for mobile devices as it is already responsive so you can't force any of them. Therefore CSS files are all the same and placed in /themes/Your_theme/css.

Links on mobile devices don't work cause you've made some bad changes and covered this links by div containing shopping cart. To fix it add this to your global.css:



#contact-link {
    position: relative;
    z-index: 10;
}
.header_user_info {
    position: relative;
    z-index: 10;
}

 

Thank you. That worked. By the way can you tell me which is the bad change i ve done, how could i fix shopping cart div so it doesn't cover anything else in small screens? I 'd like to learn to make it better

Link to comment
Share on other sites

Hello again. I need some help please.
As you can see by browsing my website from mobile phone, the first menu above, with categories, although in desktop is showing fine, in mobile it has white font and almost white background, so you cannot see it easily. Except that, when pressing it to see subcategories, it closes directly. How can i fix it?

Link to comment
Share on other sites

Hello again. I need some help please.

As you can see by browsing my website from mobile phone, the first menu above, with categories, although in desktop is showing fine, in mobile it has white font and almost white background, so you cannot see it easily. Except that, when pressing it to see subcategories, it closes directly. How can i fix it?

Any help with this?

Edited by gerstavros (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...