Hi rottnberg, sorry for the delay in responding to your reply.
1- menu : when I get demo.templateplazza.com on the phone, there is a 'menu' buton under the logo (I don't know if it's the sticky or the mobile logo). Clicking on the button gives me the menu of the site.
On my site I have of course the 3 logo (logo for classical site, sticky logo and mobile logo. I have copy the psd files given in the zip file and put the bib.vitrinactiv logo keeping the same image sizes).
I don't get the menu button under the logo.
how can I get it ?
Looks like it's because the website calls jQuery more than once. It's probably coming from your modules / extensions. To fix this, you need to disable jQuery calls from your module or extensions (K2, Virtuemart), because DealPlazza already has a built in jQuery lib.
For poplogin and pagepeel banner you will see option to disable jquery from its backend paramaters. For K2 and virtuemart, there's an explanation in the documentation's file about how to disable it.
2 - connection or register : I don't see the login or register field neither in demo.templateplazza.com site nor in bib.vitirinactiv.com. How can a user be logged or registred from a phone access ?
Please open your mobile.min.css and then find this code (line 143)
.cell-3b{
display: none;
} change with this one :
.cell-3b .search-box{
display: none;
}
.cell-3b {
margin: 0!important;
padding: 0!important;
text-align: center;
}
.cell-3b .moduletable-box {
border: none;
}
.cell-3b-inner {
padding: 0!important;
}
.cell-3b-inner .poplogin {
display: block;
text-align: center;
margin: 0 auto!important;
} You're still need to adjust the login button appearance, but it should be easy to be done
Hope this helps