Responsive banner bug or what?
- Posted by Demetris Stylianides (10) Offline
Hi, I have just managed to set up the responsive banner and it is a very easy process to do so. Impressive and its working almost as advertised. I am using the Responsive Banner Slider Vertical but unfortunately it does a very distracting move as it suddenly rolls back all the photos and then it resets. Check it out at www.thinkbox-group.com/
I have also managed to set up the menu2panel. When resizing firefox, the main menu disappears and the menu2panel appears, which is what is expected. However it appears behind the responsive banner (problem 1) and also when you press the menu CONTACT US it does not work (problem 2). I have tried using the menu2panel on my other websites and again these two problems recur.
Any help will be appreciated, thanks
11 years 6 months ago #1
by Demetris Stylianides
I have also managed to set up the menu2panel. When resizing firefox, the main menu disappears and the menu2panel appears, which is what is expected. However it appears behind the responsive banner (problem 1) and also when you press the menu CONTACT US it does not work (problem 2). I have tried using the menu2panel on my other websites and again these two problems recur.
Any help will be appreciated, thanks
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
So sorry for being late to reply
Regarding the responsive banner I don't see it reverted back using my Firefox....
then for the menu2panel, while we fix the package, can you edit the following file
/modules/mod_menu2panel/assets/responsivemenu.css at line 139
add this property inside that class
so it'll look like
let us know the result then
11 years 6 months ago #2
by erwinschro
So sorry for being late to reply
Regarding the responsive banner I don't see it reverted back using my Firefox....
then for the menu2panel, while we fix the package, can you edit the following file
/modules/mod_menu2panel/assets/responsivemenu.css at line 139
.dl-menuwrapper .dl-menu.dl-menuopen {
...
}
add this property inside that class
z-index: 10;
so it'll look like
.dl-menuwrapper .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
transform: translateY(0px);
z-index: 10;
}
let us know the result then
Please Log in or Create an account to join the conversation.
- Posted by Demetris Stylianides (10) Offline
Hi, I have done the above edit. The result was, when resizing the desktop firefox window, the menu appears on top of the banner, great!
Now when i accessed the url from my iphone, the banner is again on top of the menu so the problem still remains as the mobile menu is supposed to work on mobile devices and not on the desktop.
Also the second problem remains. That is not all menu items on the mobile menu panel, are clickable.
Thanks for the support but unfortunately the two problems remain...
11 years 6 months ago #3
by Demetris Stylianides
Now when i accessed the url from my iphone, the banner is again on top of the menu so the problem still remains as the mobile menu is supposed to work on mobile devices and not on the desktop.
Also the second problem remains. That is not all menu items on the mobile menu panel, are clickable.
Thanks for the support but unfortunately the two problems remain...
Please Log in or Create an account to join the conversation.
- Posted by Demetris Stylianides (10) Offline
this is the url just in case you want to confirm the above two problems. When resizing the desktop window, click CONTACT US or ABOUT THINKBOX menu items and you will notice that nothing happens.
If you have an iphone, try the above url and you will see that again the above menu items are not clickable PLUS the menu appears BEHIND the banner!
11 years 6 months ago #4
by Demetris Stylianides
If you have an iphone, try the above url and you will see that again the above menu items are not clickable PLUS the menu appears BEHIND the banner!
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
mmm.....why I still don't see a change in the responsivemenu.css I suggested above?
11 years 6 months ago #5
by erwinschro
Please Log in or Create an account to join the conversation.
- Posted by Demetris Stylianides (10) Offline
The original change was made, I just checked again. I am referring to the website www. seminarscyprus.com
Now regarding the new changes, are you talking about line 1020?
Because my code says menu2panelhide instead of menu2panel
Please state the line, as I am going through meaningless code !
Sorry I am just an Accountant and have no idea about programming. I am just following you guidance and doing the changes praying that I will not screw up the whole thing
11 years 6 months ago #6
by Demetris Stylianides
Now regarding the new changes, are you talking about line 1020?
Because my code says menu2panelhide instead of menu2panel
Please state the line, as I am going through meaningless code !
Sorry I am just an Accountant and have no idea about programming. I am just following you guidance and doing the changes praying that I will not screw up the whole thing
Please Log in or Create an account to join the conversation.